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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user