Skip to content

Commit 3ebc9c6

Browse files
authored
fix: toggle disabled state (#1574)
1 parent c18b0dc commit 3ebc9c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@
254254
"transition-colors",
255255
"w-8",
256256
"min-w-8",
257-
"focus:outline-2",
258-
"focus:outline-offset-2",
259-
"focus:outline-primary-600",
257+
"disabled:cursor-not-allowed",
258+
"disabled:opacity-50",
259+
"focus:outline-none",
260260
"after:absolute",
261261
"after:bg-white",
262262
"after:content-['']",

0 commit comments

Comments
 (0)