Skip to content

Commit

Permalink
Use a box shadow for focus on headings instead of an outline
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiriVulpes committed Jan 9, 2025
1 parent d9b0cb1 commit 1c493ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/component/core/heading.chiri
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
margin-left: -0.05em
min-width: 3em

::focus:
%outline-none
%box-shadow-border-outline
%border-radius-1

.heading:
#after: .button

Expand Down

0 comments on commit 1c493ed

Please sign in to comment.