Skip to content

Commit

Permalink
#716: increase opacity of submit form button when state hover or focus
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanStrehlerCGI committed Oct 23, 2023
1 parent 69ef573 commit a9c033d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ export default class AppJsonForm extends Vue {

<style scoped>
.form-submit-button:focus, .form-submit-button:hover {
opacity: 0.6; // first fix for increasing contrast. User feedback is required
opacity: 0.6; /* first fix for increasing contrast. User feedback is required */
}
</style>

0 comments on commit a9c033d

Please sign in to comment.