change colors on js-choices element

This commit is contained in:
Simon Vieille 2023-10-25 20:15:21 +02:00
parent a0027c0b69
commit 93a1e7811d
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 6 additions and 0 deletions

View file

@ -10,6 +10,7 @@
* remove twig in the mail notifier service
* change pills colors
* change border colors of inputs when focused
* change colors on js-choices element
### Fixed
* fix regression on crud sorting

View file

@ -82,6 +82,11 @@ body {
display: block;
}
.choices__inner, .is-focused .choices__inner, .is-open .choices__inner {
border: 1px solid map-get($theme-colors, 'dark-blue');
background: #fff;
}
.dropdown-toggle-hide-after {
&::after {
display: none;