mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 23:12:21 +00:00
Bug 1578052 - Add the focus outline of the TP switch in protections panel. r=nhnt11
We add the focus outline of the TP switch according to different platforms. Differential Revision: https://phabricator.services.mozilla.com/D45984 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
806d4691d5
commit
9fe7574570
@ -24,3 +24,7 @@
|
|||||||
#protections-popup toolbarbutton:not([disabled="true"]):hover:active {
|
#protections-popup toolbarbutton:not([disabled="true"]):hover:active {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.protections-popup-tp-switch:-moz-focusring {
|
||||||
|
outline: 1px dotted;
|
||||||
|
}
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tracking-protection-button:-moz-focusring,
|
.tracking-protection-button:-moz-focusring,
|
||||||
|
.protections-popup-tp-switch:-moz-focusring,
|
||||||
#identity-popup-securityView-body > button:-moz-focusring {
|
#identity-popup-securityView-body > button:-moz-focusring {
|
||||||
box-shadow: var(--focus-ring-box-shadow);
|
box-shadow: var(--focus-ring-box-shadow);
|
||||||
}
|
}
|
||||||
|
@ -7,3 +7,7 @@
|
|||||||
.tracking-protection-button > .button-box > .button-icon {
|
.tracking-protection-button > .button-box > .button-icon {
|
||||||
margin-inline-end: 5px;
|
margin-inline-end: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.protections-popup-tp-switch:-moz-focusring {
|
||||||
|
outline: 1px dotted;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user