Skip to content

Commit

Permalink
[ACS-5601] Fix badge hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Sep 26, 2023
1 parent f87cde6 commit 583e98e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
position: unset;
}

.adf-datatable-list .adf-datatable-link:hover .aca-name-column-badges {
color: var(--adf-theme-foreground-text-color);
}

.aca-custom-name-column {
display: flex;
align-items: center;
Expand Down

0 comments on commit 583e98e

Please sign in to comment.