From 9f66e8e5d1ea2a068f026b037d596c8abd756bea Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 7 Mar 2023 08:36:40 +0100 Subject: [PATCH] :bug: Fix search field shared styles --- CHANGES.md | 1 + .../resources/styles/main/partials/dashboard-sidebar.scss | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e753362232..0419679792 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 f04d4ced60..ba6a9f3f5a 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; + } } }