summaryrefslogtreecommitdiffstats
path: root/compatibility-themes
diff options
context:
space:
mode:
Diffstat (limited to 'compatibility-themes')
-rw-r--r--compatibility-themes/src/main/themes/VAADIN/themes/runo/select/select.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/compatibility-themes/src/main/themes/VAADIN/themes/runo/select/select.scss b/compatibility-themes/src/main/themes/VAADIN/themes/runo/select/select.scss
index ac8e22b429..a3d51e938f 100644
--- a/compatibility-themes/src/main/themes/VAADIN/themes/runo/select/select.scss
+++ b/compatibility-themes/src/main/themes/VAADIN/themes/runo/select/select.scss
@@ -49,6 +49,10 @@ $select-button-negative-width: -25px;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -4px;
}
+.v-ch & .#{$primaryStyleName}-focus {
+ /* remove safari focus outline offset for chrome (evaluates also as safari) */
+ outline-offset: 0;
+}
.#{$primaryStyleName}-button {
width: $select-button-width;
margin-right: $select-button-negative-width;