Skip to content

Commit

Permalink
Remove outdated Firefox workaround from reindeer in Tabsheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansku committed Feb 9, 2022
1 parent 2790b45 commit 7b09328
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@
font-size: 14px;
font-weight: normal;
}
.v-ff & .#{$primaryStyleName}-caption-close{
margin-top: -17px;
}

.v-ff & .#{$primaryStyleName}-caption-close:only-child {
margin-top: -1px;
}


.#{$primaryStyleName}-caption-close:hover {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
.#{$primaryStyleName}-tabs-bar .#{$primaryStyleName}-caption-close {
margin-top: 1px;
}
.v-ff & .#{$primaryStyleName}-tabs-bar .#{$primaryStyleName}-caption-close {
margin-top: -14px;
}
.v-ie9 &, .v-ie10 & {
.#{$primaryStyleName}-tabs-bar .#{$primaryStyleName}-caption-close:only-child,
.#{$primaryStyleName}-tabs-bar .v-captiontext:first-child + .#{$primaryStyleName}-caption-close {
Expand Down

0 comments on commit 7b09328

Please sign in to comment.