DamianC
11-16-2022Cloud Apps
Blox - Action button - Hover options
Hi All,
A small thing, I hope you can help with.
When changing the colour of an action button in Blox the hover settings disappear, i've scoured online to see how to write this back into the config but not had any luck.
trying to go from blue to light blue on hover:
{
"type": "ActionSet",
"actions": [
{
"type": "Filters",
"title": "Apply",
"style": {
"backgroundColor": "blue",
"button:hover": {
"backgroundColor": "#lightblue",
"transition": "0.7s"
}