Browse Source

Update shade of grey for side nav background colour when selected

pull/6409/head
Andrew Kingston 4 years ago
parent
commit
eaf3eea73d
  1. 2
      packages/bbui/src/IconSideNav/IconSideNavItem.svelte

2
packages/bbui/src/IconSideNav/IconSideNavItem.svelte

@ -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…
Cancel
Save