Merge pull request #12104 from KDSBrowne/bbb-11970
Fix Focus Outline Clipping Buttons In Firefox
This commit is contained in:
commit
a307c28d79
@ -107,9 +107,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:-moz-focusring {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus,
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
@ -120,6 +118,12 @@
|
|||||||
outline-style: solid;
|
outline-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:-moz-focusring {
|
||||||
|
outline-color: transparent;
|
||||||
|
outline-offset: var(--border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
&:focus {
|
&:focus {
|
||||||
span:first-of-type::before {
|
span:first-of-type::before {
|
||||||
|
Loading…
Reference in New Issue
Block a user