Change styling on hover semantic-ui-react components
问题 if I set up a className for certain components like <Segment className="Change" color='blue' inverted></Segment> and in my css I use .Change:hover{ background-color: black; //or any other change on hover } nothing is overriden on the hover. I have also noticed there are many other components that refuse changes of mine, seemingly randomly. One semantic component will let me change a width the next will not. Is the cause from the same issue? How do I override the color on a hover? 回答1: After