mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
fix base select input
This commit is contained in:
@ -29,14 +29,12 @@
|
|||||||
text-left
|
text-left
|
||||||
bg-white
|
bg-white
|
||||||
dark:bg-gray-700
|
dark:bg-gray-700
|
||||||
border border-gray-200
|
|
||||||
rounded-md
|
rounded-md
|
||||||
shadow-sm
|
shadow-sm
|
||||||
cursor-default
|
cursor-default
|
||||||
focus:outline-none
|
focus:outline-none
|
||||||
focus:ring-1
|
focus:ring-1
|
||||||
focus:ring-primary-500
|
focus:ring-primary-400 focus:border-primary-400
|
||||||
focus:border-primary-500
|
|
||||||
sm:text-sm
|
sm:text-sm
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -110,9 +110,7 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<span class="sr-only">Open main menu</span>
|
<span class="sr-only">Open main menu</span>
|
||||||
<!-- <BaseIcon v-if="!open" name="MenuIcon" class="!w-6 !h-6 text-gray-500" /> -->
|
|
||||||
<MenuIcon v-if="!open" class="block h-6 w-6" aria-hidden="true" />
|
<MenuIcon v-if="!open" class="block h-6 w-6" aria-hidden="true" />
|
||||||
<!-- <BaseIcon v-else name="XIcon" class="!w-6 !h-6 text-gray-500" /> -->
|
|
||||||
<XIcon v-else class="block h-6 w-6" aria-hidden="true" />
|
<XIcon v-else class="block h-6 w-6" aria-hidden="true" />
|
||||||
</DisclosureButton>
|
</DisclosureButton>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user