Skip to content

Commit

Permalink
Add: Border indication to global styles colors. (#36959)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored and noisysocks committed Nov 30, 2021
1 parent 32f51b5 commit 677f194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/global-styles/style.scss
Expand Up @@ -46,7 +46,6 @@
margin-left: 0;
display: block;
border-radius: 50%;
border: 0;
height: 24px;
width: 24px;
padding: 0;
Expand All @@ -55,6 +54,7 @@
repeating-linear-gradient(45deg, $gray-200 25%, transparent 25%, transparent 75%, $gray-200 75%, $gray-200);
background-position: 0 0, 25px 25px;
background-size: calc(2 * 5px) calc(2 * 5px);
border: $border-width solid $gray-300;
}
}

Expand Down

0 comments on commit 677f194

Please sign in to comment.