Skip to content

Commit

Permalink
pfe-143 Added hover for table plain
Browse files Browse the repository at this point in the history
  • Loading branch information
PriJoh committed Nov 1, 2024
1 parent 588b928 commit a8fdd90
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/less/components/payex/table.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@
}
}

.table.table-plain {
tbody {
tr {
background-color: var(--white);

&:hover {
background-color: var(--light-gray);
}

th, td {
background-color: transparent;
}
}
}
}








Expand Down

0 comments on commit a8fdd90

Please sign in to comment.