Replace hardcoded #e0e0e0 borders with $border-input and normalize $border-radius to 3px
This commit is contained in:
@@ -259,7 +259,7 @@
|
||||
// neutral gray so it reads as a glyph rather than a CTA.
|
||||
.flights-map-filter .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button {
|
||||
background: transparent !important;
|
||||
border: 1px solid #e0e0e0 !important;
|
||||
border: 1px solid colors.$border-input !important;
|
||||
border-left: none !important;
|
||||
color: colors.$light-gray !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
Reference in New Issue
Block a user