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

Unified Diff: remoting/webapp/menu_button.css

Issue 592793003: Make pop-up menus more easily dismissable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comment and fixed unit tests. Created 6 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
« no previous file with comments | « no previous file | remoting/webapp/menu_button.js » ('j') | remoting/webapp/menu_button.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/menu_button.css
diff --git a/remoting/webapp/menu_button.css b/remoting/webapp/menu_button.css
index 9c7383a88763e646ae23b4e32e087d960d40c8b6..7f88f66b76b78af950a87b36d6e1f619d3329f7f 100644
--- a/remoting/webapp/menu_button.css
+++ b/remoting/webapp/menu_button.css
@@ -49,7 +49,7 @@ button.menu-button-activator.active {
outline: 1px solid rgba(0, 0, 0, 0.2);
padding: 0 0 6px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
- z-index: 1;
+ z-index: 2;
}
.menu-button li {
@@ -88,4 +88,13 @@ button.menu-button-activator.active {
#help-feedback-toolbar {
margin-left: 8px;
margin-top: 4px;
+}
+
+.menu-button-click-trap {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
}
« no previous file with comments | « no previous file | remoting/webapp/menu_button.js » ('j') | remoting/webapp/menu_button.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698