daisyui 2.13.5 → 2.13.6
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 +3 -1
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/package.json +1 -1
- package/src/lib/responsiveRegex.js +10 -0
package/dist/styled.css
CHANGED
|
@@ -1496,6 +1496,8 @@
|
|
|
1496
1496
|
.btn {
|
|
1497
1497
|
font-weight: 600;
|
|
1498
1498
|
text-transform: uppercase;
|
|
1499
|
+
-webkit-text-decoration-line: none;
|
|
1500
|
+
text-decoration-line: none;
|
|
1499
1501
|
border-width: var(--border-btn, 1px);
|
|
1500
1502
|
animation: button-pop var(--animation-btn, 0.25s) ease-out;
|
|
1501
1503
|
text-transform: var(--btn-text-case, uppercase);
|
|
@@ -2598,7 +2600,7 @@ body[dir="rtl"] .checkbox:checked,
|
|
|
2598
2600
|
padding-left: 1rem;
|
|
2599
2601
|
}
|
|
2600
2602
|
|
|
2601
|
-
.menu > :where(li) > :where(ul) :where(li) :where(:not(ul)) {
|
|
2603
|
+
.menu > :where(li) > :where(ul) :where(li) > :where(:not(ul)) {
|
|
2602
2604
|
width: 100%;
|
|
2603
2605
|
white-space: nowrap;
|
|
2604
2606
|
}
|