ParentSelector

case class ParentSelector(selector: StyleSelector, immediate: Boolean)

Represents a parent selector and indicates whether it is an immediate parent or an ancestor anywhere in the hierarchy.

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

Value members

Inherited methods

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