Skip to content

Commit

Permalink
Forms: Remove drop shadow on input component
Browse files Browse the repository at this point in the history
Closes #65.
  • Loading branch information
dennisreimann committed Feb 28, 2024
1 parent 50fd6ef commit e900512
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/bootstrap/_customizations.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
.form-select,
.form-control {
box-shadow: $box-shadow;
}

.form-check-input {
box-shadow: $box-shadow-sm;
transition: $input-transition;
}

Expand Down
6 changes: 0 additions & 6 deletions src/static/styles/btcpayserver-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -12108,13 +12108,7 @@ fieldset:disabled .btn {
}
}

.form-select,
.form-control {
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.form-check-input {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

Expand Down

0 comments on commit e900512

Please sign in to comment.