mirror of
https://github.com/strapi/strapi.git
synced 2025-08-28 10:45:51 +00:00
Limit animation to first-child links
This commit is contained in:
parent
282c1e18bf
commit
a9e70f2360
@ -4,12 +4,12 @@ li.header{
|
||||
letter-spacing: 0.05rem;
|
||||
}
|
||||
|
||||
li.chapter a{
|
||||
li.chapter > a{
|
||||
transition: background-color 0.15s ease;
|
||||
-webkit-transition: background-color 0.15s ease;
|
||||
}
|
||||
|
||||
li.chapter:hover a{
|
||||
li.chapter:hover > a{
|
||||
background: #eee !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
@ -4,12 +4,12 @@ li.header{
|
||||
letter-spacing: 0.05rem;
|
||||
}
|
||||
|
||||
li.chapter a{
|
||||
li.chapter > a{
|
||||
transition: background-color 0.15s ease;
|
||||
-webkit-transition: background-color 0.15s ease;
|
||||
}
|
||||
|
||||
li.chapter:hover a{
|
||||
li.chapter:hover > a{
|
||||
background: #eee !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user