sighupio/gatekeeper-policy-manager

Tooltip for "warn" mode icon is not working in Constraint navbar

ralgozino opened this issue · 1 comments

In the Constraints page, the icon on the left of the constraint name in the navbar on the left doesn't show a tooltip when the mode is warn. It does work when the mode is dryrun or deny.

After digging a little more into the issue, I'm pretty sure that the problem comes from importing an SVG for the warn icon instead of using one of the "native" icons:

import warnIcon from "../../assets/warn.svg";