Hide non container icon in URL bar. Fixes #281
This commit is contained in:
parent
b1429a1a7e
commit
e90e264beb
1 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,10 @@ value, or chrome url path as an alternate selector mitiages this bug.*/
|
||||||
max-inline-size: 120px;
|
max-inline-size: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#userContext-icons[data-identity-color=""] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.userContext-icon,
|
.userContext-icon,
|
||||||
.menuitem-iconic[data-usercontextid] > .menu-iconic-left > .menu-iconic-icon,
|
.menuitem-iconic[data-usercontextid] > .menu-iconic-left > .menu-iconic-icon,
|
||||||
.subviewbutton[usercontextid] > .toolbarbutton-icon,
|
.subviewbutton[usercontextid] > .toolbarbutton-icon,
|
||||||
|
|
Loading…
Add table
Reference in a new issue