Explorar el Código

fix(thumbnail): re-override atlaskit theme for top toolbar

A CSS override prevents atlaskit theme from setting a
dark background on the top toolbar. With the upgrade
of the theme package the CSS class names changed.
master
Leonard Kim hace 6 años
padre
commit
50d3f46934
Se han modificado 2 ficheros con 8 adiciones y 9 borrados
  1. 8
    0
      css/_atlaskit_overrides.scss
  2. 0
    9
      css/_videolayout_default.scss

+ 8
- 0
css/_atlaskit_overrides.scss Ver fichero

@@ -28,3 +28,11 @@
28 28
         border: 1px solid #455166;
29 29
     }
30 30
 }
31
+
32
+/**
33
+ * Override @atlaskit/theme styling for the top toolbar so it displays over
34
+ * the video thumbnail while obscuring as little as possible.
35
+ */
36
+.videocontainer .tOoji {
37
+    background: none;
38
+}

+ 0
- 9
css/_videolayout_default.scss Ver fichero

@@ -80,15 +80,6 @@
80 80
             float: left;
81 81
             pointer-events: all;
82 82
         }
83
-
84
-        /**
85
-         * Need to overwrite the background for the top toolbar dark theme div
86
-         * wrapper needed before we're able to move all top toolbar indicators
87
-         * creation to react.
88
-         */
89
-        .sc-ifAKCX {
90
-            background: none;
91
-        }
92 83
     }
93 84
 
94 85
     &__toolbar {

Loading…
Cancelar
Guardar