Commit add040eb authored by Ahmed Awan's avatar Ahmed Awan
Browse files

change multiselect current option highlight to darkened secondary

parent 0f0b8fe4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
        }

        &.multiselect__option--highlight {
            background: $brand-success;
            background: darken($brand-secondary, 40%);

            &::after {
                background: unset;