Do not outline thumbnail in table when focusud

pull/8153/head
Wieland Lindenthal 5 years ago
parent 84ea23b162
commit b6274379e9
  1. 4
      app/assets/stylesheets/content/work_packages/_table_content.sass

@ -135,6 +135,9 @@ html:not(.-browser-mobile)
.inline-edit--display-field
display: initial
&.bcfThumbnail
outline: none
// Some padding for the inner cells of the display fields
.inline-edit--display-field
padding: 2px
@ -159,4 +162,5 @@ body.-browser-edge
.wp-table--cell-td img.thumbnail
height: 40px
outline: none

Loading…
Cancel
Save