Skip to content

Commit

Permalink
Fix: Tab - Burst size at supernova-like context line #1006
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 23, 2024
1 parent f64a629 commit 8c845b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions css/leptonChrome.css

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

4 changes: 2 additions & 2 deletions css/leptonChromeESR.css

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

4 changes: 2 additions & 2 deletions src/tab/selected_tab/_supernova_like_contextline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
@include InlineBox(true);
height: 1px !important;
border-radius: 9999px !important;
margin-top: 3px;
transform: translateY(5px);
margin-top: -1px !important;
margin-left: 5px;
margin-right: 5px;
}
Expand Down Expand Up @@ -46,7 +47,6 @@ tabs tab.tabbrowser-tab[usercontextid]:active > .tab-stack > .tab-background > .
.tabbrowser-tab:hover:not([selected="true"], [multiselected]) > .tab-stack > .tab-background > .tab-context-line {
background-color: rgba(0, 0, 0, 0.2) !important;
opacity: 1 !important;
transform: none !important;
}

#TabsToolbar[brighttext]
Expand Down

0 comments on commit 8c845b7

Please sign in to comment.