Skip to content

Commit

Permalink
Add button:focus CSS styles to template Counter button (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
bamadesigner committed Apr 11, 2021
1 parent dfbe62b commit 59a1e06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-sloths-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

Add button:focus CSS styles to index page of default app
1 change: 1 addition & 0 deletions packages/create-svelte/template/src/lib/Counter.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-variant-numeric: tabular-nums;
}
button:focus,
button:hover {
border: 3px solid #ff3e00;
}
Expand Down

0 comments on commit 59a1e06

Please sign in to comment.