mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 03:25:08 +00:00
Fixed: Tooltip background color
This commit is contained in:
parent
e380f754d7
commit
7efe9d5950
|
@ -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 Angular & Angular Material to v15.1.1',
|
||||||
'(Dependencies) Updated various other packages'
|
'(Dependencies) Updated various other packages'
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'Fixed',
|
||||||
|
list: [
|
||||||
|
'(Angular Material) Fixed: Tooltip background color is not correct',
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user