Skip to content

Commit

Permalink
fix modals
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jun 21, 2023
1 parent cfae970 commit 59401bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,9 @@
--bs-tooltip-color: white;
--bs-tooltip-bg: black;
}

.modal {
--bs-modal-color: var(--d-on-surface);
--bs-modal-bg: var(--d-surface);
}
}
2 changes: 0 additions & 2 deletions app/assets/stylesheets/bootstrap_variable_overrides.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// inputs
$input-border-color: var(--d-outline);

//$modal-content-bg: $surface;

// disable rfs
$enable-rfs: false;

Expand Down

0 comments on commit 59401bb

Please sign in to comment.