Skip to content
Snippets Groups Projects
Commit 70996f3d authored by fanky's avatar fanky
Browse files

enable more select styling

parent 19cd4cb4
No related branches found
No related tags found
No related merge requests found
Pipeline #3053 passed
<div class="select">
<div class="select {{ wrapClasses }}">
<select class="select__control form-field__control {{ classes }}" value="" {{# disabled }}disabled{{/ disabled }} {{# readonly }}readonly{{/ readonly }}>
<option>Option 1</option>
<option>Option 2</option>
......
......@@ -73,6 +73,7 @@
font-family: 'pirati-ui';
/* chevron down */
content: "\e925";
color: inherit;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment