diff --git a/css/_atlaskit_overrides.scss b/css/_atlaskit_overrides.scss index 087f0420e..ddf52fb65 100644 --- a/css/_atlaskit_overrides.scss +++ b/css/_atlaskit_overrides.scss @@ -28,3 +28,11 @@ border: 1px solid #455166; } } + +/** + * Override @atlaskit/theme styling for the top toolbar so it displays over + * the video thumbnail while obscuring as little as possible. + */ +.videocontainer .tOoji { + background: none; +} diff --git a/css/_videolayout_default.scss b/css/_videolayout_default.scss index e3ee1818e..3864ebba4 100644 --- a/css/_videolayout_default.scss +++ b/css/_videolayout_default.scss @@ -80,15 +80,6 @@ float: left; pointer-events: all; } - - /** - * Need to overwrite the background for the top toolbar dark theme div - * wrapper needed before we're able to move all top toolbar indicators - * creation to react. - */ - .sc-ifAKCX { - background: none; - } } &__toolbar {