diff --git a/core/static/core/components/ajax-select.scss b/core/static/core/components/ajax-select.scss index 404d4499..9d34424f 100644 --- a/core/static/core/components/ajax-select.scss +++ b/core/static/core/components/ajax-select.scss @@ -25,7 +25,6 @@ } .ts-wrapper.multi .ts-control { - [data-value], [data-value].active { background-image: none; @@ -42,4 +41,11 @@ text-shadow: none; box-shadow: none; } +} + +.ts-dropdown { + .option.active { + background-color: #e5eafa; + color: inherit; + } } \ No newline at end of file