Skip to content

Commit

Permalink
Prevents VP text from highlighting when changing
Browse files Browse the repository at this point in the history
  • Loading branch information
scottTomaszewski committed Sep 29, 2024
1 parent 2416491 commit 78dae98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Next

- Prevents VP text from highlighting when changing

## 1.3.0

- Add ability to reset the encounter
Expand Down
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,10 @@ code.dsa {
background-color: var(--code-background);
}

.vp-text {
user-select: none;
}

/* Enemy Group Container */

.enemy-group-container {
Expand Down

0 comments on commit 78dae98

Please sign in to comment.