columnRuleStyle

object columnRuleStyle extends OutlineStyle

The column-rule-style CSS property lets you set the style of the rule drawn between columns in multi-column layouts.

MDN

class OutlineStyle
class Style
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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.

Inherited from
Style
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

lazy val hidden: StylePair[Builder, String]

Inherited fields

lazy val dashed: StylePair[Builder, String]

Displays a series of short square-ended dashes or line segments. The exact size and Length of the segments are not defined by the specification and are implementation-specific.

Displays a series of short square-ended dashes or line segments. The exact size and Length of the segments are not defined by the specification and are implementation-specific.

MDN

Inherited from
OutlineStyle
lazy val dotted: StylePair[Builder, String]

Displays a series of rounded dots. The spacing of the dots are not defined by the specification and are implementation-specific. The radius of the dots is half the calculated border-right-width.

Displays a series of rounded dots. The spacing of the dots are not defined by the specification and are implementation-specific. The radius of the dots is half the calculated border-right-width.

MDN

Inherited from
OutlineStyle
lazy val double: StylePair[Builder, String]

Displays two straight lines that add up to the pixel amount defined as border-width or border-right-width.

Displays two straight lines that add up to the pixel amount defined as border-width or border-right-width.

MDN

Inherited from
OutlineStyle
lazy val groove: StylePair[Builder, String]

Displays a border leading to a carved effect. It is the opposite of ridge.

Displays a border leading to a carved effect. It is the opposite of ridge.

MDN

Inherited from
OutlineStyle
lazy val inset: StylePair[Builder, String]

Displays a border that makes the box appear embedded. It is the opposite of outset. When applied to a table cell with border-collapse set to collapsed, this value behaves like groove.

Displays a border that makes the box appear embedded. It is the opposite of outset. When applied to a table cell with border-collapse set to collapsed, this value behaves like groove.

MDN

Inherited from
OutlineStyle
lazy val outset: StylePair[Builder, String]

Displays a border that makes the box appear in 3D, embossed. It is the opposite of inset. When applied to a table cell with border-collapse set to collapsed, this value behaves like ridge.

Displays a border that makes the box appear in 3D, embossed. It is the opposite of inset. When applied to a table cell with border-collapse set to collapsed, this value behaves like ridge.

MDN

Inherited from
OutlineStyle
lazy val ridge: StylePair[Builder, String]

Displays a border with a 3D effect, like if it is coming out of the page. It is the opposite of groove.

Displays a border with a 3D effect, like if it is coming out of the page. It is the opposite of groove.

MDN

Inherited from
OutlineStyle
lazy val solid: StylePair[Builder, String]

Displays a single, straight, solid line.

Displays a single, straight, solid line.

MDN

Inherited from
OutlineStyle