textDecoration

object textDecoration extends Style[String]

The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink.

The text-decoration CSS property is used to set the text formatting to underline, overline, line-through or blink.

MDN

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

Value members

Concrete fields

lazy val lineThrough: StyleSetter

Each line of text has a line through the middle.

Each line of text has a line through the middle.

MDN

lazy val none: StyleSetter

Produces no text decoration.

Produces no text decoration.

MDN

lazy val overline: StyleSetter

Each line of text has a line above it.

Each line of text has a line above it.

MDN

lazy val underline: StyleSetter

Each line of text is underlined.

Each line of text is underlined.

MDN

Inherited fields

override val name: String
Inherited from
Style