Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(datepicker): align input border colors with inputs.
Browse files Browse the repository at this point in the history
* Currently the datepicker had some different theme colors for the border.
  Those colors should be the same as in the input component.

Fixes #8148.

Closes #8375
  • Loading branch information
devversion authored and ThomasBurleson committed Jun 3, 2016
1 parent 02d3de2 commit e5dcbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/datepicker/datePicker-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
}

.md-datepicker-input-container {
border-bottom-color: '{{background-300}}';
border-bottom-color: '{{foreground-4}}';

&.md-datepicker-focused {
border-bottom-color: '{{primary-500}}'
border-bottom-color: '{{primary-color}}'
}

&.md-datepicker-invalid {
Expand Down

0 comments on commit e5dcbab

Please sign in to comment.