summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-08-10 14:39:17 +0300
committerHenri Sara <henri.sara@gmail.com>2017-08-10 14:39:17 +0300
commit24473c8deac75d9ac229252a81b534ba0e62b31c (patch)
tree3fdf7a61a0e99a809f39b4493b384ef7da601258 /themes
parentcb292336e0d1e8a75c49015369bf1a6740d1b619 (diff)
downloadvaadin-framework-24473c8deac75d9ac229252a81b534ba0e62b31c.tar.gz
vaadin-framework-24473c8deac75d9ac229252a81b534ba0e62b31c.zip
Remove margin-left for FontAwesome icons in ComboBox (#9805)
Diffstat (limited to 'themes')
-rw-r--r--themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss b/themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss
index e7f837d4c8..4069415985 100644
--- a/themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss
+++ b/themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss
@@ -18,6 +18,10 @@
position: absolute;
pointer-events: none;
}
+
+ .v-icon.FontAwesome {
+ margin-left: 0px;
+ }
}
.#{$primary-stylename}-error {