tv-highlight-color
Changes an element’s color when it comes into focus.
Overview
Here’s an example of how to change a button’s text color when the button comes into focus.
<button>
<text style="tv-highlight-color:rgb(0,0,255,0.3)">Push me</text>
</button>Values for tv-highlight-color
rgb(r,g,b)The background color of an element, where
r,g,bare the red, green, and blue color components, and have a value range from0-255.rgba(r,g,b,a)The background color of an element, where
r,g,bare the red, green, and blue color components, and have a value range from0-255, andais the alpha applied to the color, ranging from0.0-1.0.transparentThe background color of the element, which is transparent.