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:
parent
4133efbd20
commit
7001f87425
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue