fix(cc-dark-theme): adapt new report dialog

The new report dialog appeared with a light theme and its background
made some flashes.

This CL fixes the theme mismatch by forcing the dialog theme to match
the one set in the CC, and it also fixes the background flashes.

Fixed: twpowertools:197
Change-Id: Ia3aa4d179a8f08584a7fbfa66d58156779254e57
diff --git a/src/ccDarkTheme/components/dialogs/_index.scss b/src/ccDarkTheme/components/dialogs/_index.scss
index 59f8798..3ec7a09 100644
--- a/src/ccDarkTheme/components/dialogs/_index.scss
+++ b/src/ccDarkTheme/components/dialogs/_index.scss
@@ -2,3 +2,4 @@
 @forward 'private-message';
 @forward 'keyboard-shortcuts';
 @forward 'bug-case-links';
+@forward 'report';