Merge pull request #12104 from KDSBrowne/bbb-11970

Fix Focus Outline Clipping Buttons In Firefox
This commit is contained in:
Anton Georgiev 2021-04-21 18:14:25 -04:00 committed by GitHub
commit a307c28d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,9 +107,7 @@
display: inline-block;
cursor: pointer;
&:-moz-focusring {
outline: none;
}
&:focus,
&:hover {
@ -120,6 +118,12 @@
outline-style: solid;
}
&:-moz-focusring {
outline-color: transparent;
outline-offset: var(--border-radius);
}
&:active {
&:focus {
span:first-of-type::before {