Commit 44b32a30 authored by Mark Otto's avatar Mark Otto
Browse files

move .hidden to utilities; fixes #10997

parent 7bd95531
Showing with 16 additions and 16 deletions
+16 -16
......@@ -6528,6 +6528,11 @@ button.close {
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
......@@ -6536,11 +6541,6 @@ button.close {
width: device-width;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
......
This diff is collapsed.
......@@ -22,16 +22,6 @@
}
// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
.hidden {
display: none !important;
visibility: hidden !important;
}
// Visibility utilities
.visible-xs {
......
......@@ -38,6 +38,16 @@
}
// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
.hidden {
display: none !important;
visibility: hidden !important;
}
// For Affix plugin
// -------------------------
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment