1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 02:24:19 +02:00

Move [hidden] style from _utilities.scss to _reboot.scss; fixes #18230

[skip sauce]
This commit is contained in:
Chris Rebert
2015-11-12 19:15:54 -08:00
parent fcbf49ae0a
commit be5e223177
4 changed files with 21 additions and 21 deletions

View File

@@ -298,3 +298,8 @@ output {
// line-height: $line-height;
// color: $input-color;
}
// Always hide an element with the `hidden` HTML attribute (from PureCSS).
[hidden] {
display: none !important;
}

View File

@@ -31,11 +31,6 @@
@include sr-only-focusable();
}
// Always hide an element with the `hidden` HTML attribute (from PureCSS).
[hidden] {
display: none !important;
}
.invisible {
visibility: hidden !important;
}