mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Fix colors in date range datepicker (#2018)
Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl> Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
5
.changeset/witty-pens-trade.md
Normal file
5
.changeset/witty-pens-trade.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix colors in date range datepicker
|
||||
6
src/scss/vendor/_litepicker.scss
vendored
6
src/scss/vendor/_litepicker.scss
vendored
@@ -6,13 +6,19 @@
|
||||
--litepicker-button-next-month-color-hover: #{ var(--#{$prefix}primary) };
|
||||
--litepicker-day-color: var(--#{$prefix}body-color);
|
||||
--litepicker-day-color-hover: #{ var(--#{$prefix}primary) };
|
||||
--litepicker-is-start-color-bg: #{ var(--#{$prefix}primary) };
|
||||
--litepicker-is-end-color-bg: #{ var(--#{$prefix}primary) };
|
||||
--litepicker-is-in-range-color: #{ var(--#{$prefix}info) };
|
||||
--litepicker-is-today-color: #{ var(--#{$prefix}primary) };
|
||||
--litepicker-month-header-color: var(--#{$prefix}body-color);
|
||||
--litepicker-container-months-color-bg: var(--#{$prefix}bg-surface);
|
||||
font: inherit;
|
||||
user-select: none;
|
||||
|
||||
.day-item.is-in-range {
|
||||
--litepicker-day-color: var(--#{$prefix}light);
|
||||
}
|
||||
|
||||
svg {
|
||||
fill: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user