Skip to content

Commit 5c0e773

Browse files
authored
Merge pull request scratchfoundation#5704 from adroitwhiz/target-highlight-border-box
Remove box-sizing: content-box from sprite highlight box CSS
2 parents 91d5035 + 2663501 commit 5c0e773

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/stage/stage.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ to adjust for the border using a different method */
132132
}
133133

134134
.frame {
135-
box-sizing: content-box !important;
136135
background: $motion-transparent;
137136
border: 2px solid $motion-primary;
138137
border-radius: 0.5rem;

0 commit comments

Comments
 (0)