Add line-through to closed stories (#260)

[ci skip]
pull/6827/head
Lorenz Bischof 7 years ago committed by Oliver Günther
parent fc3ceea933
commit 3f9dedbef5
  1. 4
      app/assets/stylesheets/backlogs/master_backlog.sass

@ -221,6 +221,8 @@
pointer-events: none
&.hover, &:hover
background-color: rgb(254, 248, 168)
&.closed
text-decoration: line-through
.id
float: left
margin-left: 1em
@ -333,4 +335,4 @@
/* Hide the button text in the ui-dialog */
.ui-dialog-titlebar-close
overflow: hidden
overflow: hidden

Loading…
Cancel
Save