Add caret icon to time field select control. (#15811)

This commit is contained in:
CJ Cenizal 2018-01-02 10:03:35 -08:00 committed by GitHub
parent 6fb7d52386
commit ee2fd5b51d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,20 @@
<option>Loading...</option>
</select>
<svg
class="euiIcon euiFormControlLayout__icon euiFormControlLayout__icon--right euiIcon--medium"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="16"
height="16"
viewBox="0 0 16 16"
>
<defs>
<path id="arrow_down-a" d="M13.069 5.157L8.384 9.768a.546.546 0 0 1-.768 0L2.93 5.158a.552.552 0 0 0-.771 0 .53.53 0 0 0 0 .759l4.684 4.61c.641.631 1.672.63 2.312 0l4.684-4.61a.53.53 0 0 0 0-.76.552.552 0 0 0-.771 0z"></path>
</defs>
<use fill-rule="nonzero" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#arrow_down-a"></use>
</svg>
<p
ng-if="stepTimeField.canShowNoTimeBasedFieldsMessage()"
class="euiTextColor euiTextColor--subdued euiText euiText--small"