Skip to content

Commit

Permalink
Remove unused css in calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Dec 7, 2015
1 parent 8edf492 commit 4c986e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion components/date_picker/_config.scss
Expand Up @@ -21,7 +21,6 @@ $calendar-primary-contrast-color: $calendar-primary-contrast !default;
$calendar-primary-hover-color: rgba($calendar-primary, 0.21) !default;
$calendar-arrows-color: $palette-grey-600 !default;
$calendar-arrows-font-size: 2 * $unit;
$calendar-arrows-ripple-duration: 450ms;
$calendar-year-font-size: 2.4;
$calendar-day-font-size: 1.3 * $unit;
$calendar-day-disable-opacity: 0.25;
Expand Down
5 changes: 0 additions & 5 deletions components/date_picker/style.calendar.scss
Expand Up @@ -91,8 +91,3 @@
.month {
background-color: $calendar-primary-contrast-color;
}

.ripple {
opacity: .5;
transition-duration: $calendar-arrows-ripple-duration;
}

0 comments on commit 4c986e4

Please sign in to comment.