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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css

Issue 2166603002: DevTools: roll CodeMirror (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add cm_modes and multiplex.js Created 4 years, 5 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/sources/sourcesView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
index d7996c40a29fd9fe260544f41db7f359382699cb..a4a831f68c3e647c2db80c12e47e698b2007eb22 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css
@@ -111,7 +111,7 @@
border-left: 4px solid hsla(144, 55%, 37%, 1);
}
-.diff-entry-insert .CodeMirror-gutter-wrapper {
+.diff-entry-insert .CodeMirror-gutter-background {
background-color: hsla(144,55%,49%,.2);
}
@@ -119,7 +119,7 @@
border-left: 4px solid #9C27B0;
}
-.diff-entry-modify .CodeMirror-gutter-wrapper {
+.diff-entry-modify .CodeMirror-gutter-background {
background-color: rgba(186,104,200,0.2);
}
@@ -130,12 +130,12 @@
border-bottom: 6px solid transparent;
border-left: 6px solid #D32F2F;
position: relative;
- top: 7px;
+ top: 6px;
cursor: pointer;
left: 0px;
}
-.diff-entry-delete .CodeMirror-gutter-wrapper {
+.diff-entry-delete .CodeMirror-gutter-background {
border-bottom: 2px solid #D32F2F;
}

Powered by Google App Engine
This is Rietveld 408576698