Set outline for selected row only if entire row hightlighting is active. And then '2px solid' instead of '4px auto'

pull/6703/head
Wieland Lindenthal 6 years ago
parent 8373065e96
commit 29f86576ba
  1. 3
      app/assets/stylesheets/content/_tables.sass

@ -162,7 +162,8 @@ tr.context-menu-selection,
tr.-checked,
tr.-checked.-bright-row
background-color: $table-row-highlighting-color !important
outline: $table-row-highlighting-outline-color auto 4px
&[class*=__hl_row]
outline: $table-row-highlighting-outline-color solid 2px
td
border-top: 1px solid $table-row-highlighting-color !important

Loading…
Cancel
Save