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

Unified Diff: remoting/webapp/window_frame.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
Index: remoting/webapp/window_frame.css
diff --git a/remoting/webapp/window_frame.css b/remoting/webapp/window_frame.css
index 838d5c64c6f0b28d6405b573f6ae943eebb8d46e..8284921138288a679576eca56705b25edf9859c9 100644
--- a/remoting/webapp/window_frame.css
+++ b/remoting/webapp/window_frame.css
@@ -36,10 +36,13 @@ html.apps-v2 body:not(.fullscreen) {
padding-__MSG_@@bidi_start_edge__: 12px;
width: 100%;
display: inline-block;
- -webkit-app-region: drag;
flex: 1;
}
+.title-bar:not(.menu-opened) .window-title {
+ -webkit-app-region: drag;
+}
+
.window-control {
width: 32px;
height: 32px;
« remoting/webapp/menu_button.js ('K') | « remoting/webapp/unittests/menu_button_unittest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698