mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Remove white border on date-range-picker triangle (#11877)
This commit is contained in:
parent
a769f84755
commit
28c9631b6c
@ -115,6 +115,9 @@ class DateRangePickerElement extends WrappedElement {
|
|||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
min-width: initial !important;
|
min-width: initial !important;
|
||||||
}
|
}
|
||||||
|
.daterangepicker:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.daterangepicker:after {
|
.daterangepicker:after {
|
||||||
border-bottom: 6px solid var(--card-background-color);
|
border-bottom: 6px solid var(--card-background-color);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user