Virtualized Table: Do not display the focused outline when row is selected
This commit is contained in:
parent
51d77d5699
commit
0419c33e3d
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@
|
|||
}
|
||||
|
||||
.virtualized-table.multi-select:focus {
|
||||
.row.focused {
|
||||
.row.focused:not(.selected) {
|
||||
outline: 1px dotted var(--color-accent);
|
||||
z-index: 10000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue