daisyui 2.11.0 → 2.11.1
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 +2 -2
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -1700,12 +1700,12 @@
|
|
|
1700
1700
|
.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible {
|
|
1701
1701
|
outline: 2px solid hsl(var(--p));
|
|
1702
1702
|
}
|
|
1703
|
-
.btn-group > .btn:not(:first-
|
|
1703
|
+
.btn-group > .btn:not(:first-of-type) {
|
|
1704
1704
|
margin-left: -1px;
|
|
1705
1705
|
border-top-left-radius: 0px;
|
|
1706
1706
|
border-bottom-left-radius: 0px;
|
|
1707
1707
|
}
|
|
1708
|
-
.btn-group > .btn:not(:last-
|
|
1708
|
+
.btn-group > .btn:not(:last-of-type) {
|
|
1709
1709
|
border-top-right-radius: 0px;
|
|
1710
1710
|
border-bottom-right-radius: 0px;
|
|
1711
1711
|
}
|