@prisma/studio-core 0.0.0-dev.202505091954 → 0.0.0-dev.202505092016
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/dist/ui/index.cjs +3 -3
- package/dist/ui/index.css +12 -3
- package/dist/ui/index.js +3 -3
- package/package.json +2 -2
package/dist/ui/index.css
CHANGED
|
@@ -1218,9 +1218,6 @@ video {
|
|
|
1218
1218
|
.ps-bg-table-border {
|
|
1219
1219
|
background-color: hsl(var(--table-border));
|
|
1220
1220
|
}
|
|
1221
|
-
.ps-bg-table-cell-odd {
|
|
1222
|
-
background-color: hsl(var(--table-cell-odd));
|
|
1223
|
-
}
|
|
1224
1221
|
.ps-bg-table-head {
|
|
1225
1222
|
background-color: hsl(var(--table-head));
|
|
1226
1223
|
}
|
|
@@ -1736,6 +1733,18 @@ body {
|
|
|
1736
1733
|
.disabled\:ps-opacity-50:disabled {
|
|
1737
1734
|
opacity: 0.5;
|
|
1738
1735
|
}
|
|
1736
|
+
.ps-group:nth-child(odd) .group-odd\:ps-bg-neutral-50 {
|
|
1737
|
+
--tw-bg-opacity: 1;
|
|
1738
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
|
|
1739
|
+
}
|
|
1740
|
+
.ps-group:nth-child(even) .group-even\:ps-bg-white {
|
|
1741
|
+
--tw-bg-opacity: 1;
|
|
1742
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1743
|
+
}
|
|
1744
|
+
.ps-group:hover .group-hover\:ps-bg-neutral-100 {
|
|
1745
|
+
--tw-bg-opacity: 1;
|
|
1746
|
+
background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
|
|
1747
|
+
}
|
|
1739
1748
|
.ps-peer:disabled ~ .peer-disabled\:ps-cursor-not-allowed {
|
|
1740
1749
|
cursor: not-allowed;
|
|
1741
1750
|
}
|