Fix broken css
This commit is contained in:
@@ -9,7 +9,7 @@ const Button = styled.div`
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
:hover {
|
&:hover {
|
||||||
background: ${props => props.theme.highlight};
|
background: ${props => props.theme.highlight};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ const Menu = styled.ul`
|
|||||||
}
|
}
|
||||||
|
|
||||||
> li.selected {
|
> li.selected {
|
||||||
::before {
|
&::before {
|
||||||
content: '*';
|
content: '*';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user