Skip to content

Commit

Permalink
Merge pull request #43 from zendesk/andre/multiselect_styling
Browse files Browse the repository at this point in the history
Add multiselect styling
  • Loading branch information
augustocravosilva authored Jul 27, 2018
2 parents 0b232d3 + 6492c02 commit 31bc10e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Copenhagen",
"author": "Zendesk",
"version": "1.3.0",
"version": "1.4.0",
"api_version": 1,
"default_locale": "en-us",
"settings": [{
Expand Down
6 changes: 6 additions & 0 deletions styles/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
}
}

.form-field .hc-multiselect-toggle:focus {
outline: none;
border: 1px solid $brand_color;
text-decoration: none;
}

.form-field textarea {
vertical-align: middle;
}
Expand Down

0 comments on commit 31bc10e

Please sign in to comment.