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