diff --git a/bigbluebutton-html5/imports/ui/components/audio/permissions-overlay/styles.scss b/bigbluebutton-html5/imports/ui/components/audio/permissions-overlay/styles.scss index 0267c58b46da4d08b5b743395779df9841aceb10..0f7210e17bef3019bdf630d68253f1e90a483b49 100644 --- a/bigbluebutton-html5/imports/ui/components/audio/permissions-overlay/styles.scss +++ b/bigbluebutton-html5/imports/ui/components/audio/permissions-overlay/styles.scss @@ -1,6 +1,4 @@ :root { - --position-left-edge: 60%; - --position-bottom-edge: 5%; --position-top-firefox: 8em; --position-left-firefox: 22em; --position-top-chrome: 5.5em; @@ -8,8 +6,6 @@ --position-top-safari: 150px; --arrow-top: -65px; --arrow-left: -20px; - --arrow-top-edge: -2.5rem; - --arrow-left-edge: -21rem; --rtl-hint-top: 15rem; } @@ -33,21 +29,6 @@ animation: bounce 2s infinite; } } - - :global(.browser-edge) &:after { - top: var(--arrow-top-edge); - left: var(--arrow-left-edge); - right: auto; - font-size: 20px; - :global(.animationsEnabled) & { - animation: bounceRotate 2s infinite; - } - - [dir="rtl"] & { - left: auto; - right: var(--arrow-left-edge); - } - } } @mixin useRTLPosition() { @@ -57,16 +38,6 @@ } @mixin positionHint() { - :global(.browser-edge) & { - left: var(--position-left-edge); - right: auto; - bottom: var(--position-bottom-edge); - - [dir="rtl"] & { - left: auto; - right: var(--position-left-edge); - } - } :global(.browser-firefox) & { top: var(--position-top-firefox); left: var(--position-left-firefox); diff --git a/bigbluebutton-html5/imports/ui/stylesheets/mixins/_scrollable.scss b/bigbluebutton-html5/imports/ui/stylesheets/mixins/_scrollable.scss index 31a9aa9ac37ee0d957b86627fed2f36aeedb9bf2..3f737a97bed574a215e6c4f5a3c9c5a6237314e7 100644 --- a/bigbluebutton-html5/imports/ui/stylesheets/mixins/_scrollable.scss +++ b/bigbluebutton-html5/imports/ui/stylesheets/mixins/_scrollable.scss @@ -12,10 +12,6 @@ background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px; background-attachment: local, local, scroll, scroll; - :global(.browser-edge) & { - background: none; - } - // Fancy scroll &::-webkit-scrollbar { width: 5px;