Skip to content

Commit 81eec7e

Browse files
author
GlobalHive
committed
Merge branch 'highlight-css-fix' into development
2 parents 47f1c64 + e9b7820 commit 81eec7e

7 files changed

Lines changed: 439 additions & 135 deletions

File tree

docs/guide/css-theme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The default theme is defined in the `'@globalhive/vuejs-tour/dist/style.css'` fi
8585
position: absolute;
8686
}
8787

88-
[class*=vjt-highlight-] {
88+
[class*=vjt-highlight] {
8989
outline: 2px solid #0ea5e9;
9090
outline-offset: 4px;
9191
border-radius: 1px;
@@ -213,7 +213,7 @@ Here is an example of a light theme for the [New CSS File](#new-css-file) approa
213213
position: absolute;
214214
}
215215

216-
[class*=vjt-highlight-] {
216+
[class*=vjt-highlight] {
217217
outline: 2px solid #0ea5e9;
218218
outline-offset: 4px;
219219
border-radius: 1px;
@@ -344,4 +344,4 @@ $vjt__action_button_border: 1px solid rgb(15 23 42);
344344
</template>
345345
```
346346

347-
:::
347+
:::

0 commit comments

Comments
 (0)