Skip to content

Commit

Permalink
[#1268] Added style for disabled document upload button
Browse files Browse the repository at this point in the history
  • Loading branch information
vaszig committed Mar 28, 2023
1 parent 8c29141 commit 0435f72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/open_inwoner/scss/components/Cases/Cases.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.cases {
margin-top: var(--spacing-giant);
}

#document-upload .button[type='submit']:disabled {
border-color: var(--color-gray) !important;
color: var(--color-gray-light);
pointer-events: none;
cursor: default;
}

0 comments on commit 0435f72

Please sign in to comment.