I
I
Igor Myasnikov2018-02-26 12:48:22
css
Igor Myasnikov, 2018-02-26 12:48:22

Icon color not changing on :hover?

Good day
I don’t understand why the color of the icon does not change on hover. Most likely my inattention, but for an hour now I can’t find errors
PEN

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0xD34F, 2018-02-26
@pilium

&.facebook
    &::before
        background-color: #3b5998
    .fa
        color: #3b5998

Replaced by
&.facebook
    &::before
        background-color: #3b5998
    color: #3b5998

Similarly, with the rest of the icons .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question