Specify background for content row in onboarding (#7806) [deploy]

Without this, Safari inherits the border-bottom color from elsewhere (?).
So, we need to specify the background-color for the content row element explicitly.
This commit is contained in:
Vaidehi Joshi 2020-05-12 14:21:11 -07:00 committed by GitHub
parent 4133efbd20
commit 7001f87425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,6 +412,7 @@ $onboarding-user-selected-hover: rgba(71, 85, 235, 0.2);
.onboarding-body {
.content-row {
background-color: var(--base-inverted); // Specify background for Safari.
align-items: center;
border: none;
box-sizing: border-box;