Skip to content

Commit

Permalink
Merge pull request #1937 from OffchainLabs/dl/big-arrow
Browse files Browse the repository at this point in the history
fix: restore obtrusiveness of carets
pete-vielhaber authored Dec 26, 2024
2 parents 728ec83 + 699c9af commit 4767fa7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions website/src/css/partials/_sidebar.scss
Original file line number Diff line number Diff line change
@@ -14,14 +14,6 @@ $child-sidebar-item-font-size: 14px;
padding-top: 20px;
font-weight: 400;

// make the carets less obtrusive
.menu__link--sublist-caret:after {
height: 1rem !important;
width: 1rem !important;
background: var(--ifm-menu-link-sublist-icon) 50% / 1.2rem 1.2rem;
opacity: 0.5;
}

// style the root level items
> li.theme-doc-sidebar-item-link-level-1,
> li.theme-doc-sidebar-item-category-level-1 {

0 comments on commit 4767fa7

Please sign in to comment.