Commit 0f0b8fe4 authored by Ahmed Awan's avatar Ahmed Awan
Browse files

change multiselect current option highlight to `success` from `danger`

parent 2b29c666
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
        }

        &.multiselect__option--highlight {
            background: $brand-danger;
            background: $brand-success;

            &::after {
                background: unset;