Skip to content

Commit

Permalink
Fix Storybook builds (#41089)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored May 17, 2022
1 parent c5ac031 commit 78375e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/tab-panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
}

&.is-active:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 - #{$border-width-tab * 2} 0 0 var(--wp-admin-theme-color);
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 -#{$border-width-tab * 2} 0 0 var(--wp-admin-theme-color);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
}

&.is-active:focus {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 - #{$border-width-tab * 2} 0 0 var(--wp-admin-theme-color);
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 -#{$border-width-tab * 2} 0 0 var(--wp-admin-theme-color);
}
}

0 comments on commit 78375e9

Please sign in to comment.