Projet

Général

Profil

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

Serghei Mihai, 09 juin 2021 15:03

Télécharger (635 octets)

Voir les différences:

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

 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;
16 17
	&:focus {
18
		background-color: $cell-background;
17 19
		left: 0;
18 20
	}
19 21
}
20
-