Skip to content

Commit

Permalink
Fix: Apply TabsToolbar filter only to icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Sep 26, 2023
1 parent 030f534 commit 1db4957
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data/template/basic/tabbrowser.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ body {
background-color: var(--vtr-tabbrowser-background-color);
}

#TabsToolbar {
filter: var(--vtr-tabbar-filter);
}

/* Tab toolbar styling */
#TabsToolbar {

flex: 0 1 var(--vtr-tabbar-height);
height: var(--vtr-tabbar-height);
border-bottom-left-radius: 0px;
Expand Down

0 comments on commit 1db4957

Please sign in to comment.