new hover styling

This commit is contained in:
August Skare
2018-10-26 08:38:10 +02:00
parent 58f5b6d0ad
commit 7577d96671
7 changed files with 11 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ const Root =
&[aria-selected="false"]:focus,
&[aria-selected="false"]:hover {
color: ${props => props.colors.main};
background-color: ${props => props.colors.secondary_alt};
cursor: pointer;
}
}