mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[MNT-25478] Fix info button display (#5099)
* [MNT-25478] Fix info button display * [MNT-25478] CR fix
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
[innerHTML]="displayText | async | translate">
|
||||
</a>
|
||||
} @else {
|
||||
<div>
|
||||
<div class="aca-location-link-unknown">
|
||||
<span
|
||||
class="adf-datatable-cell-value"
|
||||
[title]="'APP.BROWSE.SEARCH.UNKNOWN_LOCATION' | translate">
|
||||
|
||||
-1
@@ -2,7 +2,6 @@
|
||||
&-unknown {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 12px;
|
||||
|
||||
.adf-datatable-cell-value:hover {
|
||||
color: var(--theme-foreground-text-color);
|
||||
|
||||
+4
-1
@@ -5,6 +5,10 @@
|
||||
padding: 10px 0;
|
||||
width: inherit;
|
||||
|
||||
.aca-search-results-text {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.aca-highlight {
|
||||
background: var(--theme-search-highlight-background-color);
|
||||
}
|
||||
@@ -15,7 +19,6 @@
|
||||
}
|
||||
|
||||
.aca-result-location {
|
||||
height: 15px;
|
||||
padding-top: 3px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user