Skip to content

Commit e52f1b9

Browse files
authored
fix(ui5-search): update filter icon's styling on hover (#13505)
1 parent 19d1733 commit e52f1b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fiori/src/themes/SearchField.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
border: var(--_ui5_search_filter_button_border);
127127
}
128128

129-
::slotted([slot="filterButton"]:hover) {
129+
::slotted([slot="filterButton"]:not([active]):not(:focus-within):hover) {
130130
background-color: var(--sapShell_Hover_Background);
131131
border: var(--_ui5_seach_filter_button_border_hover);
132132
}

0 commit comments

Comments
 (0)