Bug 1663075 - Make restore default icon color buttons keyboard accessible. r=Paenglab DONTBUILD
This commit is contained in:
Родитель
be60ba5550
Коммит
b5eea6302e
|
@ -184,6 +184,7 @@ html|input[type="color"] {
|
|||
|
||||
button:-moz-focusring,
|
||||
menulist:-moz-focusring,
|
||||
#resetColor:-moz-focusring,
|
||||
html|input[type="color"]:focus {
|
||||
border-color: var(--highlight-color);
|
||||
outline: none;
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<button id="resetColor"
|
||||
tooltiptext="&folderProps.reset.tooltip;"
|
||||
class="toolbarbutton-1 btn-flat btn-reset"
|
||||
onclick="resetColor();"/>
|
||||
oncommand="resetColor();"/>
|
||||
</hbox>
|
||||
<label id="locationLabel" value="&folderProps.location.label;"
|
||||
control="location" accesskey="&folderProps.location.accesskey;"/>
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<button id="resetColor"
|
||||
tooltiptext="&folderProps.reset.tooltip;"
|
||||
class="toolbarbutton-1 btn-flat btn-reset"
|
||||
onclick="resetColor();"/>
|
||||
oncommand="resetColor();"/>
|
||||
</hbox>
|
||||
</hbox>
|
||||
<menulist id="msgNewFolderPicker" class="folderMenuItem" align="center"
|
||||
|
|
Загрузка…
Ссылка в новой задаче