File tree 2 files changed +5
-1
lines changed
components/src/modifiers/hds-code-editor/themes
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ const hdsDark = EditorView.theme(
44
44
} ,
45
45
'.cm-gutterElement.cm-activeLineGutter' : {
46
46
backgroundColor : HDS_CODE_EDITOR_COLOR_SURFACE_PRIMARY ,
47
- color : HDS_CODE_EDITOR_COLOR_FOREGROUND_HIGH_CONTRAST ,
48
47
} ,
49
48
'&:not(.cm-hasSelection).cm-focused .cm-gutterElement.cm-activeLineGutter' :
50
49
{
51
50
borderColor : HDS_CODE_BLOCK_LINE_HIGHLIGHT_BORDER ,
52
51
backgroundColor : HDS_CODE_BLOCK_LINE_HIGHLIGHT ,
52
+ color : HDS_CODE_EDITOR_COLOR_FOREGROUND_HIGH_CONTRAST ,
53
53
outline : `1px solid ${ HDS_CODE_BLOCK_LINE_HIGHLIGHT_BORDER } ` ,
54
54
} ,
55
55
'.cm-line' : {
Original file line number Diff line number Diff line change 1
1
2
2
// Do not edit directly, this file was auto-generated.
3
3
4
+ $token-border-radius-x-small : 3px ;
5
+ $token-border-radius-small : 5px ;
6
+ $token-border-radius-medium : 6px ;
7
+ $token-border-radius-large : 8px ;
4
8
$token-color-palette-blue-500 : #1c345f ;
5
9
$token-color-palette-blue-400 : #0046d1 ;
6
10
$token-color-palette-blue-300 : #0c56e9 ;
You can’t perform that action at this time.
0 commit comments