mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add caret icon to time field select control. (#15811)
This commit is contained in:
parent
6fb7d52386
commit
ee2fd5b51d
1 changed files with 14 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue