The following is the general approach to create UI in the UI Builder:
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).