File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -732,7 +732,7 @@ class Input extends UI5Element {
732
732
}
733
733
734
734
/**
735
- * Checks if the popover is open.
735
+ * Checks if the value state popover is open.
736
736
* @returns {Boolean } true if the popover is open, false otherwise
737
737
* @public
738
738
*/
@@ -1034,6 +1034,7 @@ class Input extends UI5Element {
1034
1034
return {
1035
1035
popoverValueState : {
1036
1036
"ui5-valuestatemessage-root" : true ,
1037
+ "ui5-responsive-popover-header" : ! this . isOpen ( ) ,
1037
1038
"ui5-valuestatemessage--success" : this . valueState === ValueState . Success ,
1038
1039
"ui5-valuestatemessage--error" : this . valueState === ValueState . Error ,
1039
1040
"ui5-valuestatemessage--warning" : this . valueState === ValueState . Warning ,
Original file line number Diff line number Diff line change 72
72
class =" ui5-valuestatemessage-popover"
73
73
placement-type =" Bottom"
74
74
>
75
- <div slot =" header" class =" ui5-responsive-popover-header {{ classes.popoverValueState }} " style =" {{ styles.popoverHeader }} " >
75
+ <div slot =" header" class =" {{ classes.popoverValueState }} " style =" {{ styles.popoverHeader }} " >
76
76
{{> valueStateMessage }}
77
77
</div >
78
78
</ui5-popover >
Original file line number Diff line number Diff line change 123
123
.ui5-responsive-popover-header .row {
124
124
box-sizing : border-box;
125
125
padding : 0.25rem 1rem ;
126
- height : 2.5rem ;
126
+ min- height: 2.5rem ;
127
127
display : flex;
128
128
justify-content : center;
129
129
align-items : center;
You can’t perform that action at this time.
0 commit comments