diff --git a/qt/ts/scss/reviewer-bottom.scss b/qt/ts/scss/reviewer-bottom.scss index 2d0cbc89a..8d4788f86 100644 --- a/qt/ts/scss/reviewer-bottom.scss +++ b/qt/ts/scss/reviewer-bottom.scss @@ -40,8 +40,12 @@ button { .focus { outline: 5px auto rgba(0, 103, 244, 0.247); - &:focus { - outline-color: rgba(103, 103, 244, 0.247); + #innertable:focus-within & { + outline: unset; + + &:focus { + outline: 5px auto rgba(0, 103, 244, 0.247); + } } }