]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9180 Remove default highlighting of invalid inputs in FF (#2064)
authorStas Vilchik <stas-vilchik@users.noreply.github.com>
Fri, 12 May 2017 12:07:40 +0000 (14:07 +0200)
committerGitHub <noreply@github.com>
Fri, 12 May 2017 12:07:40 +0000 (14:07 +0200)
server/sonar-web/src/main/less/init/forms.less

index 2871f7e79087be2871ebf69b5ecfd4168c3a5510..8edf28c49d28f1b0de34d047c52b9714e6b4fec9 100644 (file)
@@ -47,6 +47,11 @@ select {
     outline: none;
   }
 
+  &:invalid {
+    box-shadow: none;
+    outline: none;
+  }
+
   &.invalid { border-color: @red; }
 }