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

Merge pull request #1116 from logto-io/charles-log-3052-update-hover-and-focus-colors-on-topbar-items

style(console): update hover and focus background colors of topbar items
This commit is contained in:
Charles Zhao 2022-06-15 11:26:49 +08:00 committed by GitHub
commit 65f9a6fa39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {