29-01-2024
This commit is contained in:
@@ -301,11 +301,13 @@ a {
|
||||
align-items: center;
|
||||
transition: 0.3s all;
|
||||
position: relative;
|
||||
&:hover {
|
||||
&:hover, &.current{
|
||||
background: #81b5e4;
|
||||
.icons {
|
||||
filter: brightness(100);
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
.sub-menu {
|
||||
left: calc(100% + 8px);
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user