diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-20 14:44:27 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-20 14:44:27 +0300 |
commit | a24b78f25f29d2fb4e8fff472e0b8745ec8ee8b6 (patch) | |
tree | ea546085430a2385620361b1e846db0742e864d3 /WebContent/VAADIN/themes | |
parent | 0b8b4c38e37f1f4da7db3410f8d34f6cb05a916a (diff) | |
download | vaadin-framework-a24b78f25f29d2fb4e8fff472e0b8745ec8ee8b6.tar.gz vaadin-framework-a24b78f25f29d2fb4e8fff472e0b8745ec8ee8b6.zip |
Revert "Fixed NativeButton 1px caption jump #8294"
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r-- | WebContent/VAADIN/themes/base/button/button.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/button/button.scss b/WebContent/VAADIN/themes/base/button/button.scss index 0ee9c05a00..ad4dce4978 100644 --- a/WebContent/VAADIN/themes/base/button/button.scss +++ b/WebContent/VAADIN/themes/base/button/button.scss @@ -91,14 +91,13 @@ margin: 0; color: inherit; font: inherit; - line-height: normal; + line-height: normal; } .v-nativebutton .v-nativebutton-caption { vertical-align: middle; white-space: nowrap; font: inherit; color: inherit; - display:block; } .v-nativebutton .v-icon { |