mirror of
https://github.com/strapi/strapi.git
synced 2025-07-15 13:02:42 +00:00
Update CSS property to enable animation on menu links
This commit is contained in:
parent
67c32d5ab5
commit
282c1e18bf
@ -10,7 +10,7 @@ li.chapter a{
|
|||||||
}
|
}
|
||||||
|
|
||||||
li.chapter:hover a{
|
li.chapter:hover a{
|
||||||
background-color: #eee !important;
|
background: #eee !important;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ li.chapter a{
|
|||||||
}
|
}
|
||||||
|
|
||||||
li.chapter:hover a{
|
li.chapter:hover a{
|
||||||
background-color: #eee !important;
|
background: #eee !important;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user