mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Active route cosmetics
This commit is contained in:
parent
5c20059d18
commit
c7dd8d808a
1 changed files with 4 additions and 3 deletions
|
@ -53,13 +53,13 @@
|
||||||
box-shadow: 0 0 0 0.2em $focusBorderColor;
|
box-shadow: 0 0 0 0.2em $focusBorderColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.router-link-active {
|
&.router-link-exact-active {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
&.router-link-active {
|
&.router-link-exact-active {
|
||||||
> a {
|
> a {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
@ -75,7 +75,8 @@
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
padding: .5rem .5rem .5rem 2rem;
|
font-size: .875rem;
|
||||||
|
padding: .475rem .5rem .475rem 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue