vendor/assets/stylesheets/pickadate/default.date.css in pickadate-rails-1.1.1 vs vendor/assets/stylesheets/pickadate/default.date.css in pickadate-rails-1.1.2

- old
+ new

@@ -225,18 +225,18 @@ .picker__day--highlighted:hover, .picker--focused .picker__day--highlighted { background: #0089ec; color: #ffffff; } -.picker__day--disabled:hover, -.picker--focused .picker__day--disabled { +.picker__day--disabled, +.picker__day--disabled:hover { background: #f5f5f5; border-color: #f5f5f5; color: #dddddd; cursor: default; } -.picker__day--highlighted.picker__day--disabled:hover, -.picker--focused .picker__day--highlighted.picker__day--disabled { +.picker__day--highlighted.picker__day--disabled, +.picker__day--highlighted.picker__day--disabled:hover { background: #bbbbbb; } /** * The footer containing the "today" and "clear" buttons. */