Skip to content

Commit

Permalink
TabPanel - multiview style should be applied only to the widget (#12944)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed May 7, 2020
1 parent a4d7464 commit aab3989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/widgets/generic/tabPanel.generic.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
}
}

.dx-multiview-wrapper {
border: @GENERIC_TABS_BORDER;
}

.dx-tabpanel {
.dx-tabs {
display: block;
Expand Down Expand Up @@ -102,4 +98,8 @@
&.dx-state-focused {
.tabpanel-shadow-mixin(@tabs-focused-border-color);
}

.dx-multiview-wrapper {
border: @GENERIC_TABS_BORDER;
}
}

0 comments on commit aab3989

Please sign in to comment.