Skip to content

Commit 7cd77d9

Browse files
Move * styling to index
1 parent f636367 commit 7cd77d9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/stylesheets/AddModal.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
*:focus {
2-
outline: none;
3-
}
4-
51
.add-container {
62
width: 500px;
73
padding: 20px;

app/stylesheets/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
margin: 0;
77
padding: 0;
88
box-sizing: border-box;
9+
10+
&:focus {
11+
outline: none
12+
}
913
}
1014

1115
body {

0 commit comments

Comments
 (0)