diff options
Diffstat (limited to 'source/features/table-input.css')
-rw-r--r-- | source/features/table-input.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/features/table-input.css b/source/features/table-input.css index c7cbbf66..022b1599 100644 --- a/source/features/table-input.css +++ b/source/features/table-input.css @@ -30,12 +30,6 @@ } } -/** TODO: Drop JS-based version after :has() has full support */ -.rgh-table-input:hover .selected div { - border-color: #79b8ff; - background-color: var(--color-diff-blob-hunk-num-bg, #dbedff); -} - .rgh-tic:hover div, .rgh-tic:is(:nth-of-type(5n + 1)):has(~ :hover:nth-of-type(5n + 1)) div, .rgh-tic:is(:nth-of-type(5n + 1), :nth-of-type(5n + 2)):has( |