mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-14 10:50:52 -07:00
Fix: Photon like contextline - prevent identity color flashing #124
This commit is contained in:
parent
c509bb37a2
commit
55f4a3a87b
1 changed files with 6 additions and 0 deletions
|
|
@ -900,6 +900,12 @@
|
|||
background-color: rgba(255,255,255,.2) !important;
|
||||
}
|
||||
|
||||
/* Prevent identitiy color flashing */
|
||||
.tabbrowser-tab[usercontextid] .tab-context-line {
|
||||
--identity-icon-color: none;
|
||||
}
|
||||
|
||||
/* Animation */
|
||||
.tabbrowser-tab:not([selected="true"], [multiselected]) .tab-context-line {
|
||||
opacity: 0 !important;
|
||||
transform: scaleX(0) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue