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

style(console): update hover and focus background colors of topbar items

This commit is contained in:
Charles Zhao 2022-06-14 15:40:20 +08:00
parent 2a4a61deab
commit d53e20d40c
No known key found for this signature in database
GPG key ID: 4858774754C92DF2
2 changed files with 10 additions and 4 deletions

View file

@ -10,9 +10,12 @@
user-select: none;
cursor: pointer;
&:hover,
&:hover {
background-color: var(--color-hover-variant);
}
&.active {
background-color: var(--color-surface-5);
background-color: var(--color-focused-variant);
}
img {

View file

@ -9,9 +9,12 @@
user-select: none;
cursor: pointer;
&:hover,
&:hover {
background-color: var(--color-hover-variant);
}
&.active {
background-color: var(--color-surface-5);
background-color: var(--color-focused-variant);
}
img {