Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
style: link hover effects
Browse files Browse the repository at this point in the history
  • Loading branch information
TuukkaIkius committed Jan 25, 2024
1 parent 0fef4af commit 0aadaa4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/DropdownMenu/DropdownMenuItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ max-width: min-content;
}

.styledLink {
cursor: pointer;
display:flex;
flex-direction: row;
align-items: flex-start;
Expand All @@ -35,7 +36,7 @@ max-width: min-content;
max-width: none;
}
&:hover, &:active, &:focus{
color:var(--color-dark-purple);
color: var(--color-dark-purple);
background-color: none;
}
}
Expand Down Expand Up @@ -78,7 +79,6 @@ max-width: min-content;
}
.item {
margin-left: 8px;
color: var(--color-code);
@media (--nav) {
margin-left: 16px;
}
Expand All @@ -101,7 +101,6 @@ max-width: min-content;
line-height: 22px;
font-weight: bold;
}
color: var(--color-code);
}
.description {
font-size: 14px;
Expand Down

0 comments on commit 0aadaa4

Please sign in to comment.