Update shade of grey for side nav background colour when selected
This commit is contained in:
parent
f4eb6f36bd
commit
eaf3eea73d
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
.icon-side-nav-item:hover,
|
||||
.active {
|
||||
background: var(--spectrum-global-color-gray-200);
|
||||
background: var(--spectrum-global-color-gray-300);
|
||||
}
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue