We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c832809 commit 61430dfCopy full SHA for 61430df
1 file changed
src/tools/components/InArticlePicker.module.scss
@@ -1,4 +1,10 @@
1
.container {
2
+ // Override Primer's selected tab indicator color to meet WCAG 1.4.11
3
+ // non-text contrast minimum of 3:1. The default --color-primer-border-active
4
+ // (#FD8C73) has only 2.3:1 contrast. Using a Primer theme variable
5
+ // that meets contrast in both light and dark color modes.
6
+ --underlineNav-borderColor-active: var(--color-severe-emphasis);
7
+
8
// target the ActionList dropdown that appears when UnderlineNav overflows
9
ul[class*="prc-ActionList-ActionList"] {
10
background-color: var(
0 commit comments