Skip to content

Commit a60356e

Browse files
agriyakhetarpalstefanv
authored andcommitted
Rename sd-summary-state-marker to dropdown-summary-state-marker
1 parent 8f59053 commit a60356e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

layouts/shortcodes/dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
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>

0 commit comments

Comments
 (0)