File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -373,14 +373,28 @@ ui5-icon[data-count]::before {
373
373
height : 100% ;
374
374
}
375
375
376
- ::slotted (ui5-input:hover) {
376
+ ::slotted (ui5-input [focused ]) {
377
+ outline : 1px dotted var (--sapContent_ContrastFocusColor );
378
+ }
379
+
380
+ /**
381
+ * IE styles
382
+ */
383
+ ui5-input [value-state ]: not ([readonly ]) {
384
+ background : var (--sapShellColor );
385
+ border : 1px solid var (--sapShell_InteractiveBorderColor );
386
+ }
387
+
388
+ ui5-input [value-state ]: not ([readonly ]): hover ,
389
+ ui5-input : not ([value-state ]): not ([readonly ]): hover {
377
390
background : var (--sapShell_Hover_Background );
391
+ border : 1px solid var (--sapShell_InteractiveBorderColor );
378
392
}
379
393
380
- :: slotted ( ui5-input [focused ]) {
394
+ ui5-input [value-state ] : not ([ value-stat = "None" ])[ focused ] {
381
395
outline : 1px dotted var (--sapContent_ContrastFocusColor );
382
396
}
383
-
397
+ /* IE styles end */
384
398
385
399
.ui5-shellbar-copilot-wrapper {
386
400
position : relative;
Original file line number Diff line number Diff line change 96
96
< ui5-shellbar-item icon ="action-settings " text ="Settings "> </ ui5-shellbar-item >
97
97
< ui5-shellbar-item icon ="sys-help " text ="Help "> </ ui5-shellbar-item >
98
98
99
- < ui5-input slot ="searchField "> </ ui5-input >
99
+ < ui5-input slot ="searchField " value-state =" Error " > </ ui5-input >
100
100
101
101
</ ui5-shellbar >
102
102
You can’t perform that action at this time.
0 commit comments