The general approach to UI creation in the UI Builder is the following iteration cycle:
Label
Text or Button
Tooltip via the Inspector’s Attributes section..my-button:hover { color: blue; }
selector that sets the color blue on any element that has the class .my-button
and the mouse is on top of it.:hover
styles).