Skip to content

Commit

Permalink
Remove toolbar clutter, increase recording button size, fixes mozilla#27
Browse files Browse the repository at this point in the history
  • Loading branch information
bhackett1024 committed Feb 9, 2020
1 parent 75475d8 commit 501c3ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 0 additions & 3 deletions browser/components/customizableui/CustomizableUI.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,11 @@ var CustomizableUIInternal = {
"back-button",
"forward-button",
"stop-reload-button",
"home-button",
"recording-button",
"spring",
"urlbar-container",
"spring",
"downloads-button",
"library-button",
"sidebar-button",
"fxa-toolbar-menu-button",
];

Expand Down
5 changes: 5 additions & 0 deletions browser/themes/shared/toolbarbuttons.inc.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@ toolbar .toolbarbutton-1:-moz-focusring {
transition-duration: var(--toolbarbutton-hover-transition-duration);
}

:root:not([uidensity=compact]) #recording-button > .toolbarbutton-icon {
width: 34px;
height: 34px;
}

:root:not([uidensity=compact]) #back-button:-moz-focusring > .toolbarbutton-icon {
-moz-outline-radius: 10000px;
}
Expand Down
6 changes: 3 additions & 3 deletions devtools/client/themes/images/command-replay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 501c3ca

Please sign in to comment.