Browse Source

fix(filmstrip-only): override Atlaskit background for transparency

master
Leonard Kim 7 years ago
parent
commit
0cd32c8155
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      css/_base.scss

+ 10
- 0
css/_base.scss View File

@@ -28,6 +28,16 @@ body {
28 28
     }
29 29
 }
30 30
 
31
+/**
32
+ * AtlasKitThemeProvider sets a background color on an app-wrapping div, thereby
33
+ * preventing transparency in filmstrip-only mode. The selector chosen to
34
+ * override this behavior is specific to where the AtlasKitThemeProvider might
35
+ * be placed within the app hierarchy.
36
+ */
37
+.filmstrip-only #react > .ckAJgx {
38
+    background: transparent;
39
+}
40
+
31 41
 p {
32 42
     margin: 0;
33 43
 }

Loading…
Cancel
Save