mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Fixes #6339: Use important flag on .hide and .show utility classes
This commit is contained in:
@@ -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