Fix: Photon like contextline - prevent identity color flashing #124

This commit is contained in:
alstjr7375 2021-08-27 14:51:10 +09:00
parent c509bb37a2
commit 55f4a3a87b

View file

@ -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;