mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Change sidebar item hover bg color
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
1255e533fd
commit
86e20e70f0
@ -12,7 +12,11 @@
|
||||
padding: 4px 8px 4px 8px;
|
||||
cursor: pointer;
|
||||
|
||||
&:global(.active), &:hover {
|
||||
&:hover {
|
||||
background: var(--sidebarLogoBackground);
|
||||
}
|
||||
|
||||
&:global(.active) {
|
||||
background: var(--blue);
|
||||
color: var(--sidebarActiveColor);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user