Skip to content

Commit

Permalink
Merge pull request #596 from ConorPender/add-mixin-for-calendar-picke…
Browse files Browse the repository at this point in the history
…r-indicator

Added a mixin for calendar picker indicator for date type input
  • Loading branch information
notwaldorf authored Jan 25, 2018
2 parents 3bdc3c8 + bb62819 commit e42635a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions paper-input-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
`--paper-input-container-input-invalid` | Mixin applied to the input when invalid | `{}`
`--paper-input-container-input-webkit-spinner` | Mixin applied to the webkit spinner | `{}`
`--paper-input-container-input-webkit-clear` | Mixin applied to the webkit clear button | `{}`
`--paper-input-container-input-webkit-calendar-picker-indicator` | Mixin applied to the webkit calendar picker indicator | `{}`
`--paper-input-container-ms-clear` | Mixin applied to the Internet Explorer clear button | `{}`
`--paper-input-container-underline` | Mixin applied to the underline | `{}`
`--paper-input-container-underline-focus` | Mixin applied to the underline when the input is focused | `{}`
Expand Down
4 changes: 4 additions & 0 deletions paper-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
@apply --paper-input-container-input-webkit-clear;
}

input::-webkit-calendar-picker-indicator {
@apply --paper-input-container-input-webkit-calendar-picker-indicator;
}

input::-webkit-input-placeholder {
color: var(--paper-input-container-color, var(--secondary-text-color));
}
Expand Down

0 comments on commit e42635a

Please sign in to comment.