Skip to content
Snippets Groups Projects
Commit 3f0368b4 authored by fanky's avatar fanky
Browse files

fix select click on arrow

parent 53606e69
No related branches found
No related tags found
No related merge requests found
Pipeline #2970 passed
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
@apply relative flex items-center w-full; @apply relative flex items-center w-full;
&:after { &:after {
@apply absolute right-0 text-xl font-bold pr-3 transition duration-200; @apply absolute right-0 text-xl font-bold pr-3 transition duration-200 pointer-events-none;
font-family: 'pirati-ui'; font-family: 'pirati-ui';
/* chevron down */ /* chevron down */
content: "\e925"; content: "\e925";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment