0
Fork 0
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:
simeng-li 2022-11-10 14:02:42 +08:00 committed by GitHub
commit 10d8894448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {