State
State is used to style elements when a pseudo element is active like focus.
Defaults
sass
$focus-outline-style: dotted !default;
$focus-box-shadow-style: inset !default;
Variables
The focus width property:
scss
--#{root-defaults.$prefix}focus-width
The focus outline color property:
scss
--#{root-defaults.$prefix}focus-outline-color
The focus outline width property:
scss
--#{root-defaults.$prefix}focus-outline-width
The focus outline style property:
scss
--#{root-defaults.$prefix}focus-outline-style
The focus outline offset property:
scss
--#{root-defaults.$prefix}focus-outline-offset
The focus box shadow color property:
scss
--#{root-defaults.$prefix}focus-box-shadow-color
The focus box shadow style property:
scss
--#{root-defaults.$prefix}focus-box-shadow-style
The focus box shadow property:
scss
--#{root-defaults.$prefix}focus-box-shadow