Fix 1px jump when selecting multi table entries (#16475)
Fix 1px jump when selecting multi table entries
This commit is contained in:
commit
b6376b7bd6
|
@ -293,7 +293,6 @@ table.multiselect thead {
|
||||||
table.multiselect thead th {
|
table.multiselect thead th {
|
||||||
background-color: var(--color-main-background-translucent);
|
background-color: var(--color-main-background-translucent);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-content.with-app-sidebar table.multiselect thead{
|
#app-content.with-app-sidebar table.multiselect thead{
|
||||||
|
|
Loading…
Reference in New Issue