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

style(console): plain button (#1424)

This commit is contained in:
Wang Sijie 2022-07-06 13:13:54 +08:00 committed by GitHub
parent 1fd706dc47
commit 1b968973f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,12 +207,8 @@
outline: 2px solid var(--color-focused-variant);
}
&:active {
background: var(--color-pressed-variant);
}
&:not(:disabled):not(:active):hover {
background: var(--color-hover-variant);
&:not(:disabled):hover {
text-decoration: underline;
}
}
}