Skip to content

Commit 4abce57

Browse files
Remove some outdated transforms
1 parent d89aa10 commit 4abce57

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,6 @@ details.sd-dropdown {
126126
transform: scale(1.1);
127127
}
128128

129-
// Combined transform for open state with hover
130-
&[open]:hover > .sd-summary-title .sd-summary-chevron-right i {
131-
transform: rotate(90deg) scale(1.1);
132-
}
133-
134-
&[open]:hover > .sd-summary-title .sd-summary-chevron-down i {
135-
transform: rotate(180deg) scale(1.1);
136-
}
137-
138129
// Hide the card body border when not open
139130
&:not([open]).sd-card {
140131
border: none;

0 commit comments

Comments
 (0)