mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
Merge pull request #2376 from logto-io/simeng-log-4569-web-change-the-cursor-style-when
style(ui): add cursor pointer to terms
This commit is contained in:
commit
10d8894448
1 changed files with 2 additions and 0 deletions
|
@ -4,11 +4,13 @@
|
|||
@include _.flex-row;
|
||||
width: 100%;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.checkBox {
|
||||
margin-right: _.unit(2);
|
||||
fill: var(--color-type-secondary);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
Loading…
Reference in a new issue