mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
css: Remove unused boostrap nav-header styles.
This commit is contained in:
parent
4b6b1da83c
commit
f04b54ff47
@ -848,8 +848,7 @@
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.nav-list > li > a,
|
||||
.nav-list .nav-header {
|
||||
.nav-list > li > a {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
@ -485,12 +485,6 @@ input.text-error {
|
||||
& a i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
&.nav-header {
|
||||
background-color: transparent;
|
||||
cursor: default;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
&.dropdown-list {
|
||||
|
||||
20
web/third/bootstrap/css/bootstrap.css
vendored
20
web/third/bootstrap/css/bootstrap.css
vendored
@ -297,26 +297,12 @@ input:focus:invalid:focus {
|
||||
.nav > li > a > img {
|
||||
max-width: none;
|
||||
}
|
||||
.nav-header {
|
||||
display: block;
|
||||
padding: 3px 15px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
color: #999999;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.nav li + .nav-header {
|
||||
margin-top: 9px;
|
||||
}
|
||||
.nav-list {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.nav-list > li > a,
|
||||
.nav-list .nav-header {
|
||||
.nav-list > li > a {
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
@ -545,10 +531,6 @@ input:focus:invalid:focus {
|
||||
bottom: 100%;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.dropdown .dropdown-menu .nav-header {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.typeahead {
|
||||
z-index: 1051;
|
||||
margin-top: 2px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user