devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
30 lines (25 loc) • 678 B
text/less
/**
* DevExtreme (widgets/material/dropDownMenu.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) "./button.material.less";
@import (once) "./popover.material.less";
@import (once) "./list.material.less";
.dx-dropdownmenu-popup-wrapper {
.dx-overlay-content {
box-shadow: @dropdown-widgets-shadow;
.dx-popup-content {
padding: 1px;
}
}
.dx-dropdownmenu-list {
border-radius: 8px;
}
.dx-list-item {
border-top: 0;
}
}