Skip to content

Commit

Permalink
fix: blue border on disabled buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jan 16, 2024
1 parent 2dcafcf commit 8f0be1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ button:not(.native-button),
}

&:disabled {
border-color: #7c7c7c;
background: #7c7c7c;
cursor: not-allowed;
}
Expand Down

0 comments on commit 8f0be1f

Please sign in to comment.