fixed context menu style

pull/1/head
LianaHus 6 years ago
parent 4bf4892a46
commit 955dc3d23e
  1. 3
      src/app/ui/contextMenu.js

@ -11,6 +11,7 @@ var css = csjs`
width:150px; width:150px;
border-radius: 2px; border-radius: 2px;
z-index: 1000; z-index: 1000;
background-color: var(--light)
} }
.liitem .liitem
@ -33,7 +34,7 @@ var css = csjs`
#menuitems :hover #menuitems :hover
{ {
background: $var(--seconday); background-color: var(--secondary);
border-radius: 2px; border-radius: 2px;
} }
` `

Loading…
Cancel
Save