mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Blocks: fix mouseover
This commit is contained in:
@@ -143,7 +143,7 @@ function RenderCodeImpl(props: RenderCodeImplProps) {
|
||||
'[data-joy-color-scheme="dark"] &': (renderPlantUML || renderMermaid) ? { backgroundColor: 'neutral.500' } : {},
|
||||
|
||||
// fade in children buttons
|
||||
[`&:hover > ${overlayButtonsClassName}`]: overlayButtonsActiveSx,
|
||||
[`&:hover > .${overlayButtonsClassName}`]: overlayButtonsActiveSx,
|
||||
|
||||
// lots more style, incl font, background, embossing, radius, etc.
|
||||
...props.sx,
|
||||
|
||||
Reference in New Issue
Block a user