aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni@vaadin.com>2014-08-29 13:57:46 +0300
committerVaadin Code Review <review@vaadin.com>2014-08-30 08:09:22 +0000
commiteac8c5a24f0bb93139a53aebd19ee91ed4ac4d16 (patch)
treea40db580360c7ae09516ab5711772559f10f62a2 /WebContent/VAADIN/themes/valo/components/_nativeselect.scss
parentf50b07abc784ae54af4ce7609d49013319eca57a (diff)
downloadvaadin-framework-eac8c5a24f0bb93139a53aebd19ee91ed4ac4d16.tar.gz
vaadin-framework-eac8c5a24f0bb93139a53aebd19ee91ed4ac4d16.zip
First batch of Valo Sass API documentation, plus bug fixes
Also updates the test to always scroll the left panel to the top after opening a section. Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_nativeselect.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_nativeselect.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_nativeselect.scss b/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
index 1b7469ed2b..3f24d9293f 100644
--- a/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
+++ b/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
@@ -27,6 +27,6 @@
&:focus {
outline: none;
- @include valo-focus-style($include-box-shadow: true);
+ @include valo-focus-style;
}
}