strasbourg-2018: hide select2 dropdown arrow (#43433)

This commit is contained in:
Frédéric Péters 2020-05-29 13:48:26 +02:00
parent e10d913eeb
commit 93ba626b83
1 changed files with 4 additions and 0 deletions

View File

@ -1482,3 +1482,7 @@ section.layout-demarche div.cell-items-pagination {
}
}
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
display: none;
}