Skip to content

Commit

Permalink
Add on hover style to experiments table header cells
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Jan 18, 2024
1 parent 5e6e197 commit 8c46945
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webview/src/experiments/components/table/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ $badge-size: 0.85rem;
span[draggable='true'] {
cursor: grab;
}

span[draggable='true']:hover {
background-color: $hover-background-color;
}
}
}

Expand Down

0 comments on commit 8c46945

Please sign in to comment.