Skip to content
Snippets Groups Projects

Fixes the alignment of 'X' icon

Open Tanuj Jain requested to merge issue/module_filter-3372272:3372272-fix-the-x into 4.x
2 files
+ 10
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -4,15 +4,17 @@
@@ -4,15 +4,17 @@
}
}
.winnow-input input.form-search {
.winnow-input input.form-search {
padding-right: 2em;
padding-right: 2em;
 
position: relative;
}
}
.winnow-clear {
.winnow-clear {
position: absolute;
position: absolute;
top: 0;
right: 2px;
right: 2px;
bottom: 0;
bottom: 0;
left: auto;
left: auto;
text-align: left;
text-align: left;
text-indent: -9999px;
text-indent: -9999px;
 
top: 42%;
 
transform: translateY(-50%);
}
}
.winnow-clear::after {
.winnow-clear::after {
position: absolute;
position: absolute;
Loading