Compare commits
2 Commits
765180e706
...
fb3090dcb0
Author | SHA1 | Date | |
---|---|---|---|
fb3090dcb0 | |||
b28914dcbf |
@ -145,10 +145,15 @@ header hr {
|
||||
border: 0;
|
||||
transition: max-height 0.3s ease;
|
||||
}
|
||||
.navsite_item .navpage_list {
|
||||
transition-delay: 0.3s; /* Delay the border fade-out transition */
|
||||
}
|
||||
|
||||
/* Modify this style for the hover state of the navsite_item */
|
||||
.navsite_item:hover .navpage_list {
|
||||
max-height: 200px;
|
||||
border: 4px solid var(--primary-hover) ;
|
||||
max-height: 200px; /* Adjust the value based on your content height */
|
||||
border: 4px solid var(--primary-hover); /* Adjust border style as needed */
|
||||
transition-delay: 0s; /* Reset delay on hover */
|
||||
}
|
||||
|
||||
li.navpage_item{
|
||||
|
Loading…
Reference in New Issue
Block a user