Skip to content

Instantly share code, notes, and snippets.

@sackeyjason
Created June 27, 2020 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sackeyjason/ec650c164f55c54b7947eb704e6b32f7 to your computer and use it in GitHub Desktop.
Save sackeyjason/ec650c164f55c54b7947eb704e6b32f7 to your computer and use it in GitHub Desktop.
Material button focus
.selected-flag:before {
content: ;
content: '';
background-color: #94949454;
width: 48px;
height: 48px;
position: absolute;
left: 4px;
top: 0;
border-radius: 50%;
bottom: 0;
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment