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

Unified Diff: third_party/WebKit/Source/devtools/front_end/devices/devicesView.css

Issue 2912563003: DevTools: cleanup button styles (Closed)
Patch Set: a Created 3 years, 7 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: third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
index 1fec4e680f82338da8dc9e6a2be8d5d8cbbf9a28..d8fc482b3f3f0abc66a4a63b64b4ddd99a032fa2 100644
--- a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
+++ b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
@@ -352,6 +352,10 @@
word-break: break-all;
}
+.device-inspect-button {
+ flex: none;
+}
luoe 2017/05/26 23:41:06 Without this, you can get the button to shrink.
pfeldman 2017/05/30 21:18:17 It should be done for all buttons thought, no?
luoe 2017/05/30 22:39:45 Yes! Done.
+
.device-view-more {
cursor: pointer;
text-decoration: underline;

Powered by Google App Engine
This is Rietveld 408576698