mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 21:44:22 -04:00
Hide filter input field if no filter is set.
This commit is contained in:
parent
bfebcb3bcd
commit
556d206ab8
3 changed files with 9 additions and 1 deletions
|
@ -84,11 +84,18 @@ body > nav {
|
|||
border-left: 1px solid rgba(0,0,0,0.05);
|
||||
|
||||
input {
|
||||
display: none;
|
||||
border: none;
|
||||
font-family: Ubuntu, sans-serif;
|
||||
color: #555;
|
||||
background-color: rgba(0,0,0,0);
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
&.current {
|
||||
input {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue