зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1389740 - Add urlbar-icon class to the URL bar history dropmarker. r=gijs
MozReview-Commit-ID: DYrbA9H5R2I
This commit is contained in:
Родитель
b2906160cb
Коммит
c205dde170
|
@ -48,7 +48,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
xbl:inherits="pageproxystate,parentfocused=focused"/>
|
xbl:inherits="pageproxystate,parentfocused=focused"/>
|
||||||
</xul:hbox>
|
</xul:hbox>
|
||||||
<xul:dropmarker anonid="historydropmarker"
|
<xul:dropmarker anonid="historydropmarker"
|
||||||
class="autocomplete-history-dropmarker urlbar-history-dropmarker"
|
class="autocomplete-history-dropmarker urlbar-history-dropmarker urlbar-icon"
|
||||||
tooltiptext="&urlbar.openHistoryPopup.tooltip;"
|
tooltiptext="&urlbar.openHistoryPopup.tooltip;"
|
||||||
allowevents="true"
|
allowevents="true"
|
||||||
xbl:inherits="open,enablehistory,parentfocused=focused"/>
|
xbl:inherits="open,enablehistory,parentfocused=focused"/>
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
|
||||||
<path fill="context-fill" d="M8,12L3,7,4,6l4,4,4-4,1,1Z"/>
|
<path fill="context-fill" fill-opacity="context-fill-opacity" d="M8,12L3,7,4,6l4,4,4-4,1,1Z"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
До Ширина: | Высота: | Размер: 407 B После Ширина: | Высота: | Размер: 443 B |
|
@ -112,8 +112,6 @@
|
||||||
.urlbar-history-dropmarker {
|
.urlbar-history-dropmarker {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
list-style-image: url(chrome://browser/skin/arrow-dropdown-16.svg);
|
list-style-image: url(chrome://browser/skin/arrow-dropdown-16.svg);
|
||||||
-moz-context-properties: fill;
|
|
||||||
fill: currentColor;
|
|
||||||
transition: opacity 0.15s ease;
|
transition: opacity 0.15s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче