Skip to content

Commit

Permalink
Remove box-shadow from selected vertical tabs for a cleaner appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Jan 19, 2025
1 parent 4702b8f commit 07a9aab
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -604,13 +604,6 @@
margin: 0 auto;
& .tab-background {
margin-inline: auto !important;
&:is([selected], [multiselected]) {
box-shadow: 0 0 1px 1px rgba(0,0,0,.1);

@media not (prefers-color-scheme: dark) {
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.12) !important;
}
}
}
& .tab-reset-button {
display: none !important;
Expand Down

0 comments on commit 07a9aab

Please sign in to comment.