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

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

Issue 2780223004: MD Bookmarks: Implement dialog to add new folders/bookmarks (Closed)
Patch Set: Rebase Created 3 years, 8 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 | « chrome/test/data/webui/md_bookmarks/edit_dialog_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
diff --git a/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html b/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
index 68caf2c7bf3019a4ccb6bfaf1a91319e0126c59b..415668410f671ea6a16f7ae7ee0b4feae8184cd0 100644
--- a/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
+++ b/ui/webui/resources/cr_elements/cr_action_menu/cr_action_menu.html
@@ -8,6 +8,7 @@
background-color: white;
border: none;
box-shadow: 0 2px 6px var(--paper-grey-500);
+ color: inherit;
margin: 0;
outline: none;
padding: 8px 0;
@@ -21,7 +22,7 @@
background: none;
border: none;
box-sizing: border-box;
- color: var(--paper-grey-800);
+ color: inherit;
font: inherit;
min-height: 32px;
padding: 0 24px;
@@ -34,6 +35,10 @@
display: flex;
}
+ :host ::content .dropdown-item[disabled] {
+ opacity: 0.65;
+ }
+
:host ::content .dropdown-item:not([disabled]) {
@apply(--cr-actionable);
}
« no previous file with comments | « chrome/test/data/webui/md_bookmarks/edit_dialog_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698