Skip to content

Commit c1e1e11

Browse files
authored
fix: hide underline for .btn when used in .prose closes #4400
ref #4400 (comment) example: https://play.tailwindcss.com/vsfdDqh1x8?file=css close #4400
1 parent 7e498bd commit c1e1e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/daisyui/src/components/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55
}
66

7-
.prose :where(.btn-link):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
7+
.prose :where(:not(.btn-link)):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
88
@apply no-underline;
99
}
1010

0 commit comments

Comments
 (0)