disabled field theme

This commit is contained in:
AntoXa PRO 2023-10-06 09:57:27 +03:00
parent d13f540222
commit 22176f243f
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "axp-ui", "name": "axp-ui",
"descriiption": "My helper ui lib", "descriiption": "My helper ui lib",
"version": "1.8.1", "version": "1.8.2",
"homepage": "https://antoxahub.ru/antoxa/axp-ui", "homepage": "https://antoxahub.ru/antoxa/axp-ui",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -43,9 +43,11 @@
.message .message
@apply text-error border-error @apply text-error border-error
&.disabled &.disabled
@apply text-dark/60 @apply text-dark/30
.input .input
@apply bg-light/10 > *
@apply bg-light
@apply text-dark/30
&-btn &-btn
@apply outline-none @apply outline-none
&:hover:not(:active) &:hover:not(:active)