Skip to content

Commit 7b09328

Browse files
committed
Remove outdated Firefox workaround from reindeer in Tabsheet.
1 parent 2790b45 commit 7b09328

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

themes/src/main/themes/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@
5555
font-size: 14px;
5656
font-weight: normal;
5757
}
58-
.v-ff & .#{$primaryStyleName}-caption-close{
59-
margin-top: -17px;
60-
}
61-
62-
.v-ff & .#{$primaryStyleName}-caption-close:only-child {
63-
margin-top: -1px;
64-
}
6558

6659

6760
.#{$primaryStyleName}-caption-close:hover {

themes/src/main/themes/VAADIN/themes/reindeer/tabsheet/tabsheet-small-style.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
.#{$primaryStyleName}-tabs-bar .#{$primaryStyleName}-caption-close {
5353
margin-top: 1px;
5454
}
55-
.v-ff & .#{$primaryStyleName}-tabs-bar .#{$primaryStyleName}-caption-close {
56-
margin-top: -14px;
57-
}
5855
.v-ie9 &, .v-ie10 & {
5956
.#{$primaryStyleName}-tabs-bar .#{$primaryStyleName}-caption-close:only-child,
6057
.#{$primaryStyleName}-tabs-bar .v-captiontext:first-child + .#{$primaryStyleName}-caption-close {

0 commit comments

Comments
 (0)