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

Unified Diff: ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css

Issue 917893004: Add a <cr-dropdown-menu> custom element to cr_elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@paperdropdown
Patch Set: Add a valid license header to the css Created 5 years, 10 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_dropdown_menu/cr_dropdown_menu.css
diff --git a/ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css b/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css
similarity index 87%
copy from ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css
copy to ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css
index 204e397c466ba411b87b0a6b69a838c653041545..b98908372f1e11bdcd8078927926e8a842060742 100644
--- a/ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css
+++ b/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css
@@ -3,5 +3,5 @@
* found in the LICENSE file. */
:host {
- display: inline-block;
+ display: inline-flex;
}

Powered by Google App Engine
This is Rietveld 408576698