Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css remove blue outline button

button {
  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

remove outline on button click

using outline:none; we can remove that border in chrome

for tailwind css :
outline-none 
focus:outline-none
Comment

PREVIOUS NEXT
Code Example
Css :: /* */ 
Css :: cheat codes for hmtl and css 
Css :: css media not min-width 
Css :: z-index: 1000000; 
Css :: css backdrop filter grayscale 
Css :: capitalize only first letter css 
Css :: how css is structured 
Css :: ms-grid- error css 
Css :: Which of the following CSS property is used to specify the space between every letter inside an element? 
Css :: break table for printing 
Css :: ul change position when restore down 
Css :: how to show image son hover cells in excel 
Css :: The Sass .sass file is visually different from .scss file, e.g. Example.sass - sass is the older syntax 
Css :: font face roboto css 
Css :: addCorsMappings registry.addMapping 
Css :: youtube-dl forbidden 
Css :: fill div on hover 
Css :: Slide up and down animation CSS CodePen 
Css :: css webkit propert dissapears on build sass 
Css :: set opacity except one 
Css :: padding order nth-child 
Css :: where is sendmail in lampp 
Css :: bolock rotating the screen on your website with css 
Css :: shopify display flex not working 
Css :: extend report jenkins css missing 
Css :: how to get rid of underline for links in css 
Css :: hyper text programming language 
Css :: overwrite theme css in parent css 
Css :: what is text-justify in css 
Css :: putting an object in front of a page javascript 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =