fix(all): overlay components no longer display outline when focused (#21226)

This commit is contained in:
Liam DeBeasi
2020-05-07 16:33:51 -04:00
committed by GitHub
parent cae389bd12
commit bb62023a0c
7 changed files with 17 additions and 3 deletions

View File

@ -52,6 +52,8 @@
display: block;
position: fixed;
outline: none;
font-family: $font-family-base;
touch-action: none;
@ -210,4 +212,4 @@
opacity: var(--button-background-hover-opacity);
}
}
}
}