Update icon side nav hover state
This commit is contained in:
parent
a4b6b3e1e3
commit
c8a94067c8
|
@ -35,13 +35,15 @@
|
|||
border-radius: 4px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
transition: background 130ms ease-out;
|
||||
}
|
||||
.icon-side-nav-item:hover :global(svg),
|
||||
.active :global(svg) {
|
||||
color: white;
|
||||
}
|
||||
.icon-side-nav-item:hover,
|
||||
.active {
|
||||
background-color: var(--spectrum-global-color-gray-200);
|
||||
background: var(--spectrum-global-color-gray-200);
|
||||
}
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue