Removed duplicate styling rules

This commit is contained in:
2019-10-04 00:50:27 +02:00
parent 6270206812
commit ca910089c5

View File

@@ -45,18 +45,10 @@ export default {
font-size: 12px;
padding: 6px 20px 5px 20px;
}
&:active, &:hover{
background: $c-dark;
color: $c-white;
}
body:not(.touch) &:hover, &:focus{
background: $c-dark;
color: $c-white;
}
&.active {
@extend .button;
body:not(.touch) &:hover, &:focus, &:active, &.active {
background: $c-dark;
color: $c-white;
}
}
</style>
</style>