Skip to content

Commit

Permalink
Fixed: Styles: Container mark of discarded tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Apr 27, 2021
1 parent 29e8480 commit 784589f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/themes/default/tabs.tab.styl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

&[data-discarded] > .lvl-wrapper > .fav
&[data-discarded] > .lvl-wrapper > .t-box
&[data-discarded] > .lvl-wrapper > .ctx
opacity: .56

// ---
Expand Down
1 change: 1 addition & 0 deletions src/styles/themes/tactile/tabs.tab.styl
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@

&[data-discarded] > .lvl-wrapper > .fav
&[data-discarded] > .lvl-wrapper > .t-box
&[data-discarded] > .lvl-wrapper > .ctx
opacity: .56

// ---
Expand Down

0 comments on commit 784589f

Please sign in to comment.