daisyui 2.27.0 → 2.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/full.css +1 -1
- package/dist/styled.css +7 -2
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +1 -2
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/dist/utilities-unstyled.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -192,8 +192,7 @@
|
|
|
192
192
|
}
|
|
193
193
|
/* group */
|
|
194
194
|
.btn-group {
|
|
195
|
-
display: flex;
|
|
196
|
-
flex-wrap: wrap;
|
|
195
|
+
display: inline-flex;
|
|
197
196
|
}
|
|
198
197
|
.btn-group > input[type="radio"].btn {
|
|
199
198
|
appearance: none;
|
|
@@ -1583,6 +1582,8 @@
|
|
|
1583
1582
|
background-color: hsl(var(--n) / var(--tw-bg-opacity));
|
|
1584
1583
|
--tw-text-opacity: 1;
|
|
1585
1584
|
color: hsl(var(--nc) / var(--tw-text-opacity));
|
|
1585
|
+
-webkit-text-decoration-line: none;
|
|
1586
|
+
text-decoration-line: none;
|
|
1586
1587
|
}
|
|
1587
1588
|
.btn:hover,
|
|
1588
1589
|
.btn-active {
|
|
@@ -1753,6 +1754,8 @@
|
|
|
1753
1754
|
background-color: transparent;
|
|
1754
1755
|
--tw-text-opacity: 1;
|
|
1755
1756
|
color: hsl(var(--p) / var(--tw-text-opacity));
|
|
1757
|
+
-webkit-text-decoration-line: underline;
|
|
1758
|
+
text-decoration-line: underline;
|
|
1756
1759
|
}
|
|
1757
1760
|
.btn-link:hover,
|
|
1758
1761
|
.btn-link.btn-active {
|
|
@@ -2362,6 +2365,8 @@ body[dir="rtl"] .checkbox:checked,
|
|
|
2362
2365
|
--tw-border-opacity: 0;
|
|
2363
2366
|
--tw-bg-opacity: 1;
|
|
2364
2367
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
2368
|
+
font-size: 1rem;
|
|
2369
|
+
line-height: 1.5rem;
|
|
2365
2370
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
2366
2371
|
/* &::-webkit-calendar-picker-indicator {
|
|
2367
2372
|
display: none;
|