diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-05 23:39:26 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@vaadin.com> | 2014-08-07 17:52:00 +0000 |
commit | bf40ca74a0cc9950a74ab6dc418fcf8415c1e695 (patch) | |
tree | 462c39f8a8e0fafc2a98ac8301fc3da939a9a278 /WebContent/VAADIN/themes/valo/shared/_global.scss | |
parent | e8cc46e64b1b9ae39d78360088586d6bcf21c0e9 (diff) | |
download | vaadin-framework-bf40ca74a0cc9950a74ab6dc418fcf8415c1e695.tar.gz vaadin-framework-bf40ca74a0cc9950a74ab6dc418fcf8415c1e695.zip |
Valo reports theme version wrong in debug window (#14338)
Change-Id: I15f35e2c1e5e61027fc4fca6593f24f1112624c7
Diffstat (limited to 'WebContent/VAADIN/themes/valo/shared/_global.scss')
-rw-r--r-- | WebContent/VAADIN/themes/valo/shared/_global.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/shared/_global.scss b/WebContent/VAADIN/themes/valo/shared/_global.scss index ad53264d06..ad5b9297cf 100644 --- a/WebContent/VAADIN/themes/valo/shared/_global.scss +++ b/WebContent/VAADIN/themes/valo/shared/_global.scss @@ -13,6 +13,11 @@ $valo-global-included: false !default; @mixin valo-global { @if $valo-global-included == false { + // Version info for the debug window + .v-vaadin-version:after { + content: "@version@"; + } + // Core widget styles come before any other component (and are always included), // so that it has the least specificity @include valo-widget; |