@squiz/resource-browser 1.66.1 → 1.66.2
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/CHANGELOG.md +6 -0
- package/lib/index.css +2 -0
- package/package.json +1 -1
- package/src/ResourcePicker/resource-picker.scss +1 -1
package/CHANGELOG.md
CHANGED
package/lib/index.css
CHANGED
@@ -997,6 +997,8 @@
|
|
997
997
|
display: grid;
|
998
998
|
grid-template-columns: 24px 1fr;
|
999
999
|
gap: 0.5rem;
|
1000
|
+
--tw-bg-opacity: 1;
|
1001
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
1000
1002
|
border-width: 2px;
|
1001
1003
|
--tw-border-opacity: 1;
|
1002
1004
|
border-color: rgb(224 224 224 / var(--tw-border-opacity));
|
package/package.json
CHANGED