From 55f4a3a87b480ca2315e3ca9bac20b07f60ec201 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 27 Aug 2021 14:51:10 +0900 Subject: [PATCH] Fix: Photon like contextline - prevent identity color flashing #124 --- userChrome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userChrome.css b/userChrome.css index a8c9694..83f4092 100644 --- a/userChrome.css +++ b/userChrome.css @@ -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;