I'm using Bootstrap Vue plugin - https://bootstrap-vue.js.org/
I need to change dropdown menu default background when someone select value from dropdown like this.
But this is the problem. When someone click dropdown, They toggle "show" class in dropwdown wrapper. No any class new class for red color highlighted div.
I tried to style .dropdown-toggle class but it overrides default style only. Any solution?
.dropdown-toggle{
background-color: #FF5722;
border-color: #FF5722;
}



.show>.btn-secondary.dropdown-toggle {background-color: #FF5722}make sure your custom css is loaded after the buttons.scss file style