I am trying to change the background color of a select drop down when disabled.
I was testing with: .ant-select-disabled .ant-select-selection{background-color: red}
with no luck.
For example, on regular inputs I got it to work: .ant-input:disabled{background-color: red}
This is for VueJS