Remove that awful double arrow on each select2 component

Already defined via `app/webpacker/css/admin/plugins/select2.scss`
This commit is contained in:
Jean-Baptiste Bellet
2023-01-06 09:21:51 +01:00
parent 35791034cc
commit 31dc35c500

View File

@@ -605,7 +605,6 @@ disabled look for disabled choices in the results dropdown
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
background-image: url('../images/select2x2.png') !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important;
}