autohide_tabstoolbar: make transitions important
New window inactivity indicator transitions opacity, so we need to override those. This fixes #355
This commit is contained in:
@@ -20,21 +20,21 @@ See the above repository for updates as well as full license text. */
|
|||||||
#TabsToolbar:not([customizing]){ visibility: hidden; transition: visibility 0ms linear 200ms }
|
#TabsToolbar:not([customizing]){ visibility: hidden; transition: visibility 0ms linear 200ms }
|
||||||
|
|
||||||
#navigator-toolbox,
|
#navigator-toolbox,
|
||||||
#titlebar{ transition: margin-bottom 48ms ease-out 200ms }
|
#titlebar{ transition: margin-bottom 48ms ease-out 200ms !important }
|
||||||
|
|
||||||
#navigator-toolbox:hover{ transition-delay: 0s }
|
#navigator-toolbox:hover{ transition-delay: 0s !important }
|
||||||
#navigator-toolbox:hover > #titlebar{
|
#navigator-toolbox:hover > #titlebar{
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
transition-delay: 0s;
|
transition-delay: 0s !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigator-toolbox:hover #TabsToolbar{
|
#navigator-toolbox:hover #TabsToolbar{
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
transition-delay: 18ms
|
transition-delay: 18ms !important;
|
||||||
}
|
}
|
||||||
/* These rules make sure that height of tabs toolbar doesn't exceed tab-min-height */
|
/* These rules make sure that height of tabs toolbar doesn't exceed tab-min-height */
|
||||||
#tabbrowser-tabs:not([secondarytext-unsupported]) .tab-label-container{
|
#tabbrowser-tabs:not([secondarytext-unsupported]) .tab-label-container{
|
||||||
max-height: var(--tab-min-height);
|
max-height: var(--tab-min-height);
|
||||||
}
|
}
|
||||||
.tab-label{ line-height: 20px !important; }
|
.tab-label{ line-height: 20px !important; }
|
||||||
:root[uidensity="compact"] .tab-label{ line-height: 18px !important; }
|
:root[uidensity="compact"] .tab-label{ line-height: 18px !important; }
|
||||||
|
|||||||
Reference in New Issue
Block a user