Lines Matching refs:hover
31 $hover = strtolower($attributes->getValueAndRemove(self::ON_HOVER_ATTRIBUTE));
32 $hoverAnimations = preg_split("/\s/", $hover);
36 foreach ($hoverAnimations as $hover) {
38 if (in_array($hover, self::HOVER_ANIMATIONS)) {
48 $attributes->addClassName("hvr-$hover");
55 if (in_array($hover, ["float", "grow"])) {
56 $hover = "combo-" . $hover;
63 switch ($hover) {
65 $hover = Shadow::getDefaultClass();
68 $hover = Shadow::MEDIUM_ELEVATION_CLASS;
71 $hover = "shadow";
74 $hover = "shadow-lg";
81 $comboDataHoverClasses .= " " . $hover;