mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
copy edits and tweaks to utility classes to ensure they always are specific enough
This commit is contained in:
@@ -12,11 +12,12 @@
|
||||
}
|
||||
|
||||
// Toggling content
|
||||
// Uses `!important` for proper specifity over things like form controls
|
||||
.hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
.show {
|
||||
display: block;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
// Visibility
|
||||
|
||||
Reference in New Issue
Block a user