mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-07 23:28:41 +00:00
Merge branch 'dev' into dev-starter
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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import { Version } from '@fuse/version/version';
|
||||
|
||||
export const FUSE_VERSION = new Version('17.1.0').full;
|
||||
export const FUSE_VERSION = new Version('17.2.0').full;
|
||||
|
||||
Reference in New Issue
Block a user