Skip to content

Commit

Permalink
feat(core): always underline preset filename to enhance discoverability
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortyseven committed Oct 16, 2024
1 parent 789e6a5 commit 3704381
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/TabPages/Presets/PresetFilename.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
color: var(--accent-color-lighter3);
cursor: text;
user-select: none;
&:hover {
text-decoration: underline;
}
text-decoration: underline;
}
input {
padding: 0 0.2em;
Expand Down

0 comments on commit 3704381

Please sign in to comment.