mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7732] Add missing badges styling (#4040)
* [ACS-7732] Badges spacing and hover fixes * [ACS-7732] Proper badge styling * [ACS-7732] Add missing display * search page test fix * test fix --------- Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
.aca-datatable-cell-badges-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.adf-datatable-cell-badge {
|
||||
.adf-datatable-cell-badge,
|
||||
* > .adf-datatable-cell-badge {
|
||||
display: flex;
|
||||
color: var(--theme-secondary-text);
|
||||
border-radius: 14px;
|
||||
padding: 8px;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--theme-selected-text-background);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user