aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/reindeer
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-01-09 12:55:24 +0000
committerVaadin Code Review <review@vaadin.com>2013-01-09 12:55:24 +0000
commitf51460d72f996c533b573ad114e5f1cae3b54bbd (patch)
tree0ce79511cce27f834d13bfcfd6874d130166d080 /WebContent/VAADIN/themes/reindeer
parentfc5f87a0cd652b91c97031b567236fb0ee06710c (diff)
parente22dd3f3db39b8bd067600c414c6c889ab35cd3e (diff)
downloadvaadin-framework-f51460d72f996c533b573ad114e5f1cae3b54bbd.tar.gz
vaadin-framework-f51460d72f996c533b573ad114e5f1cae3b54bbd.zip
Merge "Fixes issue where close indicator becomes invisible for tabs without an icon in Firefox using the minimal style for the tabsheet #10616"
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer')
-rw-r--r--WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.scss b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.scss
index 75ce9e1094..a3c8afdcf4 100644
--- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.scss
+++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-minimal-style.scss
@@ -107,7 +107,7 @@
.#{$primaryStyleName}-tabs-minimal .#{$primaryStyleName}-caption-close {
margin-top: 1px;
}
-.v-ff & .#{$primaryStyleName}-tabs-minimal .#{$primaryStyleName}-caption-close {
+.v-ff & .#{$primaryStyleName}-tabs-minimal .v-icon + .#{$primaryStyleName}-caption-close {
margin-top: -15px;
}
.#{$primaryStyleName}-tabs-minimal .#{$primaryStyleName}-caption-close:hover,