.btn-check {
  &[disabled],
  &:disabled {
    + .btn {
      text-decoration: line-through;
    }
  }
}
