forked from ZenBrowserMirrors/zen-desktop
11 lines
582 B
C++
11 lines
582 B
C++
diff --git a/browser/components/newtab/content-src/components/CustomizeMenu/_CustomizeMenu.scss b/browser/components/newtab/content-src/components/CustomizeMenu/_CustomizeMenu.scss
|
|
index f534b8701b79fe3f0045c7b10f0db8ab5bbf5e8a..faf92fd8884b1f5d96a049ccdbd5e30ba2fca30a 100644
|
|
--- a/browser/components/newtab/content-src/components/CustomizeMenu/_CustomizeMenu.scss
|
|
+++ b/browser/components/newtab/content-src/components/CustomizeMenu/_CustomizeMenu.scss
|
|
@@ -242,3 +242,5 @@
|
|
outline: 0;
|
|
box-shadow: $shadow-focus;
|
|
}
|
|
+
|
|
+@import 'zenNewTabGlobals';
|
|
\ No newline at end of file
|