summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_slider.scss
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-05-12 16:25:58 +0300
committerJouni Koivuviita <jouni@vaadin.com>2014-06-04 08:53:30 +0300
commit3a234228a3df575ce49b90368f966e6458fee757 (patch)
tree4d455205375e8757cb333e653eebfbcb8732275f /WebContent/VAADIN/themes/valo/components/_slider.scss
parentad452a36795b764aeea2b00e3ceed2bae75d7949 (diff)
downloadvaadin-framework-3a234228a3df575ce49b90368f966e6458fee757.tar.gz
vaadin-framework-3a234228a3df575ce49b90368f966e6458fee757.zip
Rename $v-app-background-color to $v-background-color (#13670)
Top level background-color variable, which is then specialized by different components in the theme. Mass search-and-replace, tested that the theme works as expected. Added a new test UI class for the Valo theme. Updated .gitignore to ignore .sass-cache (command line Sass creates a cache folder when watching for changes) Change-Id: I574a393de059aec7b24cb6014d3192d9717688e5
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_slider.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_slider.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_slider.scss b/WebContent/VAADIN/themes/valo/components/_slider.scss
index de8af384de..d2e7b5387d 100644
--- a/WebContent/VAADIN/themes/valo/components/_slider.scss
+++ b/WebContent/VAADIN/themes/valo/components/_slider.scss
@@ -109,7 +109,7 @@ $v-slider-handle-border-radius: ceil($v-slider-handle-width/2) !default;
height: $v-unit-size * 2; // Effectively min-height
.#{$primary-stylename}-base {
- @include valo-gradient($color: scale-color($v-app-background-color, $lightness: min($v-bevel-depth/-2, -5%), $saturation: $v-bevel-depth/-2), $style: linear-reverse, $direction: to right);
+ @include valo-gradient($color: scale-color($v-background-color, $lightness: min($v-bevel-depth/-2, -5%), $saturation: $v-bevel-depth/-2), $style: linear-reverse, $direction: to right);
min-width: 0;
width: $v-slider-track-size;
height: 100% !important;