CSS: Remove search field's border transition in the menu
This commit is contained in:
parent
f7e5cd3b71
commit
8fca2cd9b2
|
@ -225,6 +225,7 @@
|
|||
input[type=text].search-input {
|
||||
padding-right: 1.4em;
|
||||
text-overflow: ellipsis;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.search-input:-moz-placeholder { // FF 18-
|
||||
|
|
Loading…
Reference in New Issue