mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 23:04:32 +02:00
move .hidden to utilities; fixes #10997
This commit is contained in:
10
dist/css/bootstrap.css
vendored
10
dist/css/bootstrap.css
vendored
@@ -6528,6 +6528,11 @@ button.close {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.affix {
|
||||
position: fixed;
|
||||
}
|
||||
@@ -6536,11 +6541,6 @@ button.close {
|
||||
width: device-width;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.visible-xs,
|
||||
tr.visible-xs,
|
||||
th.visible-xs,
|
||||
|
Reference in New Issue
Block a user