mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 00:39:54 +00:00
Fix
This commit is contained in:
parent
8265927fc1
commit
1ed86c905f
@ -6,7 +6,6 @@
|
|||||||
// See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/
|
// See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/
|
||||||
|
|
||||||
@mixin visually-hidden() {
|
@mixin visually-hidden() {
|
||||||
position: absolute !important;
|
|
||||||
width: 1px !important;
|
width: 1px !important;
|
||||||
height: 1px !important;
|
height: 1px !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
@ -15,6 +14,11 @@
|
|||||||
clip: rect(0, 0, 0, 0) !important;
|
clip: rect(0, 0, 0, 0) !important;
|
||||||
white-space: nowrap !important;
|
white-space: nowrap !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
|
|
||||||
|
// Fix for positioned table caption that could become anonymous cells
|
||||||
|
&:not(caption) {
|
||||||
|
position: absolute !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use to only display content when it's focused, or one of its child elements is focused
|
// Use to only display content when it's focused, or one of its child elements is focused
|
||||||
|
Loading…
x
Reference in New Issue
Block a user