0
I’m trying to remove the blue border that appears on the button while clicking, but insists on staying, which is missing?
Note: I am using the Bootstrap 4
I want you to have no focus or style on the button edges when you get a click
CSS:
.btn-toggle {
height: 57px;
width: 50px;
border: 0px;
z-index: 2;
background-color: #f8f6f6;
border-bottom: 1px solid #e6e6e6;
border-top: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
position: relative;
left: -10px;
border-radius: 0px;
outline: none;
}
JSX:
<button className="btn btn-default ml-2 btn-toggle" name="btn-toggle">