- Timestamp:
- 12/13/2017 10:50:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_forms.scss
r11757 r11775 94 94 } 95 95 96 // Manage browser pseudo class validation states 96 // Manage browser pseudo class validation states & static 'invalid' class 97 97 input, 98 98 textarea, … … 122 122 border-width: 1px; 123 123 } 124 } 125 126 // Class set when BP global signup errors exist. 127 // This needs to be stated after the pseudo :valid 128 // as technically the input has a valid value. 129 &.invalid[required] { 130 border-color: $warn; 124 131 } 125 132 }
Note: See TracChangeset
for help on using the changeset viewer.