commit
1217d76a01
2 changed files with 9 additions and 9 deletions
|
@ -41,6 +41,11 @@
|
|||
font-variant: small-caps;
|
||||
font-size: 1.15em;
|
||||
|
||||
&:not(.nav-search) {
|
||||
border-bottom: 3px solid transparent;
|
||||
border-top: 3px solid transparent;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
@ -50,14 +55,9 @@
|
|||
padding-right: 5px;
|
||||
}
|
||||
|
||||
&.is-tab {
|
||||
border-bottom: 3px solid transparent;
|
||||
border-top: 3px solid transparent;
|
||||
|
||||
&:hover, &.is-active {
|
||||
border-bottom-color: $zeus-orange;
|
||||
}
|
||||
&:not(.nav-search):hover, &.is-active {
|
||||
border-bottom-color: $zeus-orange;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<div class="nav-right">
|
||||
<form action="/search/?" method="get">
|
||||
<div id="tipue_search_input" class="nav-item">
|
||||
<div id="tipue_search_input" class="nav-item nav-search">
|
||||
<input type="text" name="q" id="tipue_search_input_field" autocomplete="off">
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue