Skip to content

Commit cfedea6

Browse files
committed
Merge branch 'dev' of https://github.com/pattern-lab/patternlab-node into dev
2 parents ed4f8dd + f6ff240 commit cfedea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/css/scss/base/_forms.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ input[type="search"]::-webkit-search-decoration {
111111
}
112112

113113
/* Validation */
114-
.has-error {
114+
.is-error {
115115
border-color: $error;
116116
}
117117
.is-valid {
@@ -135,4 +135,4 @@ input[type="search"]::-webkit-search-decoration {
135135
border: 0;
136136
border-left: 1px solid $gray;
137137
color: $gray;
138-
}
138+
}

0 commit comments

Comments
 (0)