Skip to content

Commit

Permalink
(style) Update tab background colors for improved visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Nov 9, 2024
1 parent e75f6f8 commit 6a7ce16
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
border-bottom: 0px solid transparent !important;

--tab-block-margin: 2px;
--tab-selected-bgcolor: light-dark(rgba(255,255,255,.7), rgba(255,255,255,.25));
--tab-selected-bgcolor: light-dark(rgba(255,255,255,.8), rgba(255,255,255,.25));
grid-gap: 0 !important;

&[overflow]::after,
Expand Down Expand Up @@ -789,7 +789,8 @@
border-radius: var(--border-radius-medium);

&:not([selected]) .tab-background {
background: light-dark(rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.1));
background: light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
box-shadow: none;
}

backdrop-filter: blur(10px);
Expand Down

0 comments on commit 6a7ce16

Please sign in to comment.