devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
37 lines (31 loc) • 784 B
text/less
/**
* DevExtreme (widgets/generic/dropDownButton.generic.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) "./buttonGroup.generic.less";
@import (once) "./popup.generic.less";
@import (once) "./list.generic.less";
.dx-dropdownbutton {
.dx-button {
overflow: hidden;
}
.dx-button-has-text .dx-icon.dx-icon-right {
margin-left: 4px;
margin-right: 0;
}
}
.dx-dropdownbutton-toggle {
display: flex;
flex: 0 0 auto;
max-width: 20px;
}
.dx-dropdownbutton-action {
min-width: 0;
}
.dx-dropdownbutton-popup-wrapper {
.dx-dropdownlist-list-appearance();
}