'How to disable highlight when input is disabled

I tried this way. but it's not working. I am using antd UI library

.copy-item-input .ant-input[disabled] {
  cursor: pointer !important;
  user-select: none;


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source