mirror of
https://github.com/twbs/bootstrap.git
synced 2025-05-31 00:02:18 -04:00
move .hidden to utilities; fixes #10997
This commit is contained in:
parent
7bd955318a
commit
44b32a3036
10
dist/css/bootstrap.css
vendored
10
dist/css/bootstrap.css
vendored
@ -6528,6 +6528,11 @@ button.close {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hidden {
|
||||||
|
display: none !important;
|
||||||
|
visibility: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
.affix {
|
.affix {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
@ -6536,11 +6541,6 @@ button.close {
|
|||||||
width: device-width;
|
width: device-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
|
||||||
display: none !important;
|
|
||||||
visibility: hidden !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.visible-xs,
|
.visible-xs,
|
||||||
tr.visible-xs,
|
tr.visible-xs,
|
||||||
th.visible-xs,
|
th.visible-xs,
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -22,16 +22,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Hide from screenreaders and browsers
|
|
||||||
//
|
|
||||||
// Credit: HTML5 Boilerplate
|
|
||||||
|
|
||||||
.hidden {
|
|
||||||
display: none !important;
|
|
||||||
visibility: hidden !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Visibility utilities
|
// Visibility utilities
|
||||||
|
|
||||||
.visible-xs {
|
.visible-xs {
|
||||||
|
@ -38,6 +38,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Hide from screenreaders and browsers
|
||||||
|
//
|
||||||
|
// Credit: HTML5 Boilerplate
|
||||||
|
|
||||||
|
.hidden {
|
||||||
|
display: none !important;
|
||||||
|
visibility: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// For Affix plugin
|
// For Affix plugin
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user