Yeah. It will just show text in a label but if you click/select it, it will open a new tab.
You can change the values of the following properties:
- Color
- HoverColor
- PressedColor
To give the label alternate visuals.
For example, apply the following property-values to your label
Color: RGBA( 63, 189, 191, 1 )
HoverColor: RGBA( 63, 125, 191, 1 )
PressedColor: RGBA( 89, 126, 165, 1 )
would give the label a blue-ish color, a darker color when highlighted, and a paler color when pressed.