From: Jouni Koivuviita Date: Tue, 5 Aug 2014 20:39:26 +0000 (+0300) Subject: Valo reports theme version wrong in debug window (#14338) X-Git-Tag: 7.3.0.rc1~11^2~31 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bf40ca74a0cc9950a74ab6dc418fcf8415c1e695;p=vaadin-framework.git Valo reports theme version wrong in debug window (#14338) Change-Id: I15f35e2c1e5e61027fc4fca6593f24f1112624c7 --- 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;