Skip to content
Snippets Groups Projects
Unverified Commit a307c28d authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12104 from KDSBrowne/bbb-11970

Fix Focus Outline Clipping Buttons In Firefox
parents 3c1c0ce0 f19bf1a1
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment