Skip to content

Commit 95475c7

Browse files
committed
Revert the use of .highlight with code, but introduce .code-highlight
1 parent df2bbb4 commit 95475c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_sass/common/_release_style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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(

collections/_release_4_4/entry-scripting-gdscript-export-tool-button-annotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ subsection: gdscript
55
rank: 0
66
importance: 2
77
anchor: "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"
99
blockquote: "On the button"
1010
text: |
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.
1414
contributors:
1515
- name: jordi
1616
github: jordi-star

0 commit comments

Comments
 (0)