1
0
Fork 0
mirror of synced 2024-09-15 08:47:37 +12:00

Update shade of grey for side nav background colour when selected

This commit is contained in:
Andrew Kingston 2022-05-24 15:43:52 +01:00
parent 369be5f2f6
commit 299b50eccc

View file

@ -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;