aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorTheme.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/EditorTheme.ts')
-rw-r--r--subprojects/frontend/src/editor/EditorTheme.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/subprojects/frontend/src/editor/EditorTheme.ts b/subprojects/frontend/src/editor/EditorTheme.ts
index fe5ba58e..d8680070 100644
--- a/subprojects/frontend/src/editor/EditorTheme.ts
+++ b/subprojects/frontend/src/editor/EditorTheme.ts
@@ -95,7 +95,8 @@ export default styled('div', {
95 fontStyle: 'italic', 95 fontStyle: 'italic',
96 }, 96 },
97 '.tok-problem-containment': { 97 '.tok-problem-containment': {
98 fontWeight: 700, 98 fontWeight: theme.typography.fontWeightBold,
99 textDecorationSkipInk: 'none',
99 }, 100 },
100 '.tok-problem-error': { 101 '.tok-problem-error': {
101 '&, & .tok-typeName': { 102 '&, & .tok-typeName': {
@@ -278,7 +279,7 @@ export default styled('div', {
278 '&[aria-selected="true"]': { 279 '&[aria-selected="true"]': {
279 color: theme.palette.text.primary, 280 color: theme.palette.text.primary,
280 background: 'transparent', 281 background: 'transparent',
281 fontWeight: 700, 282 fontWeight: theme.typography.fontWeightMedium,
282 }, 283 },
283 ':hover': { 284 ':hover': {
284 background: alpha( 285 background: alpha(