mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): fix tooltips in light theme
This commit is contained in:
committed by
Łukasz Mierzwa
parent
99573da2c4
commit
7b5d9b0d3c
@@ -183,6 +183,11 @@ $body-secondary-color: $gray-600;
|
||||
--bs-popover-bg: #{$white};
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
--bs-tooltip-bg: #{$dark};
|
||||
--bs-tooltip-color: #{$white};
|
||||
}
|
||||
|
||||
// unused
|
||||
// .offcanvas {
|
||||
// --bs-offcanvas-bg: #{$white};
|
||||
|
||||
Reference in New Issue
Block a user