.inactive-transaction {
  opacity: 0.6;
  /* text-decoration: line-through; */
}

.inactive-transaction:hover {
  background-color: transparent; 
  cursor: default;
}