Skip to content

Commit

Permalink
fix(MdTabs): transparent content (#1725)
Browse files Browse the repository at this point in the history
fix #1713
  • Loading branch information
VdustR authored May 13, 2018
1 parent d1b296e commit a4e3619
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/MdTabs/MdTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,11 @@
will-change: height;
}
&.md-transparent .md-tabs-navigation {
background-color: transparent !important;
&.md-transparent {
.md-tabs-navigation,
.md-tabs-content {
background-color: transparent !important;
}
}
&.md-dynamic-height .md-tabs-content {
Expand Down

0 comments on commit a4e3619

Please sign in to comment.