mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-02-23 02:13:33 +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 */
|
||||
[disabled] * {
|
||||
[disabled] {
|
||||
@apply text-disabled #{'!important'};
|
||||
}
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
<div class="text-lg font-medium leading-10">Messages</div>
|
||||
<div class="ml-auto">
|
||||
<button
|
||||
class="dark:text-white"
|
||||
mat-icon-button
|
||||
[disabled]="unreadCount === 0"
|
||||
[matTooltip]="'Mark all as read'"
|
||||
|
@ -32,6 +32,7 @@
|
||||
<div class="text-lg font-medium leading-10">Notifications</div>
|
||||
<div class="ml-auto">
|
||||
<button
|
||||
class="dark:text-white"
|
||||
mat-icon-button
|
||||
[matTooltip]="'Mark all as read'"
|
||||
[disabled]="unreadCount === 0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user