Search
 
SCRIPT & CODE EXAMPLE
 

CSS

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 :: css select every other element 
Css :: keeping elements of container in center 
Css :: table td remove padding 
Css :: css remove scrollbars 
Css :: Maintaining the final state at end of a CSS3 animation 
Css :: css grow animation 
Css :: how to specify css for smaller screen 
Css :: css border on part of side 
Css :: how to center vertically and horizontally in css 
Css :: html dim entire screen 
Css :: How to remove the blueish background on a button when clicked 
Css :: media max width css 
Css :: have an item span multiple columns css grid 
Css :: html input background color 
Css :: how to give linear transprerancyon background image 
Css :: how to center an absolute div 
Css :: css center modal vertically 
Css :: html css hide details arrow 
Css :: html button scale to fit text 
Css :: css text fill all the width possible 
Css :: remve arrow from input ype number 
Css :: read properties from css file 
Css :: best box shadow css 
Css :: transition background gradient 
Css :: hover on one div affect another 
Css :: css hollow circle 
Css :: change bot description background top.gg 
Css :: text-overflow: ellipsis; 2 line 
Css :: css select none 
Css :: bootstrap accordion some change 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =