blob: 5c035b17c6805a90c5d83b761ec5d458626fba01 [file] [log] [blame]
// The stepper is shown in the "new thread" and "edit message" views
material-stepper {
border-top-color: var(--TWPT-card-border)!important;
}
material-stepper .stepper-step-name,
material-stepper .purpose-title {
color: var(--TWPT-primary-text)!important;
}
ec-ask-flow .display-name-label,
material-stepper .additional-details-label,
material-stepper .detail-label {
color: var(--TWPT-secondary-text)!important;
}
material-stepper .stepper-step[selectable=true]:focus {
background-color: rgba(60, 64, 67, .24)!important;
}