Commit a6623357 by Torkel Ödegaard

ux(): minor tweak to validation state

parent c6a1076e
......@@ -143,21 +143,6 @@ input[type="checkbox"][readonly] {
background-color: transparent;
}
// HTML5 invalid states
// Shares styles with the .control-group.error above
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
color: #b94a48;
border-color: #ee5f5b;
&:focus {
border-color: darken(#ee5f5b, 10%);
$shadow: 0 0 6px lighten(#ee5f5b, 20%);
@include box-shadow($shadow);
}
}
input[type=text].input-fluid {
width: 100%;
box-sizing: border-box;
......
input[type=text].ng-dirty.ng-invalid {
box-shadow: inset 0 0px 7px $red;
}
input.ng-dirty.ng-invalid {
color: $errorText;
box-shadow: inset 0 0px 5px $red;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment