Skip to content
Snippets Groups Projects
Unverified Commit 70c3e72c authored by Peter Mack's avatar Peter Mack Committed by Oliver Smith
Browse files

Follow up to MR41: hide identity-permission-box in urlbar (MR 42)

parent 533626e4
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@
}
/* urlbar: Hide translate and picture-in-picture icon */
#urlbar #translations-button, #urlbar #picture-in-picture-button {
display: none;
#urlbar #translations-button, #urlbar #picture-in-picture-button, #urlbar #identity-box #identity-permission-box {
display: none !important;
}
/* Focused urlbar: hide all icons around it, so we have more space to edit the URL */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment