Fixed: Tooltip background color

This commit is contained in:
Sercan Yemen 2023-01-19 11:10:04 +03:00
parent e380f754d7
commit 7efe9d5950
2 changed files with 20 additions and 0 deletions

View File

@ -1341,3 +1341,17 @@ textarea.mat-mdc-input-element {
}
}
}
/* -------------------------------------------------------------------------- */
/* @ Tooltip
/* -------------------------------------------------------------------------- */
.mat-mdc-tooltip .mdc-tooltip__surface {
background-color: var(--fuse-text-default) !important;
color: white;
.dark & {
background-color: var(--fuse-text-secondary) !important;
color: var(--fuse-bg-default) !important;
}
}

View File

@ -21,6 +21,12 @@ export class ChangelogComponent
'(Dependencies) Updated Angular & Angular Material to v15.1.1',
'(Dependencies) Updated various other packages'
]
},
{
type: 'Fixed',
list: [
'(Angular Material) Fixed: Tooltip background color is not correct',
]
}
]
},