Skip to content

Commit

Permalink
feat: improve styling
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Sep 9, 2024
1 parent 5957eb8 commit c1f7165
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/styles/components/multi-btn-wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
}
}

button:first-of-type:focus + button {
@include mousePrimaryDevice(true) {
opacity: 0.8;
display: inline-flex;
}
}
//button:first-of-type:focus + button {
// @include mousePrimaryDevice(true) {
// opacity: 0.8;
// display: inline-flex;
// }
//}
}

0 comments on commit c1f7165

Please sign in to comment.