File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -523,7 +523,8 @@ $subsection-base-color: grey;
523523 --color-code-gdscript-stringname : #{$color-code-gdscript-stringname--dark } ;
524524 }
525525
526- .highlight {
526+ code .highlight ,
527+ .code-highlight {
527528 $_padding : 5px ;
528529
529530 background-color : color-mix (
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ subsection: gdscript
55rank : 0
66importance : 2
77anchor : " export-tool-button-annotation"
8- title : " <span class='highlight gdscript-annotation'>@export_tool_button</span> annotation"
8+ title : " <span class='code- highlight gdscript-annotation'>@export_tool_button</span> annotation"
99blockquote : " On the button"
1010text : |
1111 The tool developers amongst you asked and our contributors delivered:
1212
13- You can now create buttons in the inspector from <span class='highlight gdscript-annotation'>@tool</span> scripts.
13+ You can now create buttons in the inspector from <span class='code- highlight gdscript-annotation'>@tool</span> scripts.
1414contributors :
1515 - name : jordi
1616 github : jordi-star
You can’t perform that action at this time.
0 commit comments