Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/src/styles/bootstrap/bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@import '~bootstrap/scss/dropdown';
@import '~bootstrap/scss/button-group';
@import '~bootstrap/scss/input-group';
// @import "~bootstrap/scss/custom-forms";
@import '~bootstrap/scss/custom-forms';
// @import "~bootstrap/scss/nav";
// @import "~bootstrap/scss/navbar";
// @import "~bootstrap/scss/card";
Expand Down
1 change: 1 addition & 0 deletions website/src/styles/bootstrap/variable-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ $input-disabled-bg: var(--body-bg);

$dropdown-border-color: var(--gray-lighter);
$dropdown-bg: var(--body-bg);
$custom-select-indicator-color: $body-color;

$mark-padding: 0;

Expand Down
3 changes: 1 addition & 2 deletions website/src/views/optimiser/OptimiserForm/OptimiserForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
}

.optimiserDropdown {
composes: form-control from global;
padding: 0.5rem;
composes: custom-select from global;
border: 1px solid var(--gray-lighter);
border-radius: 0.25rem;
color: inherit;
Expand Down