Skip to content

Commit

Permalink
Don't remove margin from tab captions that follow hidden tabs.
Browse files Browse the repository at this point in the history
Fixes #10437
  • Loading branch information
Ansku committed Aug 17, 2020
1 parent 0676373 commit 08dbcb3
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ $v-tabsheet-content-animation-enabled: $v-animations-enabled !default;
}
}

&:first-child .v-caption,
&[aria-hidden="true"] + td .v-caption {
&:first-child .v-caption {
margin-left: 0;
}

Expand Down Expand Up @@ -438,8 +437,7 @@ $v-tabsheet-content-animation-enabled: $v-animations-enabled !default;
margin-top: 0;
}

td:first-child .v-caption,
[aria-hidden="true"] + td .v-caption {
td:first-child .v-caption {
margin-left: 0;
}

Expand Down

0 comments on commit 08dbcb3

Please sign in to comment.