commit: 7def989ec2ce85877a0da76a5ec47ae801a75d68
parent 96a236ed28812a287bbaff6dcbfcf1f4991463a9
Author: Henry Jameson <me@hjkos.com>
Date: Wed, 12 Feb 2025 15:54:30 +0200
more optimization
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/App.scss b/src/App.scss
@@ -498,6 +498,8 @@ nav {
box-sizing: content-box;
color: inherit;
+ --shadow: none;
+
&.-link {
/* stylelint-disable-next-line declaration-no-important */
color: var(--link) !important;
diff --git a/src/services/theme_data/theme_data_3.service.js b/src/services/theme_data/theme_data_3.service.js
@@ -567,6 +567,9 @@ export const init = ({
if (!liteMode && combination.state.indexOf('hover') >= 0) {
combination.lazy = true
}
+ if (extraCompileComponents.has(component.name)) {
+ combination.lazy = true
+ }
combinations.push(combination)