Remove Button Default Border Css

[Solved] Remove Button Default Border Css | C - Code Explorer | yomemimo.com
Question : remove button default border css

Answered by : wandering-warbler-bgupzuul9zee

button:focus { outline: none; }

Source : https://stackoverflow.com/questions/11497094/remove-border-from-buttons | Last Update : Wed, 16 Sep 20

Question : removing the unwanted border button css

Answered by : tanner-kopel

button,
button:active,
button:focus { outline: none;
}

Source : https://discuss.codecademy.com/t/removing-the-unwanted-border-around-a-button-after-it-has-been-clicked/493874/5 | Last Update : Thu, 26 Nov 20

Answers related to remove button default border css

Code Explorer Popular Question For C