Commit 6cfa14c1 authored by Dão Gottwald's avatar Dão Gottwald
Browse files

Bug 1397278 - Move the urlbar-go-button node to make its layout work more...

Bug 1397278 - Move the urlbar-go-button node to make its layout work more consistently with other urlbar-icons, and remove obsolete search-go-container padding. r=adw

MozReview-Commit-ID: 5AHHxey9joo

--HG--
extra : rebase_source : 9cfb87b354e77831e0aabb46565ec76feabe9b85
parent e0330693
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -41,12 +41,12 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
                      allowevents="true"
                      inputmode="url"
                      xbl:inherits="tooltiptext=inputtooltiptext,value,maxlength,disabled,size,readonly,placeholder,tabindex,accesskey,focused,textoverflow"/>
        </xul:hbox>
        <xul:image anonid="urlbar-go-button"
                   class="urlbar-go-button urlbar-icon"
                   onclick="gURLBar.handleCommand(event);"
                   tooltiptext="&goEndCap.tooltip;"
                   xbl:inherits="pageproxystate,parentfocused=focused,usertyping"/>
        </xul:hbox>
        <xul:dropmarker anonid="historydropmarker"
                        class="autocomplete-history-dropmarker urlbar-history-dropmarker urlbar-icon"
                        tooltiptext="&urlbar.openHistoryPopup.tooltip;"
+0 −4
Original line number Diff line number Diff line
@@ -545,10 +545,6 @@ html|*.urlbar-input:-moz-lwtheme::placeholder,
  color: inherit;
}

.search-go-container {
  padding: 2px 2px;
}

#urlbar-search-footer {
  border-top: 1px solid var(--panel-separator-color);
  background-color: var(--arrowpanel-dimmed);