Skip to content

Commit

Permalink
Merge branch 'release/v0.26.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Jan 6, 2025
2 parents cf09d16 + 0b64468 commit 70c278e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oui-kit",
"type": "module",
"version": "0.26.3",
"version": "0.26.4",
"author": {
"email": "[email protected]",
"name": "Dirk Holtwick",
Expand Down
6 changes: 6 additions & 0 deletions stylus/ui/form.styl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ oui-input-reset() {
border-style: none;
padding: 0;
}

&:disabled {
cursor: not-allowed;
}
}

oui-button-default() {
Expand Down Expand Up @@ -373,6 +377,8 @@ oui-switch() {
}

&:disabled {
cursor: not-allowed;

&:not(:checked) {
&:after {
opacity: 0.6;
Expand Down

0 comments on commit 70c278e

Please sign in to comment.