2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

replace .visible-{size} with .visible-{size}-{display} ; fixes #8869

This commit is contained in:
Chris Rebert
2014-02-13 11:48:23 -08:00
parent 4b622c60c1
commit bdd7651e32
5 changed files with 278 additions and 45 deletions
+2
View File
@@ -632,6 +632,7 @@
// Responsive utilities
// -------------------------
// More easily include all the states for responsive-utilities.less.
// Note: Deprecated .responsive-visibility() as of v3.2.0
.responsive-visibility() {
display: block !important;
table& { display: table; }
@@ -640,6 +641,7 @@
td& { display: table-cell !important; }
}
// Note: Deprecated .responsive-invisibility() as of v3.2.0
.responsive-invisibility() {
display: none !important;
}