Skip to content

Commit

Permalink
A much simpler button CSS reset
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 6, 2024
1 parent ea2bcf1 commit 791f4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions frontend/styles/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@
}

button {
padding: 0;
overflow: visible;
border: 0;
font: inherit;
-webkit-font-smoothing: inherit;
letter-spacing: inherit;
color: inherit;
background: none;
all: unset;
cursor: pointer;
appearance: none;
}

.button {
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ click==8.1.7
django==5.1b1
django-authlib==0.16.6
django-canonical-domain==0.9.2
django-debug-toolbar==4.4.3
django-debug-toolbar==4.4.5
django-ratelimit==4.1.0
granian==1.4.4
idna==3.7
Expand Down

0 comments on commit 791f4fc

Please sign in to comment.