Skip to content

Commit

Permalink
Fixed #13123 - Calendar | Icon is not visible (material compact theme)
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jul 26, 2023
1 parent 032c553 commit c36aebf
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/components/themes/md-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6644,6 +6644,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
.p-calendar-w-btn .p-datepicker-trigger.p-button span {
color: rgba(255, 255, 255, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon {
color: rgba(255, 255, 255, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
background: rgba(255, 255, 255, 0.04);
}
Expand Down
3 changes: 3 additions & 0 deletions src/assets/components/themes/md-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6644,6 +6644,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
.p-calendar-w-btn .p-datepicker-trigger.p-button span {
color: rgba(255, 255, 255, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon {
color: rgba(255, 255, 255, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
background: rgba(255, 255, 255, 0.04);
}
Expand Down
3 changes: 3 additions & 0 deletions src/assets/components/themes/md-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6644,6 +6644,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
.p-calendar-w-btn .p-datepicker-trigger.p-button span {
color: rgba(0, 0, 0, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon {
color: rgba(0, 0, 0, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
background: rgba(0, 0, 0, 0.04);
}
Expand Down
3 changes: 3 additions & 0 deletions src/assets/components/themes/md-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6644,6 +6644,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
.p-calendar-w-btn .p-datepicker-trigger.p-button span {
color: rgba(0, 0, 0, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon {
color: rgba(0, 0, 0, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
background: rgba(0, 0, 0, 0.04);
}
Expand Down
3 changes: 3 additions & 0 deletions src/assets/components/themes/mdc-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6644,6 +6644,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
.p-calendar-w-btn .p-datepicker-trigger.p-button span {
color: rgba(255, 255, 255, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon {
color: rgba(255, 255, 255, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
background: rgba(255, 255, 255, 0.04);
}
Expand Down
3 changes: 3 additions & 0 deletions src/assets/components/themes/mdc-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6644,6 +6644,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
.p-calendar-w-btn .p-datepicker-trigger.p-button span {
color: rgba(255, 255, 255, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon {
color: rgba(255, 255, 255, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
background: rgba(255, 255, 255, 0.04);
}
Expand Down
3 changes: 3 additions & 0 deletions src/assets/components/themes/mdc-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6644,6 +6644,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
.p-calendar-w-btn .p-datepicker-trigger.p-button span {
color: rgba(0, 0, 0, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon {
color: rgba(0, 0, 0, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
background: rgba(0, 0, 0, 0.04);
}
Expand Down
3 changes: 3 additions & 0 deletions src/assets/components/themes/mdc-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -6644,6 +6644,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
.p-calendar-w-btn .p-datepicker-trigger.p-button span {
color: rgba(0, 0, 0, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon {
color: rgba(0, 0, 0, 0.6);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
background: rgba(0, 0, 0, 0.04);
}
Expand Down

1 comment on commit c36aebf

@vercel
Copy link

@vercel vercel bot commented on c36aebf Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.