Skip to content

Commit

Permalink
fix: hide disabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
frshwtr authored and notlee committed Jan 7, 2025
1 parent 569a649 commit f917fed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/o-header-services/src/scss/_secondary-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@
transition: opacity 0.5s $o-pf-visual-effects-timing-fade;

&[disabled] {
opacity: 0;
display: none;
pointer-events: none;
}
}

.o-header-services:not([data-o-header-services-js])
.o-header-services__scroll-button {
.o-header-services:not([data-o-header-services-js]),
.o-header-services__scroll-button {
display: none;
}

Expand Down

0 comments on commit f917fed

Please sign in to comment.