Skip to content

Commit

Permalink
hover with background-hover
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa authored and pascalwengerter committed Mar 9, 2022
1 parent 8d7ff36 commit fd3c8eb
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ export default {
li {
padding: 6px;
&:hover {
background-color: var(--oc-color-background-hover);
border-radius: 4px;
}
}
> li {
Expand All @@ -224,12 +228,6 @@ export default {
vertical-align: top;
width: 100%;
text-align: left;
span:hover,
&:hover {
color: var(--oc-color-swatch-passive-hover) !important;
text-decoration: underline !important;
}
}
}
Expand Down

0 comments on commit fd3c8eb

Please sign in to comment.