Fix: Tab - Burst size at supernova-like context line #1006

This commit is contained in:
alstjr7375 2024-11-24 04:42:02 +09:00
parent f64a629f45
commit 8c845b7e97
3 changed files with 8 additions and 8 deletions

8
css/leptonChrome.css generated
View file

@ -7488,7 +7488,8 @@
display: -moz-inline-box !important; display: -moz-inline-box !important;
height: 1px !important; height: 1px !important;
border-radius: 9999px !important; border-radius: 9999px !important;
margin-top: 3px; transform: translateY(5px);
margin-top: -1px !important;
margin-left: 5px; margin-left: 5px;
margin-right: 5px; margin-right: 5px;
} }
@ -7528,7 +7529,6 @@
.tabbrowser-tab:hover:not([selected="true"], [multiselected]) > .tab-stack > .tab-background > .tab-context-line { .tabbrowser-tab:hover:not([selected="true"], [multiselected]) > .tab-stack > .tab-background > .tab-context-line {
background-color: rgba(0, 0, 0, 0.2) !important; background-color: rgba(0, 0, 0, 0.2) !important;
opacity: 1 !important; opacity: 1 !important;
transform: none !important;
} }
#TabsToolbar[brighttext] #TabsToolbar[brighttext]
.tabbrowser-tab:hover:not([selected="true"], [multiselected]) .tabbrowser-tab:hover:not([selected="true"], [multiselected])
@ -22067,7 +22067,8 @@
display: -moz-inline-box !important; display: -moz-inline-box !important;
height: 1px !important; height: 1px !important;
border-radius: 9999px !important; border-radius: 9999px !important;
margin-top: 3px; transform: translateY(5px);
margin-top: -1px !important;
margin-left: 5px; margin-left: 5px;
margin-right: 5px; margin-right: 5px;
} }
@ -22107,7 +22108,6 @@
.tabbrowser-tab:hover:not([selected="true"], [multiselected]) > .tab-stack > .tab-background > .tab-context-line { .tabbrowser-tab:hover:not([selected="true"], [multiselected]) > .tab-stack > .tab-background > .tab-context-line {
background-color: rgba(0, 0, 0, 0.2) !important; background-color: rgba(0, 0, 0, 0.2) !important;
opacity: 1 !important; opacity: 1 !important;
transform: none !important;
} }
#TabsToolbar[brighttext] #TabsToolbar[brighttext]
.tabbrowser-tab:hover:not([selected="true"], [multiselected]) .tabbrowser-tab:hover:not([selected="true"], [multiselected])

View file

@ -7918,7 +7918,8 @@
display: -moz-inline-box !important; display: -moz-inline-box !important;
height: 1px !important; height: 1px !important;
border-radius: 9999px !important; border-radius: 9999px !important;
margin-top: 3px; transform: translateY(5px);
margin-top: -1px !important;
margin-left: 5px; margin-left: 5px;
margin-right: 5px; margin-right: 5px;
} }
@ -7958,7 +7959,6 @@
.tabbrowser-tab:hover:not([selected="true"], [multiselected]) > .tab-stack > .tab-background > .tab-context-line { .tabbrowser-tab:hover:not([selected="true"], [multiselected]) > .tab-stack > .tab-background > .tab-context-line {
background-color: rgba(0, 0, 0, 0.2) !important; background-color: rgba(0, 0, 0, 0.2) !important;
opacity: 1 !important; opacity: 1 !important;
transform: none !important;
} }
#TabsToolbar[brighttext] #TabsToolbar[brighttext]
.tabbrowser-tab:hover:not([selected="true"], [multiselected]) .tabbrowser-tab:hover:not([selected="true"], [multiselected])

View file

@ -2,7 +2,8 @@
@include InlineBox(true); @include InlineBox(true);
height: 1px !important; height: 1px !important;
border-radius: 9999px !important; border-radius: 9999px !important;
margin-top: 3px; transform: translateY(5px);
margin-top: -1px !important;
margin-left: 5px; margin-left: 5px;
margin-right: 5px; margin-right: 5px;
} }
@ -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 { .tabbrowser-tab:hover:not([selected="true"], [multiselected]) > .tab-stack > .tab-background > .tab-context-line {
background-color: rgba(0, 0, 0, 0.2) !important; background-color: rgba(0, 0, 0, 0.2) !important;
opacity: 1 !important; opacity: 1 !important;
transform: none !important;
} }
#TabsToolbar[brighttext] #TabsToolbar[brighttext]