Skip to content

Commit

Permalink
styles: fix chevron visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Jul 2, 2024
1 parent 4d5ea8a commit 3eb73cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/playground/playground.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,16 @@ h2.sectionTitle {
margin-bottom: rem(12px);
}

button {
> button {
padding: 3px 5px;
display: flex;
align-items: center;
justify-content: center;

@include media('>tabletWide') {
&[data-state='open'] {
display: none;
opacity: 0;
pointer-events: none;
}
}
}
Expand Down

0 comments on commit 3eb73cd

Please sign in to comment.