Browse Source

HUE-8180 [frontend] Remove global invalid input CSS

Enrico Berti 7 years ago
parent
commit
63a039fd46
1 changed files with 0 additions and 12 deletions
  1. 0 12
      desktop/core/src/desktop/static/desktop/css/hue3.css

+ 0 - 12
desktop/core/src/desktop/static/desktop/css/hue3.css

@@ -1320,18 +1320,6 @@ body {
   text-decoration: none;
 }
 
-input:invalid,textarea:invalid,select:invalid {
-  color: #b94a48;
-  border-color: #ee5f5b
-}
-
-input:invalid:focus,textarea:invalid:focus,select:invalid:focus {
-  border-color: #e9322d;
-  -webkit-box-shadow: 0 0 6px #f8b9b7;
-  -moz-box-shadow: 0 0 6px #f8b9b7;
-  box-shadow: 0 0 6px #f8b9b7
-}
-
 .uploadstatus {
   border: 1px solid #d8d8d8;
   border-bottom: none;