Exclude tr from markdown hover

Fixes #135278
Fixes #135037
This commit is contained in:
Matt Bierner
2021-10-18 17:13:11 -07:00
parent 92cb2aee03
commit 7bc28074bf

View File

@@ -55,8 +55,8 @@ body.showEditorSelection .code-line {
position: relative;
}
body.showEditorSelection .code-active-line:before,
body.showEditorSelection .code-line:hover:before {
body.showEditorSelection :not(tr).code-active-line:before,
body.showEditorSelection :not(tr).code-line:hover:before {
content: "";
display: block;
position: absolute;