Compare commits
2 commits
fe5edb7db9
...
01bf0e8261
Author | SHA1 | Date | |
---|---|---|---|
|
01bf0e8261 | ||
|
7def989ec2 |
2 changed files with 5 additions and 0 deletions
|
@ -498,6 +498,8 @@ nav {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
||||||
|
--shadow: none;
|
||||||
|
|
||||||
&.-link {
|
&.-link {
|
||||||
/* stylelint-disable-next-line declaration-no-important */
|
/* stylelint-disable-next-line declaration-no-important */
|
||||||
color: var(--link) !important;
|
color: var(--link) !important;
|
||||||
|
|
|
@ -567,6 +567,9 @@ export const init = ({
|
||||||
if (!liteMode && combination.state.indexOf('hover') >= 0) {
|
if (!liteMode && combination.state.indexOf('hover') >= 0) {
|
||||||
combination.lazy = true
|
combination.lazy = true
|
||||||
}
|
}
|
||||||
|
if (extraCompileComponents.has(component.name)) {
|
||||||
|
combination.lazy = true
|
||||||
|
}
|
||||||
|
|
||||||
combinations.push(combination)
|
combinations.push(combination)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue