From e83aad68b0ec39da25d7c56fe791e56734385511 Mon Sep 17 00:00:00 2001 From: Jon Gunderson Date: Tue, 21 May 2024 16:57:45 -0500 Subject: [PATCH 1/2] updated styling --- aria-practices | 1 + content/patterns/slider/examples/css/slider-rating.css | 10 +++++----- cspell.json | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) create mode 160000 aria-practices diff --git a/aria-practices b/aria-practices new file mode 160000 index 0000000000..e21ef7f7a3 --- /dev/null +++ b/aria-practices @@ -0,0 +1 @@ +Subproject commit e21ef7f7a3e33457df43b50c820abd9a2ac89442 diff --git a/content/patterns/slider/examples/css/slider-rating.css b/content/patterns/slider/examples/css/slider-rating.css index 0dc3c3fc00..2a966d6351 100644 --- a/content/patterns/slider/examples/css/slider-rating.css +++ b/content/patterns/slider/examples/css/slider-rating.css @@ -67,23 +67,23 @@ @media (forced-colors: active) { .rating-slider svg .focus-ring { - fill: linktext; + fill: buttontext; } .rating-slider svg .target { - stroke: linktext; + stroke: buttontext; } .rating-slider svg .label { - fill: linktext; + fill: buttontext; } .rating-slider svg .description { - fill: linktext; + fill: buttontext; } .rating-slider svg .current .target { - fill: linktext; + fill: buttontext; } .rating-slider svg .current .label { diff --git a/cspell.json b/cspell.json index 26cd4f08d9..5bd99d9d17 100644 --- a/cspell.json +++ b/cspell.json @@ -25,6 +25,7 @@ "Botr", "Brinza", "Bucketwheat", + "buttontext", "camelcase", "canvastext", "Capitan", From 36f9fd40d1c2b4f9a4a0efdb4e857cb5057ede13 Mon Sep 17 00:00:00 2001 From: Jon Gunderson Date: Tue, 4 Jun 2024 13:22:55 -0500 Subject: [PATCH 2/2] removed empty directory --- aria-practices | 1 - 1 file changed, 1 deletion(-) delete mode 160000 aria-practices diff --git a/aria-practices b/aria-practices deleted file mode 160000 index e21ef7f7a3..0000000000 --- a/aria-practices +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e21ef7f7a3e33457df43b50c820abd9a2ac89442