Skip to content

Commit a93d9c7

Browse files
authored
feat: disabled input state (#1523)
1 parent c5f6ee8 commit a93d9c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/unfold/static/unfold/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/unfold/widgets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
"dark:focus:group-[.errors]:outline-red-500",
8888
"dark:scheme-dark",
8989
"group-[.primary]:border-transparent",
90+
"disabled:!bg-base-50",
91+
"dark:disabled:!bg-base-800",
9092
]
9193

9294
BASE_INPUT_CLASSES = [

0 commit comments

Comments
 (0)