commit 371f022ce5af2457baff9fba719847dac39f63bc
parent a3e6405e2ff31550c5302dd2b1b013af863a7718
Author: Benjamin VanderSloot <bvandersloot@mozilla.com>
Date: Mon, 15 Dec 2025 13:46:04 +0000
Bug 1988806 - Improve security-privacy-card link styles with :hover and :active - r=mkennedy
Differential Revision: https://phabricator.services.mozilla.com/D275501
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/browser/components/preferences/widgets/security-privacy/security-privacy-card/security-privacy-card.css b/browser/components/preferences/widgets/security-privacy/security-privacy-card/security-privacy-card.css
@@ -51,6 +51,12 @@ a {
color: inherit;
}
+a:hover,
+a:hover:active {
+ color: inherit;
+ text-decoration: none;
+}
+
#heading {
font-size: var(--font-size-root);
font-weight: var(--heading-font-weight);