File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
shared/components/GenericList Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,10 @@ export function SearchInput({
109109 </ Label >
110110 < Input
111111 id = { `search-${ entriesKind } ` }
112+ className = "search-input"
112113 accessibleName = { `search-${ entriesKind } ` }
113114 type = "Search"
114- icon = { < Icon className = "bsl-has-color-status-4" name = "search" /> }
115+ icon = { < Icon name = "search" className = "search-icon " /> }
115116 ref = { searchInputRef }
116117 value = { searchQuery }
117118 onInput = { ( e ) => handleQueryChange ( e . target . value ) }
Original file line number Diff line number Diff line change 33 align-items : center ;
44 gap : 0.5rem ;
55
6- # search-input {
6+ . search-input {
77 margin : 0 ;
8+
9+ & :focus {
10+ .search-icon {
11+ & :hover {
12+ color : var (--sapIllus_HoverButtonColor );
13+ }
14+ }
15+ }
16+
17+ .search-icon {
18+ & :hover {
19+ box-shadow : var (--sapField_Hover_Shadow );
20+ }
21+ }
822 }
923}
1024
Original file line number Diff line number Diff line change 77 --sapIllus_BackgroundColor : # e7e9ea ;
88 --sapIllus_ObjectFillColor : # fff ;
99 --sapIllus_AccentColor : # ffba10 ;
10+ --sapIllus_HoverButtonColor : # 0064d9 ;
1011 --sapIllus_NoColor : none;
1112 --sapIllus_PatternShadow : url (# sapIllus_PatternShadow);
1213 --sapIllus_PatternHighlight : url (# sapIllus_PatternHighlight);
You can’t perform that action at this time.
0 commit comments