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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css

Issue 2654483004: [DevTools] Provide a way to delete Indexed DBs (Closed)
Patch Set: Better use of UI.ReportView Created 3 years, 11 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/ui/inspectorCommon.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
index b7b1dc6eb56419b3c6324ff5710bb344d70a6587..bc7cabf2a8ce963d2bd13468e03ac8822f3708fa 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
@@ -87,7 +87,7 @@ iframe.fill {
.vbox {
display: flex;
flex-direction: column !important;
- position: relative;
+ /* position: relative; */
pfeldman 2017/01/25 20:02:45 don't land commented code. Also, this is a big cha
eostroukhov 2017/01/25 20:20:03 Nice catch! I did this for testing and absolutely
}
.view-container > .toolbar {

Powered by Google App Engine
This is Rietveld 408576698