UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

35 lines (29 loc) 744 B
/** * DevExtreme (widgets/material/tabPanel.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) "./multiView.material.less"; @import (once) "./tabs.material.less"; .dx-tabpanel { .dx-tabs { display: block; border-bottom: none; background-color: @tabs-tab-bg; .dx-empty-collection& { border-top: none; } } .dx-tab { min-width: 72px; &:not(.dx-tab-selected):not(.dx-state-hover) { background: none; } } .dx-tabs-wrapper { display: block; } }