-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Active detour panel header yellow for those in detour-pilot group #2783
Conversation
"border-bottom", | ||
snapshot.matches({ "Detour Drawing": "Active" }) && | ||
userInTestGroup(TestGroups.DetoursPilot) | ||
? "active-detour" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like --bs-bg-opacity
isn't set correctly so it's not showing up, but I think we should be able to use text-bg-ui-alert
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahhh I was wondering what wasn't showing up, but I see that things look wonky on mobile. Is that what you're talking about? I'll fix it (but also the mobile view will be reworked further later)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was mainly thinking that we should be able to use the bootstrap classes for background colors and that when I tried it text-bg-ui-alert
didn't work due to --bs-bg-opacity
defaulting to completely transparent. I know ui-alert
isn't lemon-100, so it's fine for now.
Coverage of commit
|
Coverage of commit
|
Asana ticket