mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
fix(SelectMenu): input border focus after tailwindcss 3.4
This commit is contained in:
@@ -4,7 +4,7 @@ import inputMenu from './inputMenu'
|
|||||||
export default {
|
export default {
|
||||||
...inputMenu,
|
...inputMenu,
|
||||||
select: 'inline-flex items-center text-left cursor-default',
|
select: 'inline-flex items-center text-left cursor-default',
|
||||||
input: 'block w-[calc(100%+0.5rem)] focus:ring-transparent text-sm px-3 py-1.5 text-gray-700 dark:text-gray-200 bg-white dark:bg-gray-800 border-0 border-b border-gray-200 dark:border-gray-700 focus:border-inherit sticky -top-1 -mt-1 mb-1 -mx-1 z-10 placeholder-gray-400 dark:placeholder-gray-500 focus:outline-none',
|
input: 'block w-[calc(100%+0.5rem)] focus:ring-transparent text-sm px-3 py-1.5 text-gray-700 dark:text-gray-200 bg-white dark:bg-gray-800 border-0 border-b border-gray-200 dark:border-gray-700 sticky -top-1 -mt-1 mb-1 -mx-1 z-10 placeholder-gray-400 dark:placeholder-gray-500 focus:outline-none',
|
||||||
required: 'absolute inset-0 w-px opacity-0 cursor-default',
|
required: 'absolute inset-0 w-px opacity-0 cursor-default',
|
||||||
label: 'block truncate',
|
label: 'block truncate',
|
||||||
option: {
|
option: {
|
||||||
|
|||||||
Reference in New Issue
Block a user