Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove spurious styles definition, leftover copy&paste artifact #504

Merged
merged 1 commit into from Feb 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 0 additions & 12 deletions deform/templates/selectize.pt
Expand Up @@ -9,18 +9,6 @@
autofocus autofocus|field.autofocus"
tal:omit-tag="">

<style>

.select2-selection.form-control {
padding: 0px 0px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
border: 1px solid #ccc;
}

</style>
<input type="hidden" name="__start__" value="${name}:sequence"
tal:condition="multiple" />

Expand Down