Skip to content

Commit

Permalink
No issue - fixed pointer for the cba-table
Browse files Browse the repository at this point in the history
  • Loading branch information
Manvel committed Jan 20, 2024
1 parent 90f485e commit bdacba7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/cba-table/shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,14 @@ tbody
position: relative;
}

tbody tr.highlight
tbody tr.highlight,
tbody tr.alert
{
background-color: var(--color-selected);
cursor: pointer;
outline: none;
}

tbody tr.alert
{
background-color: var(--color-alert);
}

tbody tr
{
outline: none;
Expand Down

0 comments on commit bdacba7

Please sign in to comment.