class Playbook::PbButton::Button

def highlight_active

def highlight_active
  variant === "reaction" && object.highlight ? " active" : ""
end