diff options
author | Artur Signell <artur@vaadin.com> | 2013-05-28 19:52:21 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-05-29 13:42:04 +0000 |
commit | a5b8209d928815aab9eee2151bdd00686a2b0ff7 (patch) | |
tree | 8a0cd2d8bbe50dbdeb156b64af0c3883df5622a7 /WebContent/VAADIN/themes/runo | |
parent | 91182e237f2f4f8784582887970c32b5be3ad7c5 (diff) | |
download | vaadin-framework-a5b8209d928815aab9eee2151bdd00686a2b0ff7.tar.gz vaadin-framework-a5b8209d928815aab9eee2151bdd00686a2b0ff7.zip |
Add primary style name support for ProgressBar/Indicator (#9913)
Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/runo.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/runo/runo.scss b/WebContent/VAADIN/themes/runo/runo.scss index 6e88b14eb4..33ad35a8af 100644 --- a/WebContent/VAADIN/themes/runo/runo.scss +++ b/WebContent/VAADIN/themes/runo/runo.scss @@ -58,7 +58,11 @@ $line-height: 18px; @include runo-orderedlayout; @include runo-panel; @include runo-popupview; - @include runo-progressindicator; + + @include runo-progressindicator(v-progressbar); + /* For legacy ProgressIndicator component */ + @include runo-progressindicator(v-progressindicator); + @include runo-select; @include runo-shadow; @include runo-slider; |