Skip to content

Commit

Permalink
Fix tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jun 21, 2023
1 parent 4ceb5c3 commit cfae970
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,9 @@
--bs-dropdown-link-hover-color: var(--d-on-secondary-container);
--bs-dropdown-link-active-bg: var(--d-secondary);
}

.tooltip {
--bs-tooltip-color: white;
--bs-tooltip-bg: black;
}
}
23 changes: 0 additions & 23 deletions app/assets/stylesheets/bootstrap_variable_overrides.css.scss
Original file line number Diff line number Diff line change
@@ -1,32 +1,9 @@
// boostrap color overrides

// primary, secondary, success, info, warning, danger and the variables for color names
// are already overridden in m3-theme-light

//$body-bg: $background;
//$content-bg: $surface;
//$body-color: $on-background;
//$link-color: $primary;
//$text-secondary: $on-surface-muted;
//$text-disabled: $on-surface-muted;

// dropdowns
//$dropdown-bg: $background;
//$dropdown-color: $on-background;
//$dropdown-link-color: $on-background;
//$dropdown-link-hover-bg: $secondary-container;
//$dropdown-link-hover-color: $on-secondary-container;
//$dropdown-link-active-bg: $secondary;

// inputs
$input-border-color: var(--d-outline);

//$modal-content-bg: $surface;
//
//$form-check-input-checked-bg-color: $secondary;
//$form-check-input-border: 1px solid rgba($text-disabled, 0.25);
//
//$table-border-color: $divider;

// disable rfs
$enable-rfs: false;
Expand Down

0 comments on commit cfae970

Please sign in to comment.