Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: ui/webui/resources/cr_elements/cr_shared_menu/cr_shared_menu.html

Issue 2359353002: MD Settings: Polish for Languages main page (Closed)
Patch Set: fix unintentional cr-shared-menu revert from rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698