outlineWidth

scalatags.generic.Styles.outlineWidth
object outlineWidth extends Style

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

Attributes

Graph
Supertypes
class Style
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Inherited methods

def :=[Builder, T](v: T)(implicit ev: StyleValue[Builder, T]): StylePair[Builder, T]

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Attributes

Inherited from:
Style
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val medium: StylePair[Builder, String]

Typically 3px in desktop browsers like Firefox.

Typically 3px in desktop browsers like Firefox.

MDN

Attributes

lazy val thick: StylePair[Builder, String]

Typically 5px in desktop browsers like Firefox.

Typically 5px in desktop browsers like Firefox.

MDN

Attributes

lazy val thin: StylePair[Builder, String]

Typically 1px in desktop browsers like Firefox.

Typically 1px in desktop browsers like Firefox.

MDN

Attributes