Skip to content

Commit

Permalink
Version 0.0.109
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jun 11, 2024
1 parent 2f4743a commit 335a5eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@surfnet/sds",
"version": "0.0.108",
"version": "0.0.109",
"description": "SURF Design System for React",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down
4 changes: 4 additions & 0 deletions src/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
cursor: initial;
}

&:disabled {
cursor: default;
}

&.sds--btn--delete {
padding: 0;

Expand Down

0 comments on commit 335a5eb

Please sign in to comment.