]> source.dussan.org Git - vaadin-framework.git/commitdiff
Valo reports theme version wrong in debug window (#14338)
authorJouni Koivuviita <jouni@vaadin.com>
Tue, 5 Aug 2014 20:39:26 +0000 (23:39 +0300)
committerJouni Koivuviita <jouni@vaadin.com>
Thu, 7 Aug 2014 17:52:00 +0000 (17:52 +0000)
Change-Id: I15f35e2c1e5e61027fc4fca6593f24f1112624c7

WebContent/VAADIN/themes/valo/shared/_global.scss

index ad53264d06c365ac8e5ebf80aa6c3b93994624f0..ad5b9297cf3bdbabea9b009c7108ca007c0ad2f4 100644 (file)
@@ -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;