Skip to content

Commit

Permalink
♻️ [#571] Fix styles broken via form-control removal
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 20, 2023
1 parent 1a0b69b commit dee6ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/scss/components/_deprecated-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ $select-background-color: var(--of-select-background-color, $color-white);

// Styling for the choicejs widget for the select component
// Overwriting styles found here: https://github.com/Choices-js/Choices/blob/master/src/styles/choices.scss
// FIXME: check impact of form-control removal
.#{prefix(form-control--select)} {
[ref='component'] > .utrecht-form-field.utrecht-form-field--select {
$control-height: $grid-row-height;
$list-hpadding: $grid-margin-2;
$list-vpadding: $grid-margin-1;
Expand Down
3 changes: 1 addition & 2 deletions src/scss/components/_file-upload.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ we don't have strict BEM naming here.
@import '../mixins/prefix';
@import '../mixins/bootstrap';

// FIXME: these class names are gone -> find different selector
.#{prefix(form-control--file)} {
.utrecht-form-field.utrecht-form-field--file {
@include body;
@include anchor.extend-utrecht-link;

Expand Down

0 comments on commit dee6ae9

Please sign in to comment.