What I’m trying to do:
Style a tooltip on a button (in Materials Design Legacy) different from the default, which uses a tiny font and a white background
What I’ve tried and what’s not working:
Created a role, defined CSS for it, but can only apply it to the button itself, not just the tooltip of the button
Code Sample:
.anvil-role-mytooltip {
font-size: 24px;
font-style: bold;
background-color: yellow;
}
Workaround
popovers from anvil-extra, but would be nice to do this quickly directly on the button tooltip
I am new to Anvil, so apologies if this is a silly question