diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2020-10-01 13:11:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 13:11:01 +0300 |
commit | a94403277111f0d43a82cd667d6a0277934d15fb (patch) | |
tree | 8785e667fc07877d0092da50b0cfc69ae52431bd /compatibility-themes | |
parent | 528315ac0d1d6b49d07f10d4613a8d28bd47b566 (diff) | |
download | vaadin-framework-a94403277111f0d43a82cd667d6a0277934d15fb.tar.gz vaadin-framework-a94403277111f0d43a82cd667d6a0277934d15fb.zip |
Test fixes & split failsafe integration test runs into smaller batches (#12103)
Diffstat (limited to 'compatibility-themes')
-rw-r--r-- | compatibility-themes/src/main/themes/VAADIN/themes/runo/select/select.scss | 4 |
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; |