Skip to content

Commit

Permalink
Show invalid state.
Browse files Browse the repository at this point in the history
  • Loading branch information
akisvolanis committed May 21, 2017
1 parent dec9a81 commit 40641b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/simple-ng-tags/simple-ng-tags.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
cursor: text;
box-sizing: border-box;
font-family: Sans-Serif;

&.ng-invalid {
background-color: rgba(169, 68, 66, .2);
}
}

* {
Expand Down Expand Up @@ -56,6 +60,7 @@ input {
font-size: 14px;
flex: 1 0 50px;
border: none;
background: transparent;
margin: 2px 6px !important;
}

Expand Down

0 comments on commit 40641b8

Please sign in to comment.