Skip to content

Commit

Permalink
Fixed a bug that caused white squares to appear when using a theme wi…
Browse files Browse the repository at this point in the history
…th transparency in the tab color. (#318)

Co-authored-by: typeling1578 <59644555+typeling1578@users.noreply.github.com>
  • Loading branch information
friedensfurz and typeling1578 authored May 6, 2022
1 parent 90b77ca commit 8b1a7b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/tabbar/tabbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
bottom: 0 !important;
pointer-events: none !important;
transition: box-shadow 0s var(--tab-transition-duration) var(--ease-basic) !important;
clip-path: inset(0) !important;
}

.tab-background::before
Expand Down

0 comments on commit 8b1a7b1

Please sign in to comment.