Projet

Général

Profil

0001-a11y-use-cell-background-for-nav-skip-links-54696.patch

Serghei Mihai, 09 juin 2021 15:16

Télécharger (708 octets)

Voir les différences:

Subject: [PATCH] a11y: use cell background for nav skip links (#54696)

And thus be sure there is enough contrast between background and link color.
 static/includes/_a11y.scss | 2 ++
 1 file changed, 2 insertions(+)
static/includes/_a11y.scss
13 13
	position: absolute;
14 14
	left: -7000px;
15 15
	z-index: 100;
16
	padding: 3px;
17
	background-color: $cell-background;
16 18
	&:focus {
17 19
		left: 0;
18 20
	}
19
-