daisyui 2.6.0 → 2.6.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 +5 -3
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +1 -1
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -824,7 +824,7 @@
|
|
|
824
824
|
align-items: center;
|
|
825
825
|
}
|
|
826
826
|
.navbar > * {
|
|
827
|
-
display: flex;
|
|
827
|
+
display: inline-flex;
|
|
828
828
|
align-items: center;
|
|
829
829
|
}
|
|
830
830
|
.navbar-start {
|
|
@@ -3382,9 +3382,11 @@ body[dir="rtl"] .checkbox:checked,
|
|
|
3382
3382
|
.tab:focus-visible {
|
|
3383
3383
|
outline: 2px solid currentColor;
|
|
3384
3384
|
outline-offset: -3px;
|
|
3385
|
-
border-bottom-right-radius: var(--tab-radius, 0.5rem);
|
|
3386
|
-
border-bottom-left-radius: var(--tab-radius, 0.5rem);
|
|
3387
3385
|
}
|
|
3386
|
+
.tab:focus-visible.tab-lifted {
|
|
3387
|
+
border-bottom-right-radius: var(--tab-radius, 0.5rem);
|
|
3388
|
+
border-bottom-left-radius: var(--tab-radius, 0.5rem);
|
|
3389
|
+
}
|
|
3388
3390
|
.tab-bordered {
|
|
3389
3391
|
border-color: hsl(var(--bc) / var(--tw-border-opacity));
|
|
3390
3392
|
--tw-border-opacity: 0.2;
|