aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/_mixins.scss
blob: 681657d905c4bc73b6c1befcea2109dc1445b957 (plain) (blame)
1
2
3
4
5
6
@mixin disable-default-a-behaviour {
  &:hover, &:focus {
    text-decoration: none !important;
    outline: none !important;
  }
}