Revert "highlightColor for popup now being set correctly"

This reverts commit 012fe4bc4a.
This commit is contained in:
mhalfmann 2019-06-06 15:14:24 +02:00
parent 012fe4bc4a
commit 322fdf8deb
2 changed files with 2 additions and 2 deletions

2
dist/iwmlib.js vendored
View File

@ -6210,7 +6210,7 @@
let popup = new PopupMenu$1({
parent, fontSize, padding, zIndex, spacing, switchPos, notchSize,
notchPosition,
maxWidth, backgroundColor, normalColor, highlightColor,
maxWidth, backgroundColor, normalColor,
notchPosition, keepWithin, autoClose
});
popup.showAt(commands, point);

View File

@ -171,7 +171,7 @@ export default class PopupMenu extends Popup {
let popup = new PopupMenu({
parent, fontSize, padding, zIndex, spacing, switchPos, notchSize,
notchPosition,
maxWidth, backgroundColor, normalColor, highlightColor,
maxWidth, backgroundColor, normalColor,
notchPosition, keepWithin, autoClose
})
popup.showAt(commands, point)