Blocks: fix mouseover

This commit is contained in:
Enrico Ros
2024-08-02 18:43:48 -07:00
parent bbe4e36bd5
commit eb575a2320
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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,