Bug 1341190 - Remove .popup-anchor visibility rule draft
authorScott Wu <scottcwwu@gmail.com>
Tue, 21 Feb 2017 13:16:43 +0800
changeset 487248 f2c0c21ff3a1d0c4488338eeaab6483c8881895e
parent 487236 d84beb192e57e26846c82d3df3599381f4663792
child 546416 17903090e37d60cb972b84e480976dcee8c22071
push id46176
push userbmo:scwwu@mozilla.com
push dateTue, 21 Feb 2017 07:20:49 +0000
bugs1341190
milestone54.0a1
Bug 1341190 - Remove .popup-anchor visibility rule MozReview-Commit-ID: DFMIKMMnLx5
browser/base/content/browser.css
--- a/browser/base/content/browser.css
+++ b/browser/base/content/browser.css
@@ -818,17 +818,16 @@ html|*#fullscreen-exit-button {
 
 #invalid-form-popup > description {
   max-width: 280px;
 }
 
 .popup-anchor {
   /* should occupy space but not be visible */
   opacity: 0;
-  visibility: hidden;
   pointer-events: none;
   -moz-stack-sizing: ignore;
 }
 
 #addon-progress-notification {
   -moz-binding: url("chrome://browser/content/urlbarBindings.xml#addon-progress-notification");
 }