Bug 1382157 - Increase --toolbarbutton-border-radius. r?nhnt11 draft
authorDão Gottwald <dao@mozilla.com>
Wed, 19 Jul 2017 11:27:39 +0200
changeset 611247 c9ace0c65cb09db6994c949cfaee8d7a1d96ecc6
parent 610973 1b065ffd8a535a0ad4c39a912af18e948e6a42c1
child 638091 7bf3d8119c85e756c7b13a36031e317e9a659f71
push id69145
push userdgottwald@mozilla.com
push dateWed, 19 Jul 2017 09:28:01 +0000
reviewersnhnt11
bugs1382157
milestone56.0a1
Bug 1382157 - Increase --toolbarbutton-border-radius. r?nhnt11 MozReview-Commit-ID: 7MJ5bmjYAag
browser/themes/linux/browser.css
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -12,17 +12,17 @@
 
 %include ../shared/browser.inc
 %include linuxShared.inc
 
 %include ../shared/browser.inc.css
 
 :root {
 %ifdef MOZ_PHOTON_THEME
-  --toolbarbutton-border-radius: 2px;
+  --toolbarbutton-border-radius: 4px;
 %else
   --toolbarbutton-border-radius: 1px;
 
   --backbutton-background: rgba(255,255,255,.15);
   --backbutton-border-color: var(--urlbar-border-color-hover);
 
   --toolbarbutton-hover-background: rgba(255,255,255,.5) linear-gradient(rgba(255,255,255,.5), transparent);
   --toolbarbutton-hover-bordercolor: rgba(0,0,0,.25);