Skip to content

Commit

Permalink
pfe-143 Fixed hover bug tables
Browse files Browse the repository at this point in the history
  • Loading branch information
PriJoh committed Nov 7, 2024
1 parent 19ce11b commit d2a7de0
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 d2a7de0

Please sign in to comment.