Hi, I want to do UI Toolkit Editor Window
from pure code without USS/Style sheets/UXML/other wierd things. I simply prefer code.
How do I access in Code the uss hover property ?
.quicktool-button-icon:hover {
opacity: 1;
}
I can’t find these psudo classes, in code.
any help appreciated