feat(platform-web): make vehicle summary filters actionable
This commit is contained in:
@@ -213,6 +213,20 @@ body {
|
||||
background: #fbfcff;
|
||||
}
|
||||
|
||||
.vp-result-summary-button {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.vp-result-summary-button:hover,
|
||||
.vp-result-summary-button:focus-visible {
|
||||
border-color: rgba(22, 100, 255, 0.42);
|
||||
background: #f5f9ff;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-result-summary-value {
|
||||
color: var(--vp-text);
|
||||
font-size: 22px;
|
||||
|
||||
Reference in New Issue
Block a user