I
I
i_ikigai2019-09-29 00:23:54
css
i_ikigai, 2019-09-29 00:23:54

After the button is rounded, when pressed, a square frame of the button appears, how to remove it?

I can not formulate the question correctly and google
5d8fcf467b08b032413666.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lorem Ipsum, 2019-09-29
@i_ikigai

.button {
    outline: none;
}
// или
.button:active {
    outline: none;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question