aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_base.scss
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-09-06 13:19:33 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-09-09 08:06:52 +0100
commitee026b1e36f57d67044d00d822502c576d4c150c (patch)
treeb1b0d611b4394ec9922b366ec306ed758251c268 /web/cobrands/sass/_base.scss
parent15efdd9df65dff2340f364e17014e1afa1b449d6 (diff)
Tidy/remove some old validation code.
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r--web/cobrands/sass/_base.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 576538daa..d1fdec343 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -458,15 +458,6 @@ ul.error {
@include border-radius(0.25em);
}
-// don't display valid error boxes as now the page jump
-// won't be until the user submits, which is fine
-div.label-valid,
-p.label-valid {
- display:none !important;
- visibility: hidden;
-}
-
-
/*** LAYOUT ***/