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:
parent
2a4a61deab
commit
d53e20d40c
2 changed files with 10 additions and 4 deletions
|
@ -10,9 +10,12 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover,
|
&:hover {
|
||||||
|
background-color: var(--color-hover-variant);
|
||||||
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: var(--color-surface-5);
|
background-color: var(--color-focused-variant);
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
|
@ -9,9 +9,12 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover,
|
&:hover {
|
||||||
|
background-color: var(--color-hover-variant);
|
||||||
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: var(--color-surface-5);
|
background-color: var(--color-focused-variant);
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Add table
Reference in a new issue