hotfix :: sort issue table (#4436)

This commit is contained in:
Kiran Ashok 2022-10-14 18:54:43 +05:30 committed by GitHub
parent 1f827a1a76
commit f633458f76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1768,7 +1768,9 @@ button {
thead {
z-index: 2;
}
.table thead th {
display: flex !important;
}
.table-row:hover,
.table-row:focus {
background: rgba(lightBlue, 0.25);