mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 03:25:08 +00:00
Fixed: Some disabled icon colors are not correct on dark themes
This commit is contained in:
parent
116e17df26
commit
2821b90ed8
|
@ -121,7 +121,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set the foreground color for disabled elements */
|
/* Set the foreground color for disabled elements */
|
||||||
[disabled] * {
|
[disabled] {
|
||||||
@apply text-disabled #{'!important'};
|
@apply text-disabled #{'!important'};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
<div class="text-lg font-medium leading-10">Messages</div>
|
<div class="text-lg font-medium leading-10">Messages</div>
|
||||||
<div class="ml-auto">
|
<div class="ml-auto">
|
||||||
<button
|
<button
|
||||||
|
class="dark:text-white"
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
[disabled]="unreadCount === 0"
|
[disabled]="unreadCount === 0"
|
||||||
[matTooltip]="'Mark all as read'"
|
[matTooltip]="'Mark all as read'"
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
<div class="text-lg font-medium leading-10">Notifications</div>
|
<div class="text-lg font-medium leading-10">Notifications</div>
|
||||||
<div class="ml-auto">
|
<div class="ml-auto">
|
||||||
<button
|
<button
|
||||||
|
class="dark:text-white"
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
[matTooltip]="'Mark all as read'"
|
[matTooltip]="'Mark all as read'"
|
||||||
[disabled]="unreadCount === 0"
|
[disabled]="unreadCount === 0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user