File tree Expand file tree Collapse file tree
assets/theme-css/sphinx-design Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ details.sd-dropdown {
1717 padding-right : 0.5rem ;
1818 }
1919
20- .sd -summary-state-marker {
20+ .dropdown -summary-state-marker {
2121 position : absolute ;
2222 right : 1em ;
2323 top : 50% ;
@@ -31,7 +31,7 @@ details.sd-dropdown {
3131
3232 // The hover effect should only change opacity, not transform.
3333 // We are transforming the chevron elements instead, see below.
34- & :hover .sd -summary-state-marker svg {
34+ & :hover .dropdown -summary-state-marker svg {
3535 opacity : 1 ;
3636 }
3737 }
Original file line number Diff line number Diff line change 174174 < i class ="fas fa-ellipsis-h no-title sd-octicon "> </ i >
175175 {{- end }}
176176 </ span >
177- < span class ="sd -summary-state-marker {{ $chevronClass }} ">
177+ < span class ="dropdown -summary-state-marker {{ $chevronClass }} ">
178178 < i class ="fas {{ $chevronIcon }} "> </ i >
179179 </ span >
180180 </ summary >
You can’t perform that action at this time.
0 commit comments