Skip to content

Commit a6fb310

Browse files
agriyakhetarpalstefanv
authored andcommitted
Fix an edge case with opening nested dropdowns
1 parent e83992a commit a6fb310

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

assets/theme-css/sphinx-design/_dropdown.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,6 @@ details.sd-dropdown {
139139
transform: scale(1.1);
140140
}
141141

142-
&[open]:hover .sd-summary-chevron-right i {
143-
transform: rotate(90deg) scale(1.1);
144-
}
145-
146-
&[open]:hover .sd-summary-chevron-down i {
147-
transform: rotate(180deg) scale(1.1);
148-
}
149-
150142
&[open]:hover > .sd-summary-title .sd-summary-chevron-right i {
151143
transform: rotate(90deg) scale(1.1);
152144
}

0 commit comments

Comments
 (0)