fix #1831 Close search button at the wrong side when using RTL language

This commit is contained in:
Felix Niklas 2018-02-14 14:49:26 +01:00
parent 55421ba912
commit e40209f3f6

View file

@ -3394,7 +3394,7 @@ footer {
.empty-search { .empty-search {
position: absolute; position: absolute;
right: 0; @include bidi-style(right, 0, left, auto);
top: 0; top: 0;
height: 30px; height: 30px;
width: 40px; width: 40px;