mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 07:01:19 +00:00
Bug 494887 - .inline-link cannot be selected with the keyboard (r=dao)
This commit is contained in:
parent
90f2550c6b
commit
f3a560635f
@ -151,11 +151,11 @@
|
||||
<description>&rememberDescription.label;</description>
|
||||
<separator/>
|
||||
<description>&rememberActions.pre.label;<html:a
|
||||
class="inline-link"
|
||||
onclick="gPrivacyPane.clearPrivateDataNow(false);"
|
||||
class="inline-link" href="#"
|
||||
onclick="gPrivacyPane.clearPrivateDataNow(false); return false;"
|
||||
>&rememberActions.clearHistory.label;</html:a>&rememberActions.middle.label;<html:a
|
||||
class="inline-link"
|
||||
onclick="gPrivacyPane.showCookies();"
|
||||
class="inline-link" href="#"
|
||||
onclick="gPrivacyPane.showCookies(); return false;"
|
||||
>&rememberActions.removeCookies.label;</html:a>&rememberActions.post.label;</description>
|
||||
</vbox>
|
||||
<spacer flex="1" class="indent"/>
|
||||
@ -168,8 +168,8 @@
|
||||
<description>&dontrememberDescription.label;</description>
|
||||
<separator/>
|
||||
<description>&dontrememberActions.pre.label;<html:a
|
||||
class="inline-link"
|
||||
onclick="gPrivacyPane.clearPrivateDataNow(true);"
|
||||
class="inline-link" href="#"
|
||||
onclick="gPrivacyPane.clearPrivateDataNow(true); return false;"
|
||||
>&dontrememberActions.clearHistory.label;</html:a>&dontrememberActions.post.label;</description>
|
||||
</vbox>
|
||||
<spacer flex="1" class="indent"/>
|
||||
|
@ -88,12 +88,10 @@ radio[pane=paneAdvanced] {
|
||||
.inline-link {
|
||||
color: -moz-nativehyperlinktext;
|
||||
text-decoration: underline;
|
||||
outline: 1px solid transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.inline-link:focus, .inline-link:hover:active {
|
||||
color: red;
|
||||
.inline-link:not(:focus) {
|
||||
outline: 1px dotted transparent;
|
||||
}
|
||||
|
||||
/* Modeless Window Dialogs */
|
||||
|
@ -255,11 +255,10 @@ caption {
|
||||
.inline-link {
|
||||
color: -moz-nativehyperlinktext;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.inline-link:focus, .inline-link:hover:active {
|
||||
color: red;
|
||||
.inline-link:not(:focus) {
|
||||
outline: 1px dotted transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -115,11 +115,10 @@ radio[pane=paneAdvanced][selected="true"] {
|
||||
.inline-link {
|
||||
color: -moz-nativehyperlinktext;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.inline-link:focus, .inline-link:hover:active {
|
||||
color: red;
|
||||
|
||||
.inline-link:not(:focus) {
|
||||
outline: 1px dotted transparent;
|
||||
}
|
||||
|
||||
/* Modeless Window Dialogs */
|
||||
|
Loading…
x
Reference in New Issue
Block a user