Hide non container icon in URL bar. Fixes #281

This commit is contained in:
Jonathan Kingston 2017-02-27 23:51:58 +00:00
parent b1429a1a7e
commit e90e264beb

View file

@ -124,6 +124,10 @@ value, or chrome url path as an alternate selector mitiages this bug.*/
max-inline-size: 120px;
}
#userContext-icons[data-identity-color=""] {
display: none;
}
.userContext-icon,
.menuitem-iconic[data-usercontextid] > .menu-iconic-left > .menu-iconic-icon,
.subviewbutton[usercontextid] > .toolbarbutton-icon,