mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-03 13:04:44 +00:00
Highlight current route link
This commit is contained in:
parent
feba940a0a
commit
64941ca3e4
1 changed files with 8 additions and 0 deletions
|
|
@ -10,6 +10,14 @@
|
|||
}
|
||||
|
||||
.md-list-item {
|
||||
.router-link-active.md-list-item-container {
|
||||
color: #{'PRIMARY-COLOR'};
|
||||
|
||||
> .md-icon {
|
||||
color: #{'PRIMARY-COLOR'};
|
||||
}
|
||||
}
|
||||
|
||||
&.md-primary {
|
||||
.md-list-item-container {
|
||||
color: #{'PRIMARY-COLOR'};
|
||||
|
|
|
|||
Loading…
Reference in a new issue