mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed hover states for nested items in mobile navigation
This commit is contained in:
parent
bcb8b4a498
commit
f7a79edbd8
@ -275,6 +275,12 @@
|
|||||||
// Active parent item
|
// Active parent item
|
||||||
&--active > .md-nav__link {
|
&--active > .md-nav__link {
|
||||||
color: var(--md-primary-fg-color);
|
color: var(--md-primary-fg-color);
|
||||||
|
|
||||||
|
// Focused or hovered linl
|
||||||
|
&:focus,
|
||||||
|
&:hover {
|
||||||
|
color: var(--md-accent-fg-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user