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

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

Issue 989673002: Fix the disabled attribute in cr-dropdown-menu: s/reflected/reflect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disabled opacity -> 0.33 Created 5 years, 9 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
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css
diff --git a/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css b/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css
index b98908372f1e11bdcd8078927926e8a842060742..f867d0444ad82b2044dce1c15830c7e4cda4c348 100644
--- a/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css
+++ b/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.css
@@ -5,3 +5,7 @@
:host {
display: inline-flex;
}
+
+:host([disabled]) {
+ opacity: .33;
+}
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698