Search
 
SCRIPT & CODE EXAMPLE
 

CSS

only outline on keybord

/* Remove outline for non-keyboard :focus */
*:focus:not(.focus-visible) {
  outline: none;
}

/* Optional: Customize .focus-visible */
.focus-visible {
  outline-color: lightgreen;
}
Comment

PREVIOUS NEXT
Code Example
Css :: alternate color on two consecutive rows 
Css :: scale css 
Css :: create an outline of a square css 
Css :: resizer in vertical 
Css :: edge ontouchmove does not work correctly 
Css :: $yellow-300; 
Css :: css id with mask wildcard 
Css :: border-style 
Css :: placeholder color default 
Css :: html how to ensure that the header always on top 
Css :: html click through image 
Css :: github pages not loading css 
Css :: most essential css elements 
Typescript :: angular No provider for HttpClient 
Typescript :: because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. 
Typescript :: install typescript mac 
Typescript :: dotenv typescript 
Typescript :: switch case godot 
Typescript :: create react app with typescript config 
Typescript :: button center mui 
Typescript :: three dots icon flutter 
Typescript :: golang terminal prompts disabled 
Typescript :: luxon react ts install 
Typescript :: nextjs global prisma 
Typescript :: set array of objects in localstorage 
Typescript :: nestjs mongoose schema virtual 
Typescript :: a function that prints all numbers from 0 - n Added together python 
Typescript :: install ng bootstrap 
Typescript :: npx react typescript 
Typescript :: angular get item from localstorage 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =