🐛 Fix search field shared styles

This commit is contained in:
Alejandro Alonso 2023-03-07 08:36:40 +01:00 committed by Alonso Torres
parent 82e402c271
commit 9f66e8e5d1
2 changed files with 5 additions and 4 deletions

View file

@ -337,15 +337,15 @@
fill: $color-gray-30;
height: 15px;
width: 15px;
&:hover {
fill: $color-danger;
}
}
}
.clear-search svg {
transform: rotate(45deg);
&:hover {
fill: $color-danger;
}
}
}