We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
label
1 parent 68f2c59 commit 498a930Copy full SHA for 498a930
3 files changed
.changeset/purple-lamps-burn.md
@@ -0,0 +1,5 @@
1
+---
2
+'@fuzdev/fuz_css': minor
3
4
+
5
+fix: make `label` blocks by default
src/lib/style.css
@@ -483,6 +483,7 @@ see https://caniuse.com/css-has
483
/* TODO could improve this with the coming `:has` selector
484
for disabled colors without needing a wrapper .disabled class */
485
:where(label:not(.unstyled)) {
486
+ display: block;
487
color: var(--text_color);
488
cursor: pointer;
489
}
src/routes/fuz.css
@@ -1384,6 +1384,7 @@ body {
1384
1385
1386
1387
1388
1389
1390
0 commit comments