Parcourir la source

Remove margin-left for FontAwesome icons in ComboBox (#9805)

tags/8.1.2
Teemu Suo-Anttila il y a 6 ans
Parent
révision
24473c8dea

+ 1
- 0
all/src/main/templates/release-notes.html Voir le fichier

@@ -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>

+ 4
- 0
themes/src/main/themes/VAADIN/themes/valo/components/_combobox.scss Voir le fichier

@@ -18,6 +18,10 @@
position: absolute;
pointer-events: none;
}

.v-icon.FontAwesome {
margin-left: 0px;
}
}

.#{$primary-stylename}-error {

Chargement…
Annuler
Enregistrer