@p4ulcristian/iris-layout 0.2.2 → 0.2.3
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/styles.css +0 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -208,11 +208,9 @@
|
|
|
208
208
|
min-height: 0;
|
|
209
209
|
min-width: 0;
|
|
210
210
|
overflow: hidden;
|
|
211
|
-
border: 1px solid rgba(255,255,255,0.04);
|
|
212
211
|
}
|
|
213
212
|
|
|
214
213
|
.iris-grid-cell-active {
|
|
215
|
-
border-color: rgba(99, 102, 241, 0.3);
|
|
216
214
|
}
|
|
217
215
|
|
|
218
216
|
.iris-grid-zoomed .iris-grid-cell-active {
|
package/package.json
CHANGED