1
0
Fork 0
mirror of synced 2024-07-06 23:10:57 +12:00

Remove background from icon side nav

This commit is contained in:
Andrew Kingston 2022-06-09 07:57:57 +01:00
parent a34eced805
commit 0e8a3f1769

View file

@ -41,7 +41,6 @@
.active :global(svg) { .active :global(svg) {
color: white; color: white;
} }
.icon-side-nav-item:hover,
.active { .active {
background: var(--spectrum-global-color-gray-300); background: var(--spectrum-global-color-gray-300);
} }