diff --git a/src/App.scss b/src/App.scss index 78c20c0f9..0bdc88735 100644 --- a/src/App.scss +++ b/src/App.scss @@ -498,8 +498,6 @@ 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 index d4f88e883..670d482d8 100644 --- a/src/services/theme_data/theme_data_3.service.js +++ b/src/services/theme_data/theme_data_3.service.js @@ -567,9 +567,6 @@ export const init = ({ if (!liteMode && combination.state.indexOf('hover') >= 0) { combination.lazy = true } - if (extraCompileComponents.has(component.name)) { - combination.lazy = true - } combinations.push(combination)