Search
 
SCRIPT & CODE EXAMPLE
 

CSS

remove button default border css

button:focus { outline: none; }
Comment

removing the unwanted border button css

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

remove outline btn

button {
  outline: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus {
  outline: none !important;
}

.btn:focus {
  box-shadow: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: easyui datagrid header wrap 
Css :: background image not showing html in django 
Css :: css packer cli 
Css :: css horror fonts 
Css :: opacity gradual css 
Css :: css marker effect 
Css :: apply style to only children not grandchildren 
Css :: css hide text indicator 
Css :: target element id css 
Css :: make image has fixed height looks great 
Css :: css para paginado de ul 
Css :: mettre icloud en dossier barre 
Css :: swipe animation css 
Css :: gh: stop using --force !!! 
Css :: Tooltip animation effect 
Css :: font-family: robort; 
Css :: symfony modify request 
Css :: react right burger scrol bar 
Css :: You tried to parse SCSS with the standard CSS parser; try again with the postcss-scss parser 
Css :: how to affect other elements when one element is hovered 
Css :: horizontal scrollbar css style 
Css :: jquery .css not working 
Css :: transform translate css 
Css :: css accordian triangle 
Css :: nth master 
Css :: css Specify that the background image should be shown once, in the top right corner 
Css :: omnisend custom css 
Css :: advance logic in css 
Css :: position inset css 
Css :: width in css 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =