@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
16 lines (14 loc) • 361 B
text/less
/* ============================= */
/* CSS for control sap.m/SliderTooltipContainer */
/* Base theme */
/* ============================= */
.sapMSliderTooltipContainer {
display: flex;
position: absolute;
justify-content: space-between;
transition-property: left, right;
}
.sapMSliderTooltipContainerDisabled {
opacity: 0.5;
pointer-events: none;
}