jspreadsheet 12.8.2 → 12.8.4
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/index.js +638 -602
- package/dist/jspreadsheet.css +8 -0
- package/package.json +1 -1
package/dist/jspreadsheet.css
CHANGED
|
@@ -1290,6 +1290,14 @@ div.jss_filters_icon.jss_filters_active::before {
|
|
|
1290
1290
|
background-color: var(--jss-background-color);
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
|
+
.jss_editor.jss_focus .jss_input.lm-dropdown-input {
|
|
1294
|
+
padding: 2px 24px 2px 3px;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
.jss_editor.jss_focus .lm-lazy {
|
|
1298
|
+
width: 100% !important;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1293
1301
|
.jss_editor.jss_focus .jss_input[placeholder]:empty::before {
|
|
1294
1302
|
content: "\00a0" attr(placeholder);
|
|
1295
1303
|
color: var(--jss-border-color-highlight);
|
package/package.json
CHANGED