Skip to content

Commit

Permalink
fix: applications menu items hover text color
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa committed May 12, 2022
1 parent d5777c5 commit be4f5d4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,13 @@ export default {
right: 1rem;
}
}
a.router-link-active,
button.router-link-active {
&:focus,
&:hover {
color: var(--oc-color-swatch-inverse-default);
}
}
}
</style>

0 comments on commit be4f5d4

Please sign in to comment.