Firefox Quantumで通知用の青いグロータブインジケータを無効にする


1

Firefoxの[Quantum]タブの青いグローインジケータを無効にしたい(v。58.0.2(64-bit))。

インジケータは、新しいコンテンツ/通知を含むタブのfaviconの下に表示されます(Twitterのfaviconの下の画像を参照)。

enter image description here

この機能を無効にする方法着てみた userChrome.css 次のスタイルシートは、それは動作しません。

.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
   background: -moz-linear-gradient(hsla(0,0%,100%,.2), hsla(0,0%,45%,.2) 2px, hsla(0,0%,32%,.2) 80%) !important;
}
 .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
   background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,.2) 4px, hsla(0,0%,75%,.2) 80%) !important;
}
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.