Skip to content

Commit 778fc34

Browse files
wnvkojelbourn
authored andcommitted
docs(table): improve hover color contrast in table-expandable-rows-example (#16146)
1 parent 2adf629 commit 778fc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-examples/table-expandable-rows/table-expandable-rows-example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tr.example-detail-row {
77
}
88

99
tr.example-element-row:not(.example-expanded-row):hover {
10-
background: #f5f5f5;
10+
background: #777;
1111
}
1212

1313
tr.example-element-row:not(.example-expanded-row):active {

0 commit comments

Comments
 (0)