Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Письменов Дмитрий Иванович / yourroomads

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • yourroomads
  • resources
  • css
  • reset.css
  • Jonathan Reinink's avatar
    Remove unnecessary anchor resets · 44a2faf0
    Jonathan Reinink committed Jan 08, 2020
    44a2faf0
reset.css 89 Bytes
BlameHistoryPermalink
1 2 3 4 5
input, select, textarea, button, div, a {
  &:focus, &:active {
    outline: none;
  }
}