mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Merge branch 'feature-context-help-7.2' into feature-context-help-7.4
This commit is contained in:
@@ -24,4 +24,8 @@
|
|||||||
::ng-deep .tooltip-inner {
|
::ng-deep .tooltip-inner {
|
||||||
width: var(--ds-context-help-tooltip-width);
|
width: var(--ds-context-help-tooltip-width);
|
||||||
max-width: var(--ds-context-help-tooltip-width);
|
max-width: var(--ds-context-help-tooltip-width);
|
||||||
|
a {
|
||||||
|
color: var(--ds-context-help-tooltip-link-color);
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -89,5 +89,7 @@
|
|||||||
--ds-context-x-offset: -16px;
|
--ds-context-x-offset: -16px;
|
||||||
--ds-context-help-icon-size: 16px;
|
--ds-context-help-icon-size: 16px;
|
||||||
--ds-context-help-tooltip-width: 300px;
|
--ds-context-help-tooltip-width: 300px;
|
||||||
|
--ds-context-help-tooltip-link-color: $white;
|
||||||
|
|
||||||
--ds-gap: 0.25rem;
|
--ds-gap: 0.25rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user