Skip to content

Commit

Permalink
Merge pull request #7543 from Automattic/add/metaboxes-position-confl…
Browse files Browse the repository at this point in the history
…ict-handler

Add box-shadow back to the Sensei tour
  • Loading branch information
renatho authored Mar 19, 2024
2 parents 6190ee1 + 57b44ea commit ea662f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/admin/tour/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
@import '@automattic/tour-kit/dist/esm/styles.scss';
@import '@automattic/tour-kit/dist/esm/variants/wpcom/styles.scss';

.wpcom-tour-kit .tour-kit-frame__container {
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.wpcom-tour-kit-step-card {
.wpcom-tour-kit-step-card-overlay-controls {
padding-bottom: 0;
Expand All @@ -19,8 +23,7 @@ $border-color: var(--wp--preset--color--primary, currentcolor);
box-shadow: 0 0 $shadow-width $border-color !important;

&.sensei-tour-highlight--inset {
outline: none !important;
box-shadow: inset 0 0 $shadow-width $border-color !important;;
box-shadow: inset 0 0 $shadow-width $border-color !important;
}
}

Expand Down

0 comments on commit ea662f1

Please sign in to comment.