Show search input upon focus when the sidebar is collapsed
This commit is contained in:
parent
c1029d90d7
commit
09c70ec3fb
|
@ -276,6 +276,18 @@ html.no-js .controls > .tabs {
|
|||
font-size: 1.5em;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
> .search-control {
|
||||
height: 3.333em;
|
||||
}
|
||||
}
|
||||
|
||||
#search:focus {
|
||||
background-color: @gray-lighter;
|
||||
box-shadow: 0 0 .25em 0 rgba(0, 0, 0, .2);
|
||||
padding-left: 3.75em;
|
||||
width: 20em;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
|
|
Loading…
Reference in New Issue