Bug 1381360 - Make the speech bubbles 3px to the right of the fox icons. r=mossop draft
authorRex Lee <rexboy@mozilla.com>
Mon, 24 Jul 2017 12:25:30 +0800
changeset 614100 b5159f2ef214977d1606c70604aee0d84f7b6716
parent 614015 5928d905c0bc0b28f5488b236444c7d7991cf8d4
child 615043 0ba223cd88a9444d82015fa4f056b55cfb395e29
push id69915
push userbmo:rexboy@mozilla.com
push dateMon, 24 Jul 2017 04:23:55 +0000
reviewersmossop
bugs1381360
milestone56.0a1
Bug 1381360 - Make the speech bubbles 3px to the right of the fox icons. r=mossop MozReview-Commit-ID: 8htzKAz3dRS
browser/extensions/onboarding/content/onboarding.css
--- a/browser/extensions/onboarding/content/onboarding.css
+++ b/browser/extensions/onboarding/content/onboarding.css
@@ -19,16 +19,17 @@
   display: none;
 }
 
 #onboarding-overlay.onboarding-opened {
   display: block;
 }
 
 #onboarding-overlay-button {
+  padding: 0;
   position: absolute;
   cursor: pointer;
   top: 30px;
   offset-inline-start: 30px;
   border: none;
   /* Set to none so no grey contrast background in the high-contrast mode */
   background: none;
 }