mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 966124 - focusing the "Manage" link in Sync preferences produces a weird huge focus outline r=markh
This commit is contained in:
parent
a72a192985
commit
377a2562c1
@ -209,13 +209,16 @@
|
||||
<!-- logged in and verified and all is good -->
|
||||
<hbox>
|
||||
<label id="fxaEmailAddress1"/>
|
||||
<label class="text-link"
|
||||
onclick="gSyncPane.manageFirefoxAccount();"
|
||||
value="&manage.label;"/>
|
||||
<vbox>
|
||||
<label class="text-link"
|
||||
onclick="gSyncPane.manageFirefoxAccount();"
|
||||
value="&manage.label;"/>
|
||||
</vbox>
|
||||
<spacer flex="1"/>
|
||||
<vbox align="end">
|
||||
<button oncommand="gSyncPane.unlinkFirefoxAccount(true);"
|
||||
label="&disconnect.label;" />
|
||||
<vbox>
|
||||
<button id="fxaUnlinkButton"
|
||||
oncommand="gSyncPane.unlinkFirefoxAccount(true);"
|
||||
label="&disconnect.label;"/>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
|
@ -214,4 +214,8 @@ html|a.inline-link:-moz-focusring {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#fxaUnlinkButton {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user