summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_tree.scss
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-06-26 12:34:12 +0300
committerJouni Koivuviita <jouni@vaadin.com>2014-06-26 12:34:12 +0300
commitb20adbbded1f0b04dcbc7074b166339eb884dcc1 (patch)
tree2e3c0c52504637bfd583faf8bb75642f19b8432f /WebContent/VAADIN/themes/valo/components/_tree.scss
parent6327a7ea520aa314fc416d2ba94ab99d0e27dcab (diff)
downloadvaadin-framework-b20adbbded1f0b04dcbc7074b166339eb884dcc1.tar.gz
vaadin-framework-b20adbbded1f0b04dcbc7074b166339eb884dcc1.zip
box-shadow should have -webkit prefix (#14093)
Mass find-and-replace, tested to work as before in Chrome, and that the output now includes box -webkit-box-shadow as well as box-shadow. Bourbon needed to be imported before the css3 utils, so that the box-shadow mixin can be overridden (Bourbon prints a warning as it has already deprecated box-shadow prefixes). Change-Id: I6b4f2047a6d8bfb74f2dbf999d10f7e00005e794
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_tree.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_tree.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_tree.scss b/WebContent/VAADIN/themes/valo/components/_tree.scss
index 28044bdf3f..9ac2f7e43d 100644
--- a/WebContent/VAADIN/themes/valo/components/_tree.scss
+++ b/WebContent/VAADIN/themes/valo/components/_tree.scss
@@ -230,7 +230,7 @@ $v-tree-expand-animation-enabled: false !default;
}
.#{$primary-stylename}-node-caption-drag-center {
- box-shadow: 0 0 0 2px $v-focus-color;
+ @include box-shadow(0 0 0 2px $v-focus-color);
position: relative;
border-radius: $v-border-radius;