Skip to content

Commit

Permalink
Merge pull request #900 from arturpragacz/container-opacity
Browse files Browse the repository at this point in the history
Fix: Tabbar - Container opacity when not pinned
  • Loading branch information
black7375 authored May 29, 2024
2 parents 6ba8a18 + ec18b2f commit 7a16c16
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/tab/_container_tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
}

@include NotOption("userChrome.tab.container.on_top") {
.tab-content[titlechanged]::before {
.tabbrowser-tab:is([image], [pinned])[usercontextid] > .tab-stack > .tab-content[attention]:not([selected])::before,
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-content[pinned][titlechanged]:not([selected])::before {
opacity: 0;
}

Expand Down

0 comments on commit 7a16c16

Please sign in to comment.