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

This commit is contained in:
Leonard Kim
2018-04-06 09:19:32 -07:00
committed by Дамян Минков
parent 45adf3e26a
commit 0cd32c8155

View File

@@ -28,6 +28,16 @@ body {
}
}
/**
* AtlasKitThemeProvider sets a background color on an app-wrapping div, thereby
* preventing transparency in filmstrip-only mode. The selector chosen to
* override this behavior is specific to where the AtlasKitThemeProvider might
* be placed within the app hierarchy.
*/
.filmstrip-only #react > .ckAJgx {
background: transparent;
}
p {
margin: 0;
}