Skip to content

Commit

Permalink
👌 [#1924] PR Feedback part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Oct 19, 2022
1 parent d6f0057 commit ca44846
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/openforms/scss/admin/_admin_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ DO NOT PUT ANY TARGET APP-SPECIFIC RULES HERE.
color-scheme: dark;
}


body #toolbar {
background: var(--body-bg);
}
Expand Down
5 changes: 0 additions & 5 deletions src/openforms/scss/components/builder/_admin-fixes.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import '~microscope-sass/lib/color';
@import '~microscope-sass/lib/typography';

@import '../../vars';

Expand Down Expand Up @@ -36,7 +35,3 @@ div#content h1 {
color: $color-danger;
font-weight: bold;
}

.formio-button-add-another:not(:hover) {
color: var(--body-fg) !important;
}
13 changes: 11 additions & 2 deletions src/openforms/scss/components/builder/_builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,13 @@ div.flatpickr-calendar.open {
}

.choices__input {
background-color: var(--form-input-bg) !important;
border-color: var(--border-color) !important;
background-color: var(--form-input-bg);
border-color: var(--border-color);
}

.choices__input.choices__input--cloned {
background-color: var(--form-input-bg);
border-color: var(--border-color);
}

.choices__item--selectable.is-highlighted {
Expand Down Expand Up @@ -224,4 +229,8 @@ div.flatpickr-calendar.open {
}
}
}

.formio-button-add-another {
color: var(--body-fg) !important;
}
}

0 comments on commit ca44846

Please sign in to comment.