Skip to content

Commit

Permalink
use inset shadow instead of outline to fix render glitch -> #527
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmixAT committed Dec 12, 2024
1 parent 05aa514 commit 06cfc91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/components/table/UITable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,9 @@
}

&.p-selectable-row.p-highlight > td.p-selectable-cell.p-highlight, &.p-selectable-row.p-highlight > td.p-selectable-cell:focus {
outline: 2px solid #7f7f7f;
outline-offset: -2px;
outline: none;
outline-offset: 0;
box-shadow: inset 0 0 0 2px #7f7f7f;
}

>td {
Expand Down

0 comments on commit 06cfc91

Please sign in to comment.