DaptePicker: fix erorr message popover
This commit is contained in:
parent
e19aff2169
commit
e137f7af60
|
@ -126,7 +126,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.woocommerce-calendar__input-error {
|
||||
.woocommerce-filters-date__content {
|
||||
.woocommerce-calendar__input-error {
|
||||
display: none;
|
||||
|
||||
.components-popover__content {
|
||||
|
@ -142,8 +143,15 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
&:not(.no-arrow):after {
|
||||
border-color: $core-grey-dark-400;
|
||||
&:not(.no-arrow):not(.is-mobile).is-bottom:before {
|
||||
border-bottom-color: $core-grey-dark-400;
|
||||
z-index: 1;
|
||||
top: -6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.is-mobile .woocommerce-calendar__input-error .components-popover__content {
|
||||
height: initial;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
.components-tab-panel__tab-content {
|
||||
height: calc(100% - $gap-larger);
|
||||
height: calc(100% - 36px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue