Merge "Remove hover styling from non file-row items"

This commit is contained in:
Wyatt Allen
2017-01-31 17:41:37 +00:00
committed by Gerrit Code Review

View File

@@ -62,7 +62,7 @@ limitations under the License.
text-align: center; text-align: center;
width: 1.5em; width: 1.5em;
} }
.row:not(.header):hover { .file-row:hover {
background-color: #f5fafd; background-color: #f5fafd;
} }
.row.selected { .row.selected {