How can I override a Button (bootstrap component) css for when hovering?
E.g.:
dbc.Button(“Name”,
style={
‘background-color’: ‘transparent’,
‘border-color’: ‘transparent’,
‘color’: ‘#000000’,
‘hover-background-color’: ‘#555555’
}),
7 posts - 3 participants







