Merge pull request #2549 from ZhenShuo2021/patch

chore: rebuild CSS for the new release v2.91.0
This commit is contained in:
ZhenShuo2021
2025-10-15 00:28:28 +08:00
committed by GitHub

View File

@@ -2500,13 +2500,6 @@ body.zen-mode-enable {
.scrollbar-track-neutral-200 {
--scrollbar-track: oklch(92.2% 0 0);
}
.group-hover\:text-primary-300 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
color: rgba(var(--color-primary-300), 1);
}
}
}
.group-hover\:opacity-100 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
@@ -3202,16 +3195,6 @@ body.zen-mode-enable {
display: none;
}
}
.ltr\:inline {
&:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
display: inline;
}
}
.rtl\:left-0 {
&:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
left: calc(var(--spacing) * 0);
}
}
.rtl\:-mr-\[79px\] {
&:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
margin-right: calc(79px * -1);
@@ -3466,15 +3449,6 @@ body.zen-mode-enable {
--scrollbar-track: oklch(26.9% 0 0);
}
}
.dark\:group-hover\:text-neutral-700 {
&:is(.dark *) {
&:is(:where(.group):hover *) {
@media (hover: hover) {
color: rgba(var(--color-neutral-700), 1);
}
}
}
}
.dark\:hover\:\!bg-primary-700 {
&:is(.dark *) {
&:hover {