0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

style(ui): button user select none (#1245)

button user select none
This commit is contained in:
simeng-li 2022-06-25 22:09:57 +08:00 committed by GitHub
parent 5784ae0627
commit 08776cd864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
-webkit-tap-highlight-color: transparent;
transition: background 0.2s ease-in-out;
white-space: nowrap;
user-select: none;
}
.large {
@ -71,7 +72,6 @@
}
}
:global(body.desktop) {
.primary {
&.disabled {