Open
Description
There appears to be at bug in PSWriteHTML.psm1- v.0.0.180 -> Function New-HTMLTableStyle as RowHoverSelected will show hover on selected item for odd row numbers only - after line 22918 added:
'table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr.even:hover.selected'
'table.dataTable.hover tbody tr.odd:hover.selected, table.dataTable.display tbody tr.odd:hover.selected'
Verification:
New-HTMLTableStyle -BackgroundColor Blue -Type RowSelected
New-HTMLTableStyle -BackgroundColor Yellow -Type RowHover
New-HTMLTableStyle -BackgroundColor Yellow -Type RowHoverSelected
Hopefully this will help everyone who uses this functionality.