From: Artur Signell Date: Mon, 14 Jan 2013 22:48:18 +0000 (+0200) Subject: Revert "Remove old hack that nowadays just seems to cause problems (#7984)" X-Git-Tag: 7.0.0.rc1~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6f82ff961069c44bc106c1d1d5210ac78ff224b5;p=vaadin-framework.git Revert "Remove old hack that nowadays just seems to cause problems (#7984)" This reverts commit 7bd2ebe2ed212bc94189b036fdf7d8de6735e640. The fix is needed again now that #10682 has been fixed. Change-Id: I6f8764f80572909b5355c75396ef390a9ade7331 --- diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss index 172c735933..7dde13e55e 100644 --- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss +++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss @@ -55,6 +55,9 @@ font-size: 14px; font-weight: normal; } +.v-ff & .#{$primaryStyleName}-caption-close { + margin-top: -15px; +} .#{$primaryStyleName}-caption-close:hover { background-image: url(img/close-btn-hover.png); /** sprite-ref: verticals */ }