Merge pull request #5938 from edx/alasdair/logistration-setvalidity-fix
ECOM-369 Reunited the missing line with the rest of the page elements an...
This commit is contained in:
@@ -168,7 +168,9 @@ var edx = edx || {};
|
||||
|
||||
// Removes the default HTML5 validation pop-up
|
||||
removeDefault: function( $el ) {
|
||||
$el.setCustomValidity(' ');
|
||||
if ( $el.setCustomValidity ) {
|
||||
$el.setCustomValidity(' ');
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
@include span-columns(4);
|
||||
padding: 25px 10px;
|
||||
|
||||
&:first-of-type {
|
||||
&:nth-of-type(2) {
|
||||
border-bottom: 1px solid $gray-l4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user