diff --git a/bigbluebutton-html5/imports/ui/components/button/styles.scss b/bigbluebutton-html5/imports/ui/components/button/styles.scss
index 3bb841646c32c8ed32fe3bb0a92dc8352cc6e407..ce751faeaaa5c92a84a198144370423ccce175fb 100755
--- a/bigbluebutton-html5/imports/ui/components/button/styles.scss
+++ b/bigbluebutton-html5/imports/ui/components/button/styles.scss
@@ -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 {