Skip to content

Commit

Permalink
Merge pull request #1014 from SwedbankPay/feature/pfe-143-fix-bug-hov…
Browse files Browse the repository at this point in the history
…er-tables-dg

pfe-143 Fixed hover bug tables
  • Loading branch information
goldenraphti authored Nov 11, 2024
2 parents 19ce11b + d2a7de0 commit c1e0b6a
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions src/less/components/payex/table.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,14 @@
tr {
&:nth-child(odd) {
background-color: var(--bg-primary);
}

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

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

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

th, td {
background-color: transparent;
}
}
}
.table.table-hover tbody > tr:hover td,
.table.table-hover tbody > tr:hover th {
background-color: var(--light-gray);
}


Expand All @@ -38,4 +23,3 @@




0 comments on commit c1e0b6a

Please sign in to comment.