File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1716,8 +1716,8 @@ $sidebar-toggler-indicator-height: 3rem !default;
1716
1716
$sidebar-toggler-indicator-color : $gray-600 !default ;
1717
1717
$sidebar-toggler-indicator-icon : url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-toggler-indicator-color } ' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E" ) !default ;
1718
1718
$sidebar-toggler-hover-bg : rgba (0 , 0 , 0 , .3 ) !default ;
1719
- $sidebar-toggler-hover- indicator-color : $sidebar-nav-link-hover-color !default ;
1720
- $sidebar-toggler-hover- indicator-icon : url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-toggler-hover- indicator-color } ' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E" ) !default ;
1719
+ $sidebar-toggler-indicator-hover -color : $sidebar-nav-link-hover-color !default ;
1720
+ $sidebar-toggler-indicator-hover- icon : url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='#{$sidebar-toggler-indicator-hover -color } ' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E" ) !default ;
1721
1721
// scss-docs-end sidebar-variables
1722
1722
1723
1723
// Footer
Original file line number Diff line number Diff line change 203
203
& :hover {
204
204
background-color : var (--#{$variable-prefix}sidebar-toggler-hover-bg , $sidebar-toggler-hover-bg );
205
205
& ::before {
206
- background-image : var (--#{$variable-prefix}sidebar-toggler-hover-indicator , escape-svg ($sidebar-toggler-hover- indicator-icon ));
206
+ background-image : var (--#{$variable-prefix}sidebar-indicator- toggler-hover-icon , escape-svg ($sidebar-toggler-indicator-hover -icon ));
207
207
}
208
208
}
209
209
You can’t perform that action at this time.
0 commit comments