Skip to content
Snippets Groups Projects

Update form-field.pcss to make select chevron clickable

Open michal.lupecka requested to merge clickable-select-chevron into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -73,6 +73,7 @@
@@ -73,6 +73,7 @@
font-family: 'pirati-ui';
font-family: 'pirati-ui';
/* chevron down */
/* chevron down */
content: "\e925";
content: "\e925";
 
pointer-events: none;
}
}
}
}
Loading