diff --git a/css/backoffice/utils/helpers/_misc.scss b/css/backoffice/utils/helpers/_misc.scss index 9fb060628..4676b1e16 100644 --- a/css/backoffice/utils/helpers/_misc.scss +++ b/css/backoffice/utils/helpers/_misc.scss @@ -39,6 +39,7 @@ display: flex; align-items: stretch; } + %ibo-text-truncated-with-ellipsis{ white-space: nowrap; overflow-x: hidden; @@ -61,4 +62,13 @@ background-size: contain; background-color: var(--ibo-color-grey-500); } +} + +%ibo-hyperlink-inherited-colors{ + color: inherit; + + &:hover, + &:active{ + color: inherit; + } } \ No newline at end of file