Skip to content

Commit

Permalink
improve date-picker styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-willems committed Sep 20, 2024
1 parent 4c11b27 commit a5a9481
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

:host {
display: block;
--mdc-icon-button-icon-size: 18px;
}

.componentContainer {
position: relative;
::ng-deep {
.mdc-text-field__input::placeholder {
color: #aaa !important;
}
}
&.showErrors {
::ng-deep {
klp-form-date-time-picker {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
margin-right: 6px;
width: 36px;
color: $default-gray-faded-dark;
&.cdk-focused {
.mat-mdc-button-persistent-ripple.mdc-icon-button__ripple {
display: none;
}
}
span {
height: 42px;
width: 42px;
Expand Down

0 comments on commit a5a9481

Please sign in to comment.