outlineWidth

object outlineWidth extends Style[String]

The outline-width CSS property is used to set the width of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.

The outline-width CSS property is used to set the width of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.

MDN

class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val medium: StyleSetter

Typically 3px in desktop browsers like Firefox.

Typically 3px in desktop browsers like Firefox.

MDN

lazy val thick: StyleSetter

Typically 5px in desktop browsers like Firefox.

Typically 5px in desktop browsers like Firefox.

MDN

lazy val thin: StyleSetter

Typically 1px in desktop browsers like Firefox.

Typically 1px in desktop browsers like Firefox.

MDN

Inherited fields

override val name: String
Inherited from
Style