Skip to content

Commit 3efaa21

Browse files
committed
fix(admin-ui): target html tag for table colum styles #1472
Signed-off-by: Jeet Viramgama <[email protected]>
1 parent 3fcc963 commit 3efaa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-ui/app/routes/Dashboards/Chart/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
display: none;
33
}
44

5-
th .css-1qgma8u-MuiButtonBase-root-MuiTableSortLabel-root.Mui-active, th .css-1qgma8u-MuiButtonBase-root-MuiTableSortLabel-root.Mui-active > svg {
5+
table > thead > tr > th .Mui-active, table > thead > tr > th .Mui-active > svg {
66
color: #fff !important;
77
}

0 commit comments

Comments
 (0)