Answer the question
In order to leave comments, you need to log in
How to turn off the stroke except for the outline and border commands?
Such a problem, when you click on the cross, a blue stroke appears ...
(link to the screen)
https://cdn.discordapp.com/attachments/50354305422... I
use the outline command, as well as the border command, and it still does not remove.
Please help me solve the problem.
HTML code
CSS code<button class="popup-close">×</button>
.popup-close {
position: absolute;
top: 0;
right: 0;
-webkit-transform: translateX(105%) translateY(-40%);
transform: translateX(105%) translateY(-40%);
background-color: transparent;
border: none;
outline: none;
color: #fff;
font-size: 20px;
font-weight: 900;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question