Merge pull request #6874 from opf/fix/stabilize-select-row-spec

Attempt to stabilise test
pull/6880/head
Henriette Dinger 6 years ago committed by GitHub
commit bfefc1e9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      app/assets/stylesheets/content/work_packages/_table_content.sass

@ -114,12 +114,19 @@ html:not(.-browser-mobile)
// the user from using click (to select) or double-click (to open full screen)
// on the cell. Hence we disable events on this element but have to reenable them
// for the inplace-edit fields.
// The ID field is an exception because there the link needs to capture the pointer-events not the span.
// Otherwise there would be a small area where nothing happens on click.
pointer-events: none
.inplace-edit
display: initial
pointer-events: all
&.id .inplace-edit
pointer-events: none
a
pointer-events: all
// Some padding for the inner cells of the display fields
.wp-table--cell-span
padding: 2px 5px 2px 5px

Loading…
Cancel
Save