mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 418463 - "now that the adjacent sibling selector is updated dynamically, remove the hack from bug 393718" [p=dao@mozilla.com (Dão Gottwald) r=Mano a1.9=beltzner]
This commit is contained in:
parent
a3f0472aa0
commit
a36ce3885c
@ -758,10 +758,6 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
|
||||
-moz-margin-start: -4px;
|
||||
}
|
||||
|
||||
/*XXX The first two selectors are there because adjacent selectors aren't
|
||||
working reliably (bug 229915). */
|
||||
#search-container + #urlbar-container > #urlbar ,
|
||||
#urlbar-container + #search-container > #searchbar > .searchbar-textbox ,
|
||||
#urlbar-search-splitter + #urlbar-container > #urlbar ,
|
||||
#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
|
||||
-moz-margin-start: 0;
|
||||
|
@ -976,10 +976,6 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/*XXX The first two selectors are there because adjacent selectors aren't
|
||||
working reliably (bug 229915). */
|
||||
#search-container + #urlbar-container > #urlbar ,
|
||||
#urlbar-container + #search-container > #searchbar > .searchbar-textbox ,
|
||||
#urlbar-search-splitter + #urlbar-container > #urlbar ,
|
||||
#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox {
|
||||
-moz-margin-start: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user