Skip to content

Commit 00ce76d

Browse files
committed
refactor(Header): add the class which prevents hiding toggler
1 parent 8099824 commit 00ce76d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_header.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@
180180
&:not(:disabled) {
181181
cursor: pointer;
182182
}
183+
184+
&.prevent-hide {
185+
display: block !important; // stylelint-disable-line declaration-no-important
186+
}
183187
}
184188

185189
.header-toggler-icon {

0 commit comments

Comments
 (0)