Skip to content

Commit

Permalink
fix: hover styles of app menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Mar 21, 2023
1 parent 2c399d4 commit 5e833b8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/web-runtime/src/components/Topbar/ApplicationsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,19 @@ export default defineComponent({
justify-content: flex-start;
width: 100%;
&.oc-button-primary-raw-inverse {
&:focus,
&:hover {
color: var(--oc-color-swatch-primary-contrast) !important;
}
}
&.oc-button-passive-raw {
&:focus,
&:hover {
color: var(--oc-color-swatch-passive-default) !important;
}
}
&:focus,
&:hover {
background-color: var(--oc-color-background-hover);
Expand Down

0 comments on commit 5e833b8

Please sign in to comment.