clean up container icons
This commit is contained in:
committed by
Jonathan Kingston
parent
4a5129a999
commit
282037b53c
+12
-1
@@ -75,10 +75,21 @@ value, or chrome url path as an alternate selector mitiages this bug.*/
|
||||
}
|
||||
|
||||
[data-identity-icon="circle"] {
|
||||
/* --identity-icon: url("chrome://browser/content/usercontext.svg#circle"); */
|
||||
--identity-icon: url("resource://testpilot-containers/data/usercontext.svg#circle");
|
||||
}
|
||||
|
||||
[data-identity-icon="gift"] {
|
||||
--identity-icon: url("resource://testpilot-containers/data/usercontext.svg#gift");
|
||||
}
|
||||
|
||||
[data-identity-icon="vacation"] {
|
||||
--identity-icon: url("resource://testpilot-containers/data/usercontext.svg#vacation");
|
||||
}
|
||||
|
||||
[data-identity-icon="food"] {
|
||||
--identity-icon: url("resource://testpilot-containers/data/usercontext.svg#food");
|
||||
}
|
||||
|
||||
#userContext-indicator {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
|
||||
Reference in New Issue
Block a user