Fix the focus state of .cta-panel-button-black

This commit is contained in:
gregoirenovel 2018-08-27 10:56:01 +02:00
parent df6d9151b8
commit d240be8948

View file

@ -364,7 +364,7 @@ $cta-panel-button-border-size: 2px;
} }
&:focus { &:focus {
color: #F8F8F8; color: #000000;
text-decoration: none; text-decoration: none;
} }
} }