Made spacing in CSS example clearer (#26259)
To enhance the readability for the CSS classes
This commit is contained in:
committed by
Randell Dawson
parent
4fb8145163
commit
0e81caec2c
@ -47,7 +47,9 @@ Para permitir que los usuarios no videntes se salten al contenido principal de u
|
|||||||
clip-path: inset(50%);
|
clip-path: inset(50%);
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
.skip-link:active, .skip-link:focus {
|
|
||||||
|
.skip-link:active,
|
||||||
|
.skip-link:focus {
|
||||||
position: static;
|
position: static;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
Reference in New Issue
Block a user