mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
hotfix :: sort issue table (#4436)
This commit is contained in:
parent
1f827a1a76
commit
f633458f76
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue