mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Fixes #6339: Use important flag on .hide and .show utility classes
This commit is contained in:
+2
-2
@@ -13,10 +13,10 @@
|
||||
|
||||
// Toggling content
|
||||
.hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
.show {
|
||||
display: block;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
// Visibility
|
||||
|
||||
Reference in New Issue
Block a user