mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Add animation for menu links
This commit is contained in:
parent
eb720a2099
commit
67c32d5ab5
@ -3,3 +3,18 @@ li.header{
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.05rem;
|
||||
}
|
||||
|
||||
li.chapter a{
|
||||
transition: background-color 0.15s ease;
|
||||
-webkit-transition: background-color 0.15s ease;
|
||||
}
|
||||
|
||||
li.chapter:hover a{
|
||||
background-color: #eee !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.versions-select select{
|
||||
height: 36px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
@ -3,3 +3,18 @@ li.header{
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.05rem;
|
||||
}
|
||||
|
||||
li.chapter a{
|
||||
transition: background-color 0.15s ease;
|
||||
-webkit-transition: background-color 0.15s ease;
|
||||
}
|
||||
|
||||
li.chapter:hover a{
|
||||
background-color: #eee !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.versions-select select{
|
||||
height: 36px;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user