Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaƫl Poupard <gael.poupard@orange.com>2020-12-14 12:39:55 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-15 10:22:14 +0300
commitc2f67d72e8010307f657b2a55ae93fc5c9cab2a5 (patch)
treed4cc529adcfff2bcf04c979693aa5ae718b4f32b /site/assets
parenteae52b1cb0af18c5bf3fddd660f53d58d689cd63 (diff)
docs(skip links): new powers for .visually-hidden-focusable
Diffstat (limited to 'site/assets')
-rw-r--r--site/assets/scss/_skippy.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/site/assets/scss/_skippy.scss b/site/assets/scss/_skippy.scss
index 894db70db4..ea82c625b9 100644
--- a/site/assets/scss/_skippy.scss
+++ b/site/assets/scss/_skippy.scss
@@ -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;
- }
}