Skip to content

Commit 7125817

Browse files
author
david califf
committed
fix test row style hover
1 parent deaec24 commit 7125817

File tree

1 file changed

+1
-1
lines changed
  • packages/selenium-ide/src/neo/components/TestRow

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/neo/components/TestRow/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

2424
.test-table tbody tr:hover {
25-
background-color: var(--color-hover);
25+
background-color: var(--hover-color);
2626
}
2727

2828
.test-table td .index {

0 commit comments

Comments
 (0)