Fix #2477 by excluding '.loading-content-row' from hover CSS rule
This commit is contained in:
Родитель
9bd2cb6390
Коммит
3c13b3fdfb
|
@ -7,7 +7,7 @@
|
|||
z-index: 3;
|
||||
}
|
||||
|
||||
.hover:not([row-type='header'],[row-type='sticky-header']):hover {
|
||||
.hover:not([row-type='header'],[row-type='sticky-header'],.loading-content-row):hover {
|
||||
cursor: pointer;
|
||||
background-color: var(--datagrid-hover-color, var(--neutral-fill-stealth-hover));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче