Searchfield: fix clipped focus shadow on high-res screens

fixes #1210
This commit is contained in:
Felix Niklas 2017-07-21 11:47:25 +02:00
parent 7468b3ed36
commit ad8de49768

View file

@ -1860,6 +1860,7 @@ input.has-error {
appearance: textfield;
border-radius: 19px;
padding: 0 17px 0 42px;
will-change: transform;
&.is-empty + .empty-search {
visibility: hidden;