We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2608eee commit 64b1feaCopy full SHA for 64b1fea
1 file changed
packages/fiori/src/themes/SearchField.css
@@ -87,6 +87,8 @@
87
--_ui5_select_label_color: var(--sapShell_TextColor);
88
/* Remove Select's default focus outline without affecting dropdown items */
89
--_ui5_input_focus_outline_color: transparent;
90
+ /* Suppress Select's bottom border gradient inside ShellBar search */
91
+ --_ui5_select_bottom_border_gradient: none;
92
}
93
94
[ui5-select]:hover:not(:active):not(:focus-within) {
@@ -261,8 +263,6 @@
261
263
262
264
.ui5-shell-search-field-icon::part(root) {
265
padding: var(--_ui5_search_icon_padding);
- width: 1rem;
- height: 1rem;
266
outline-offset: -0.125rem;
267
268
0 commit comments