summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_nativeselect.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_nativeselect.scss13
1 files changed, 4 insertions, 9 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_nativeselect.scss b/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
index 769afb2e44..80e9ab8000 100644
--- a/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
+++ b/WebContent/VAADIN/themes/valo/components/_nativeselect.scss
@@ -21,16 +21,11 @@
@mixin valo-nativeselect-select-style {
- $_border-color: darken($v-background-color, $v-bevel-depth);
- @if is-dark-color($v-background-color) {
- $_border-color: lighten($v-background-color, $v-bevel-depth);
- }
- border: $v-border-width solid $_border-color;
- background-color: valo-textfield-background-color($v-background-color);
+ border: valo-border();
+ @include valo-gradient;
&:focus {
outline: none;
- //@include valo-button-focus-style;
- box-shadow: valo-focus-box-shadow();
+ @include valo-focus-style($include-box-shadow: true);
}
-} \ No newline at end of file
+}