summaryrefslogtreecommitdiffstats
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
parentcb292336e0d1e8a75c49015369bf1a6740d1b619 (diff)
downloadvaadin-framework-24473c8deac75d9ac229252a81b534ba0e62b31c.tar.gz
vaadin-framework-24473c8deac75d9ac229252a81b534ba0e62b31c.zip
Remove margin-left for FontAwesome icons in ComboBox (#9805)
-rw-r--r--all/src/main/templates/release-notes.html1
-rw-r--r--themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss4
2 files changed, 5 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index 20744c0234..afc82cc67d 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -115,6 +115,7 @@
<li>The <tt>HasValue</tt> interface now has an additional method <tt>getDefaultValidator()</tt> with a default implementation.</li>
<li><tt>TreeGrid.createColumn()</tt> has an additional parameter.</li>
<li><tt>LocalDateTimeToDateConverter</tt> now uses <tt>ZoneId</tt> instead of <tt>ZoneOffset</tt>.</li>
+ <li><tt>FontAwesome</tt> icon alignment in <tt>ComboBox</tt> has changed in the theme.</li>
<h2>For incompatible or behaviour-altering changes in 8.0, please see <a href="https://vaadin.com/download/release/8.0/8.0.0/release-notes.html#incompatible">8.0 release notes</a></h2>
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 {