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

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

Issue 102003006: Make pause-on-exceptions toggle/tri-state button. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comment Created 6 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
« no previous file with comments | « Source/devtools/front_end/StatusBarButton.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/sourcesPanel.css
diff --git a/Source/devtools/front_end/sourcesPanel.css b/Source/devtools/front_end/sourcesPanel.css
index f427df1961a1b85c5da9e77bb234a7f20910be93..30b3e8dbee2542d8d0e0a58539b1c74c055eb131 100644
--- a/Source/devtools/front_end/sourcesPanel.css
+++ b/Source/devtools/front_end/sourcesPanel.css
@@ -31,11 +31,11 @@
-webkit-mask-position: -256px 0;
}
-.scripts-pause-on-exceptions-status-bar-item.toggled-all .glyph {
+.scripts-pause-on-exceptions-status-bar-item.toggled-uncaught .glyph {
background-color: rgb(66, 129, 235);
}
-.scripts-pause-on-exceptions-status-bar-item.toggled-uncaught .glyph {
+.scripts-pause-on-exceptions-status-bar-item.toggled-all .glyph {
background-color: purple;
}
« no previous file with comments | « Source/devtools/front_end/StatusBarButton.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698