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

Unified Diff: lib/runtime/messages.css

Issue 1419953002: Fix the error message widget (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebase Created 5 years, 2 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 | « no previous file | lib/runtime/messages_widget.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/messages.css
diff --git a/lib/runtime/messages.css b/lib/runtime/messages.css
index 0f99a9017823e56bd0523917b92847c8349142d1..d2f8d08796dd65a41e29d4eb7ef51d9d4bc751a5 100644
--- a/lib/runtime/messages.css
+++ b/lib/runtime/messages.css
@@ -27,7 +27,7 @@
.dev-compiler-messages .warning {
color: orange;
}
-.dev-compiler-messages .severe {
+.dev-compiler-messages .error {
color: red;
}
.dev-compiler-messages div.text {
« no previous file with comments | « no previous file | lib/runtime/messages_widget.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698