mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-25 09:30:59 -08:00
Fix: Unloaded Tab - Contents opacity #258
This commit is contained in:
parent
7675efd26a
commit
07bae14570
1 changed files with 5 additions and 4 deletions
|
|
@ -1991,7 +1991,8 @@
|
|||
}
|
||||
|
||||
#tabbrowser-tabs:not([movingtab]) .tab-content {
|
||||
transition: padding-inline 0.2s var(--animation-easing-function) !important;
|
||||
transition: padding-inline 0.2s var(--animation-easing-function),
|
||||
/* Unloaded Tab */ opacity 0.5s var(--animation-easing-function) !important;
|
||||
}
|
||||
#tabbrowser-tabs:not([movingtab]) .tab-content::before,
|
||||
#tabbrowser-tabs:not([movingtab]) .tab-content::after {
|
||||
|
|
@ -2766,9 +2767,9 @@
|
|||
fill-opacity: var(--toolbarbutton-icon-fill-opacity);
|
||||
}
|
||||
|
||||
/* Unloaded Tab - Italic Label **********************************************/
|
||||
#tabbrowser-tabs .tabbrowser-tab[pending] .tab-text.tab-label {
|
||||
font-style: italic;
|
||||
/* Unloaded Tab - Contents Opacity ******************************************/
|
||||
#tabbrowser-tabs .tabbrowser-tab[pending] .tab-content {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
/** Clipped tabs - Letters cleary *******************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue