Skip to content
Snippets Groups Projects
Unverified Commit 8f1546c4 authored by Peter M's avatar Peter M
Browse files

Update urlbar.css: Hide translate and picture-in-picture icon in urlbar (MR 41)

parent 8d2bd817
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,11 @@
font-size: 9pt !important;
}
/* urlbar: Hide translate and picture-in-picture icon */
#urlbar #translations-button, #urlbar #picture-in-picture-button {
display: none;
}
/* Focused urlbar: hide all icons around it, so we have more space to edit the URL */
#urlbar[focused] #remote-control-box,
#urlbar[focused] #identity-box,
......
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