Skip to content

Interface

The interface for the colors of interactive elements.

Properties

PropertyTypeNotes
defaultstring

The color used for the default state of an interactive element.

disabledActionDisabled

The colors used for the disabled state of an interactive element.

focusstring

The color used for the focus state when an interactive element is focused by keyboard.

hoverstring

The color used for the hover state of an interactive element.

inputFieldActionInputField

The colors used for the input field element.

linkActionLink

The colors used for the link element.

pressedstring

The color used for the pressed state of an interactive element.

selectedActionSelected

The color used for the selected state of an interactive element.

textstring

The color used for the text on an interactive element.

default

Interface Property
default: string

The color used for the default state of an interactive element.

disabled

Interface Property
disabled: ActionDisabled

The colors used for the disabled state of an interactive element.

focus

Interface Property
focus: string

The color used for the focus state when an interactive element is focused by keyboard.

hover

Interface Property
hover: string

The color used for the hover state of an interactive element.

inputField

Interface Property
inputField: ActionInputField

The colors used for the input field element.

Interface Property
link: ActionLink

The colors used for the link element.

pressed

Interface Property
pressed: string

The color used for the pressed state of an interactive element.

selected

Interface Property
selected: ActionSelected

The color used for the selected state of an interactive element.

text

Interface Property
text: string

The color used for the text on an interactive element.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.