Removed duplicate styling rules
This commit is contained in:
@@ -45,18 +45,10 @@ export default {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 6px 20px 5px 20px;
|
padding: 6px 20px 5px 20px;
|
||||||
}
|
}
|
||||||
&:active, &:hover{
|
|
||||||
background: $c-dark;
|
body:not(.touch) &:hover, &:focus, &:active, &.active {
|
||||||
color: $c-white;
|
|
||||||
}
|
|
||||||
body:not(.touch) &:hover, &:focus{
|
|
||||||
background: $c-dark;
|
|
||||||
color: $c-white;
|
|
||||||
}
|
|
||||||
&.active {
|
|
||||||
@extend .button;
|
|
||||||
background: $c-dark;
|
background: $c-dark;
|
||||||
color: $c-white;
|
color: $c-white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user