vendor/assets/stylesheets/components/_timepicker.scss in active_frontend-15.0.11 vs vendor/assets/stylesheets/components/_timepicker.scss in active_frontend-15.0.12

- old
+ new

@@ -6,10 +6,11 @@ // scss-lint:disable SelectorDepth // Timepicker // ================================================== .timepicker { + color: color(white); padding: 4px; table { width: 100%; @@ -17,9 +18,10 @@ height: 30px; padding: 0; text-align: center; a { + color: color(gray); font-size: 24px; &:hover, &:active, &:focus { color: color(primary); }