oficiodesign / initial-css

MIT License
4 stars 1 forks source link

Add focus mixin #90

Closed robsonsobral closed 1 year ago

robsonsobral commented 3 years ago

Original report by sobral (Bitbucket: sobral, GitHub: robsonsobral).


@mixin focused {
  outline: 0;

  box-shadow: 0 0 0 4px rgba(palette('accent'), 0.5);
}