How do I change those selectors from python? For example, this doesn’t seem to work:
html.Button(
“Name”,
style={
‘background-color’: ‘transparent’,
‘border-color’: ‘transparent’,
‘color’: ‘#000000’,
‘:hover': {'background-color’: ‘#ff1100’}
})
this is a more general question, following up from: Button (and other components) override css for hover