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

Unified Diff: Source/devtools/front_end/inspector.css

Issue 201293007: DevTools: Remove step into selection experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 9 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 | « Source/devtools/front_end/SourcesPanel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspector.css
diff --git a/Source/devtools/front_end/inspector.css b/Source/devtools/front_end/inspector.css
index 0052ad58382b40c4b5f307ca28d56c2933ca41de..5bc114cd8cc742c45812c58f87fbbba158f99927 100644
--- a/Source/devtools/front_end/inspector.css
+++ b/Source/devtools/front_end/inspector.css
@@ -2297,17 +2297,6 @@ body.inactive .sidebar-tree-item.selected {
background-color: rgb(255, 255, 194);
}
-.source-frame-stepin-mark {
- cursor: pointer;
- text-decoration: underline;
-}
-
-.source-frame-stepin-mark-highlighted {
- font-weight: 800;
- cursor: pointer;
- text-decoration: underline;
-}
-
.workers-list {
list-style: none;
margin: 0;
« no previous file with comments | « Source/devtools/front_end/SourcesPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698