remove outline on buttons

This commit is contained in:
August Skare
2018-10-30 08:42:32 +01:00
parent 4616d6f59d
commit 4c8178fc30

View File

@@ -38,6 +38,7 @@ const Button =
:hover, :focus {
background-color: ${props => props.colors.secondary_alt};
outline: 0;
}
${media.small`