Bug 1391007 - stop giving buttons in customize mode a darker background on focus, r?jaws draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Tue, 30 Jan 2018 22:04:06 +0000
changeset 749058 fa4ac886a48808d9d12db4ad6424d383021ac92a
parent 748520 9a3b6d64a64b328ed0de3d6503b99f20d1c94cfb
push id97310
push userbmo:gijskruitbosch+bugs@gmail.com
push dateTue, 30 Jan 2018 22:05:01 +0000
reviewersjaws
bugs1391007
milestone60.0a1
Bug 1391007 - stop giving buttons in customize mode a darker background on focus, r?jaws MozReview-Commit-ID: 6mtM21WAqEn
browser/themes/shared/customizableui/customizeMode.inc.css
--- a/browser/themes/shared/customizableui/customizeMode.inc.css
+++ b/browser/themes/shared/customizableui/customizeMode.inc.css
@@ -114,23 +114,23 @@
 }
 
 .customizationmode-button > .box-inherit > .button-menu-dropmarker {
   margin-inline-end: 0;
   padding-inline-end: 0;
   list-style-image: url(chrome://global/skin/icons/arrow-dropdown-16.svg);
 }
 
-.customizationmode-button:-moz-any(:focus,:active,:hover):not([disabled]),
+.customizationmode-button:-moz-any(:active,:hover):not([disabled]),
 .customizationmode-button[open],
 .customizationmode-button[checked] {
   background-color: #e1e1e5;
 }
 
-#customization-done-button:-moz-any(:focus,:active,:hover):not([disabled]) {
+#customization-done-button:-moz-any(:active,:hover):not([disabled]) {
   background-color: #0060df;
 }
 
 .customizationmode-button[disabled="true"] {
   opacity: .5;
 }
 
 %ifdef XP_WIN