1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

docs(skip links): new powers for .visually-hidden-focusable

This commit is contained in:
Gaël Poupard
2020-12-14 10:39:55 +01:00
committed by XhmikosR
parent eae52b1cb0
commit c2f67d72e8
2 changed files with 3 additions and 16 deletions

View File

@@ -1,20 +1,7 @@
// stylelint-disable declaration-no-important
.skippy {
background-color: $bd-purple;
a {
color: $white;
}
&:focus-within a {
position: static !important;
width: auto !important;
height: auto !important;
padding: $spacer / 2 !important;
margin: $spacer / 4 !important;
overflow: visible !important;
clip: auto !important;
white-space: normal !important;
}
}