[space-style] Table row hover hightlight

QuickLineNavigator

a useful space-style snippet for hightlighting table row when hover over the corresponding row

/* /query and /slash table row hover hightlight */
table tbody tr:hover,
table thead tr:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  /* transition: background-color 0.2s ease !important; */
  position: relative !important;
  z-index: 99999 !important;
}

this only works for Universal/Regular tables.
for Customized ones, one has to additionally set effects for them individually/seperately like here.

Besides, it has a bug that I can’t fix…

3 Likes

This bug magically disappear again

maybe because having moved this snippet outside of Customized Table Width plug (where similiar table row highlighting space-style codes exsits) and into Customized Doom-One Theme