Skip to content

Commit b895d77

Browse files
authored
Fix: Ignore .nav__skip-btn when hiding nav button labels (#511)
1 parent 8a11ea3 commit b895d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

less/core/nav.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ html.is-nav-bottom #wrapper {
3838
float: none !important;
3939
}
4040

41-
&.hide-label &__btn-label,
41+
&.hide-label &__btn:not(.nav__skip-btn) &__btn-label,
4242
&__btn.hide-label &__btn-label {
4343
display: none;
4444
}

0 commit comments

Comments
 (0)