mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
bootstrap: Remove hide/show
classes.
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.show {
|
||||
display: block;
|
||||
}
|
||||
|
||||
kbd {
|
||||
display: inline-block;
|
||||
border: 1px solid hsl(0deg 0% 80%);
|
||||
|
6
web/third/bootstrap/css/bootstrap.app.css
vendored
6
web/third/bootstrap/css/bootstrap.app.css
vendored
@@ -262,12 +262,6 @@ button.close {
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
.show {
|
||||
display: block;
|
||||
}
|
||||
@-ms-viewport {
|
||||
width: device-width;
|
||||
}
|
||||
|
Reference in New Issue
Block a user