mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
97399 Improvements to ContextHelpDirective and ContextHelpWrapperComponent
This commit is contained in:
@@ -3,21 +3,23 @@
|
||||
}
|
||||
|
||||
.ds-context-help-icon {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
cursor: pointer;
|
||||
color: var(--bs-info);
|
||||
background-color: var(--bs-white);
|
||||
font-size: 16px; // not relative, because we don't want the icon to resize based on the container
|
||||
line-height: 1;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
|
||||
.ds-context-help-icon-left {
|
||||
left: var(--ds-context-x-offset);
|
||||
color: var(--bs-info);
|
||||
background-color: var(--bs-white);
|
||||
font-size: (--dscontext-help-icon-size);
|
||||
line-height: 1;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.ds-context-help-icon-right {
|
||||
right: var(--ds-context-icon-width);
|
||||
right: calc(-1 * var(--ds-context-help-icon-size));
|
||||
}
|
||||
|
||||
::ng-deep .tooltip-inner {
|
||||
|
Reference in New Issue
Block a user