Skip to content

Commit

Permalink
Hide empty option in choice field
Browse files Browse the repository at this point in the history
Closes #382
  • Loading branch information
fzaninotto committed Apr 30, 2015
1 parent b39f019 commit 74a841c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sass/ng-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@ div.bottom-loader {
}
}

/**
* Fields
*/
ma-choice-field select option:empty {
display:none;
}

/**
* Edition form
*/
Expand Down

0 comments on commit 74a841c

Please sign in to comment.