aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorMisko Hevery2011-08-24 21:50:12 -0700
committerIgor Minar2011-10-11 10:53:07 -0700
commite86c435349fd68ece54c5e31b834a3848387c933 (patch)
tree14692f499bf0dd0a5db685ab888096deb1293b71 /css
parent1942861472a4cd8d2d72f2ed54ee2b63be5d68b8 (diff)
downloadangular.js-e86c435349fd68ece54c5e31b834a3848387c933.tar.bz2
refactor(bindings): remove the decoration of the DOM with errors.
Only $exceptionHandler gets notified now.
Diffstat (limited to 'css')
-rw-r--r--css/angular.css11
1 files changed, 0 insertions, 11 deletions
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
*****************/