Skip to content

Commit 24ec1e5

Browse files
committed
Get rid of outline around component
1 parent 16f77ed commit 24ec1e5

File tree

1 file changed

+4
-0
lines changed
  • src/examples/basicExample/stylesheets

1 file changed

+4
-0
lines changed

src/examples/basicExample/stylesheets/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
.page-header {
66
padding: 1rem 6rem;
77
}
8+
9+
:global .Grid {
10+
outline: none;
11+
}

0 commit comments

Comments
 (0)