mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-19 02:37:09 +00:00
Fixed: Tooltip background color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user