Skip to content

Commit

Permalink
Merge branch 'main' into sc-contract-storage-filters-update
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits authored Feb 14, 2025
2 parents 1fe18b5 + 2e5057d commit 4475e46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -387,16 +387,15 @@
@media (hover: hover) {
&:hover {
--SidebarLink-color: var(--sds-clr-lilac-11);
font-weight: var(--sds-fw-semi-bold);
}
}

&[data-is-active="true"] {
--SidebarLink-color: var(--sds-clr-lilac-11);
cursor: default;
font-weight: var(--sds-fw-semi-bold);
pointer-events: none;
position: relative;
font-weight: var(--sds-fw-semi-bold);
}

&__toggle {
Expand All @@ -415,7 +414,6 @@
> [data-is-active="true"]
) {
--SidebarLink-color: var(--sds-clr-gray-12);
font-weight: var(--sds-fw-semi-bold);
}

// Rotate chevron when expanded
Expand Down

0 comments on commit 4475e46

Please sign in to comment.