Skip to content

Resolve "Strike through the whole line when vulnerability is dismissed"

Filipa Lacerda requested to merge 6005-fix-strike-through into master

What does this MR do?

Adds CSS to strikethrough the entire line

  1. there are buttons and text under .is-dismissed
  2. the margin left never gets striked so I created the whitespace through ::after pseudo-class

Screenshots (if relevant)

before after
Screen_Shot_2018-06-01_at_10.56.12 Screen_Shot_2018-06-01_at_10.55.50

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #6005 (closed)

Merge request reports