Skip to content

[Help] Hover over row in the table - color of the row #1648

Discussion options

You must be logged in to vote

The background color of a hovered row on a selectable row is defined here:

@selectableBackground: @transparentBlack;

And the variable is used here:
.ui.ui.selectable.table > tbody > tr:hover,
.ui.table tbody tr td.selectable:hover {
background: @selectableBackground;
color: @selectableTextColor;
}

So, you can customize the background color 😉
To keep the background color, the variable should be transparent, I think.
If customizatoion is first time for you, the below theming page …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1648 on October 06, 2020 19:26.