Index: ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html |
diff --git a/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html b/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html |
index 6522f7291bf8c115db458112719d04dc7d8a4161..d076be41310375eaf5a8169cf4523cdd51831393 100644 |
--- a/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html |
+++ b/ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html |
@@ -18,6 +18,8 @@ |
overflow: hidden; |
padding: 8px 0; |
position: relative; |
+ |
+ @apply(--cr-shared-menu); |
Dan Beam
2016/09/23 23:25:42
can you just use a var() instead of an @apply() if
michaelpg
2016/09/28 23:24:29
Done.
|
} |
</style> |
<iron-dropdown id="dropdown" allow-outside-scroll restore-focus-on-close |