diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-14 14:48:26 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-08-15 10:34:40 +0000 |
commit | 56195677e92cb6ad9ac6e0e5ef2aae2a403d3fc0 (patch) | |
tree | 0bdff9faf66df78490838db688b5c22fd3fc3a20 /WebContent | |
parent | 987505f4a9ffee33bd9edc48d412f5b29a3fccd2 (diff) | |
download | vaadin-framework-56195677e92cb6ad9ac6e0e5ef2aae2a403d3fc0.tar.gz vaadin-framework-56195677e92cb6ad9ac6e0e5ef2aae2a403d3fc0.zip |
Window close and maximize/restore buttons not visible on initial render in IE8 (Valo) #14413
Remove unnecessary FontAwesome declaration as well, which made the
characters look bad in IE8.
Change-Id: Ib0f9b01023b0a7a6f40513c80cbb6e6c69bd164c
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_window.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_window.scss b/WebContent/VAADIN/themes/valo/components/_window.scss index d866ce2584..97859a62b2 100644 --- a/WebContent/VAADIN/themes/valo/components/_window.scss +++ b/WebContent/VAADIN/themes/valo/components/_window.scss @@ -125,7 +125,6 @@ $v-window-modality-curtain-background-color: #222 !default; line-height: $v-unit-size - 3px; text-align: center; cursor: pointer; - font-family: FontAwesome; font-size: round($v-font-size * 1.3); color: valo-font-color($v-window-background-color, .4); |