diff options
author | John Ahlroos <john@vaadin.com> | 2013-03-14 12:09:00 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-03-14 10:14:19 +0000 |
commit | 26d0d59e7ec464d48cb19524599cd067a547d039 (patch) | |
tree | d988f0c44f2b91334b5986841133e9cccfda5a5b /WebContent | |
parent | bcaf2e7f4217b4bb90e6045e258ea0832e26de79 (diff) | |
download | vaadin-framework-26d0d59e7ec464d48cb19524599cd067a547d039.tar.gz vaadin-framework-26d0d59e7ec464d48cb19524599cd067a547d039.zip |
Fixed error indicator styles in Tabsheet tab on IE10 #11329
Change-Id: I6134c5b9be9618bad0f1b9d22cc505ae062043ca
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss index 91bb3915be..b62791e4ce 100644 --- a/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss +++ b/WebContent/VAADIN/themes/reindeer/tabsheet/tabsheet-normal-style.scss @@ -156,10 +156,6 @@ } .v-ie & .#{$primaryStyleName}-tabs .v-errorindicator { zoom: 1; - display: inline; -} -.v-ie8 & .#{$primaryStyleName}-tabs .v-errorindicator, -.v-ie9 & .#{$primaryStyleName}-tabs .v-errorindicator { display: inline-block; } |