mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-30 06:00:24 -08:00
Fix: Selected Tab - Remove outline at connected tab #388
This commit is contained in:
parent
34c78d0d78
commit
8aeab44e70
2 changed files with 20 additions and 0 deletions
|
|
@ -90,6 +90,16 @@
|
|||
/* Nigtly 96: 1px solid var(--tab-line-color, rgba(128,128,142,0.9)); */
|
||||
border: unset !important;
|
||||
}
|
||||
|
||||
#TabsToolbar #firefox-view-button[open] > .toolbarbutton-icon:-moz-lwtheme,
|
||||
.tab-background[selected]:-moz-lwtheme {
|
||||
outline-color: transparent !important;
|
||||
}
|
||||
|
||||
.keyboard-focused-tab > .tab-stack > .tab-background,
|
||||
.tabbrowser-tab:focus:not([aria-activedescendant]) > .tab-stack > .tab-background {
|
||||
outline: var(--focus-outline) !important;
|
||||
}
|
||||
}
|
||||
/*= Light Weight Theme =======================================================*/
|
||||
/* Header Image */
|
||||
|
|
|
|||
|
|
@ -70,6 +70,16 @@ menu {
|
|||
// Dark Theme
|
||||
"[brighttext]" ":-moz-lwtheme"
|
||||
);
|
||||
|
||||
#TabsToolbar #firefox-view-button[open] > .toolbarbutton-icon:-moz-lwtheme,
|
||||
.tab-background[selected]:-moz-lwtheme {
|
||||
// Nightly 102: outline: 1px solid var(--lwt-tab-line-color, var(--lwt-tabs-border-color, currentColor));
|
||||
outline-color: transparent !important;
|
||||
}
|
||||
.keyboard-focused-tab > .tab-stack > .tab-background,
|
||||
.tabbrowser-tab:focus:not([aria-activedescendant]) > .tab-stack > .tab-background {
|
||||
outline: var(--focus-outline) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*= Light Weight Theme =======================================================*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue