@proveanything/smartlinks-utils-ui 0.12.5 → 0.12.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/dist/components/AssetPicker/index.css +2 -2
- package/dist/components/AssetPicker/index.css.map +1 -1
- package/dist/components/ConditionsEditor/index.css +2 -2
- package/dist/components/ConditionsEditor/index.css.map +1 -1
- package/dist/components/FontPicker/index.css +2 -2
- package/dist/components/FontPicker/index.css.map +1 -1
- package/dist/components/IconPicker/index.css +2 -2
- package/dist/components/IconPicker/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.css +2 -2
- package/dist/components/RecordsAdmin/index.css.map +1 -1
- package/dist/components/RecordsAdmin/index.js +25 -5
- package/dist/components/RecordsAdmin/index.js.map +1 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/package.json +1 -1
|
@@ -1220,7 +1220,7 @@
|
|
|
1220
1220
|
border-radius: 0.35rem;
|
|
1221
1221
|
background: transparent;
|
|
1222
1222
|
color: hsl(var(--ra-muted-text));
|
|
1223
|
-
opacity: 0;
|
|
1223
|
+
opacity: 0.72;
|
|
1224
1224
|
transition:
|
|
1225
1225
|
opacity .15s ease,
|
|
1226
1226
|
background .15s ease,
|
|
@@ -1740,7 +1740,7 @@
|
|
|
1740
1740
|
display: flex;
|
|
1741
1741
|
align-items: center;
|
|
1742
1742
|
padding-right: 0.35rem;
|
|
1743
|
-
opacity:
|
|
1743
|
+
opacity: 1;
|
|
1744
1744
|
transition: opacity .12s ease;
|
|
1745
1745
|
}
|
|
1746
1746
|
.ra-shell .ra-sibling-list .ra-row-shell:hover > .ra-row-menu-wrap,
|