Skip to content

Commit 4405429

Browse files
Splaktarandrewseguin
authored andcommitted
docs(material/table): use a hover color that is consistent with Material Design spec (#18193)
- ref: https://material.io/components/data-tables/#behavior
1 parent 6973145 commit 4405429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material/table/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: #777;
10+
background: whitesmoke;
1111
}
1212

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

0 commit comments

Comments
 (0)