Fixing shopping icon on tab first focused for 52+. Fixes #410
This commit is contained in:
parent
be8512e2f7
commit
7d9b4c1561
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ value, or chrome url path as an alternate selector mitiages this bug.*/
|
|||
}
|
||||
|
||||
[data-identity-icon="cart"],
|
||||
[data-identity-icon="chrome://browser/skin/usercontext/cart.svg"] {
|
||||
[data-identity-icon="chrome://browser/skin/usercontext/cart.svg"],
|
||||
[data-identity-icon="chrome://browser/skin/usercontext/shopping.svg"] {
|
||||
--identity-icon: url("resource://testpilot-containers/data/usercontext.svg#cart");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue