Merge pull request #34100 from overleaf/mg-fix-style

Stop inherited color overriding active list group item colour

GitOrigin-RevId: 7e36c2129661b4582658a5ccd9edfb15f12e701c
This commit is contained in:
Malik Glossop
2026-06-01 08:04:52 +00:00
committed by Copybot
parent 10ef1d0f34
commit 54e122610e
@@ -102,11 +102,9 @@ const toolbarTheme = EditorView.theme({
background: 'none',
'&.active': {
backgroundColor: 'rgba(125, 125, 125, 0.1)',
color: 'inherit',
},
'&:hover, &:focus': {
backgroundColor: 'rgba(125, 125, 125, 0.2)',
color: 'inherit',
},
'&.ol-cm-section-heading-menu-item': {
border: 'none',