ITADN

changing class mosaic.split color not working on hover

#223OpenMrRainesE 创建于 2025-02-06
M
MrRainesEcommented
this works ``` .mosaic-split.-row { background-color: red; } ``` ![Image](https://github.com/user-attachments/assets/859686d1-e6cc-4060-a2dc-534e149fa643) but when i want to add this only by hover it doesn't work ``` .mosaic-split.-row :hover { background-color: red; } ``` ![Image](https://github.com/user-attachments/assets/e52c5d06-ead5-40bd-b788-efbe546d17ff)
0 条评论