feat: slideover menus, minor ui fixes

This commit is contained in:
liyasthomas
2021-07-24 22:16:48 +05:30
parent 4c2a9c1229
commit f0aaca2639
30 changed files with 213 additions and 108 deletions

View File

@@ -18,7 +18,7 @@
color
? `text-${color}-500 hover:text-${color}-600 focus:text-${color}-600`
: 'hover:text-secondaryDark focus:text-accent',
{ 'opacity-50 cursor-not-allowed': disabled },
{ 'opacity-75 cursor-not-allowed': disabled },
{ 'flex-row-reverse': reverse },
]"
:disabled="disabled"

View File

@@ -26,7 +26,7 @@
? `text-${color}-500 hover:text-${color}-600 focus:text-${color}-600`
: '',
{ 'translate-x-2': active },
{ 'opacity-50 cursor-not-allowed': disabled },
{ 'opacity-75 cursor-not-allowed': disabled },
]"
:disabled="disabled"
type="button"