vendor/assets/stylesheets/components/_calendar.scss in active_frontend-15.0.23 vs vendor/assets/stylesheets/components/_calendar.scss in active_frontend-15.1.0

- old
+ new

@@ -50,11 +50,13 @@ @include transition(all 0.3s ease-in-out); cursor: pointer; display: inline-block; margin-top: 5px; - &:hover, - &:active { color: color(primary); } + @if ($pseudo-elements) { + &:hover, + &:active { color: color(primary); } + } } } .calendar-header-left { text-align: left;