Hides more unimplemented features via CSS.
This commit is contained in:
parent
3d860e9654
commit
79c61613cd
1 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ $logo-height: $navbar-height - 20px;
|
|||
.search-input {
|
||||
@extend .form-input;
|
||||
border-color: $navbar-border-color-dark;
|
||||
display: none; // TODO: Make search work and remove this.
|
||||
}
|
||||
|
||||
.search-input:focus {
|
||||
|
|
@ -684,6 +685,6 @@ hr {
|
|||
}
|
||||
}
|
||||
|
||||
#search-box, .category {
|
||||
.category, div.flag-button {
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue