diff --git a/CHANGES.md b/CHANGES.md index e75336223..041967979 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/frontend/resources/styles/main/partials/dashboard-sidebar.scss b/frontend/resources/styles/main/partials/dashboard-sidebar.scss index f04d4ced6..ba6a9f3f5 100644 --- a/frontend/resources/styles/main/partials/dashboard-sidebar.scss +++ b/frontend/resources/styles/main/partials/dashboard-sidebar.scss @@ -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; + } } }