@yurikilian/lex4 1.5.6 → 1.5.7
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/style.css +3 -2
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1255,11 +1255,12 @@
|
|
|
1255
1255
|
-webkit-user-select: none;
|
|
1256
1256
|
-moz-user-select: none;
|
|
1257
1257
|
user-select: none;
|
|
1258
|
-
|
|
1258
|
+
opacity: 1;
|
|
1259
|
+
transition: opacity 120ms ease;
|
|
1259
1260
|
}
|
|
1260
1261
|
|
|
1261
1262
|
.lex4-page-body:focus-within .lex4-page-placeholder {
|
|
1262
|
-
|
|
1263
|
+
opacity: 0;
|
|
1263
1264
|
}
|
|
1264
1265
|
|
|
1265
1266
|
/* ── Page header / footer ────────────────────────────────── */
|