0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 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

@ -6,6 +6,7 @@
- Fix custom fonts not rendered correctly [Taiga #4874](https://tree.taiga.io/project/penpot/issue/4874)
- Fix problem with shadows and blur on multiple selection
- Fix problem with redo shortcut
- Fix search field has implemented shared styles for "close icon" and "search icon" [Taiga #4927](https://tree.taiga.io/project/penpot/issue/4927)
## 1.17.2

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;
}
}
}