mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
css: Remove unused Bootstrap dropdown-backdrop rules.
This commit is contained in:
parent
4395c54c23
commit
73aca658f6
8
web/third/bootstrap/css/bootstrap.app.css
vendored
8
web/third/bootstrap/css/bootstrap.app.css
vendored
@ -430,14 +430,6 @@ input:focus:invalid:focus {
|
||||
.open > .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
.dropdown-backdrop {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
z-index: 990;
|
||||
}
|
||||
.typeahead {
|
||||
z-index: 1051;
|
||||
margin-top: 2px;
|
||||
|
||||
@ -427,14 +427,6 @@ input:focus:invalid:focus {
|
||||
.open > .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
.dropdown-backdrop {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
z-index: 990;
|
||||
}
|
||||
.typeahead {
|
||||
z-index: 1051;
|
||||
margin-top: 2px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user