devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
37 lines (31 loc) • 846 B
text/less
/**
* DevExtreme (widgets/material/tooltip.material.less)
* Version: 20.1.7
* Build date: Tue Aug 25 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./popover.material.less";
.dx-size-default() {
@MATERIAL_TOOLTIP_PADDING: 6px 8px;
}
.dx-size-compact() {
@MATERIAL_TOOLTIP_PADDING: 4px 6px;
}
.dx-tooltip-wrapper {
.dx-overlay-content {
background-color: @tooltip-bg;
color: @tooltip-color;
box-shadow: none;
border-radius: @tooltip-border-radius;
min-height: auto;
.dx-popup-content {
padding: @MATERIAL_TOOLTIP_PADDING;
font-size: 12px;
}
}
&.dx-popover-wrapper .dx-popover-arrow {
display: none;
}
}