[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:
MichalKinas
2024-08-20 12:59:25 +02:00
committed by GitHub
parent 2edc48bc80
commit d8d57cdc2a
4 changed files with 19 additions and 30 deletions

View File

@@ -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);
}
}
}