Skip to content

Commit 66b0304

Browse files
committed
style: add border-radius to collapsible menu items
1 parent 2972447 commit 66b0304

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

website/src/css/customTheme.scss

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,7 @@ aside[class^="theme-doc-sidebar-container"] {
12671267
}
12681268

12691269
.menu__list-item-collapsible {
1270+
border-radius: var(--ifm-global-radius);
12701271
.menu__caret {
12711272
padding: 0 6px;
12721273

@@ -1276,14 +1277,6 @@ aside[class^="theme-doc-sidebar-container"] {
12761277
margin-top: -1px;
12771278
}
12781279
}
1279-
1280-
&:hover {
1281-
background: none !important;
1282-
1283-
.menu__link--sublist-caret:hover {
1284-
background: var(--ifm-menu-color-background-hover) !important;
1285-
}
1286-
}
12871280
}
12881281

12891282
@media only screen and (max-width: 1120px) {

0 commit comments

Comments
 (0)