From e86c435349fd68ece54c5e31b834a3848387c933 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 24 Aug 2011 21:50:12 -0700 Subject: refactor(bindings): remove the decoration of the DOM with errors. Only $exceptionHandler gets notified now. --- css/angular.css | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'css') diff --git a/css/angular.css b/css/angular.css index aadd0a31..89519da6 100644 --- a/css/angular.css +++ b/css/angular.css @@ -8,17 +8,6 @@ color: red; } -.ng-exception { - border: 2px solid #FF0000; - font-family: "Courier New", Courier, monospace; - font-size: smaller; - white-space: pre; -} - -.ng-validation-error { - border: 2px solid #FF0000; -} - /***************** * indicators *****************/ -- cgit v1.2.3