Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit ea901bc

Browse files
committed
style: remove unnecessary styles
1 parent 4cb24a6 commit ea901bc

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

examples/undo-example/src/styles.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,3 @@ body {
1212
border: #555;
1313
background: #244a46;
1414
}
15-
16-
.autocomplete {
17-
margin-top: 1em;
18-
}
19-
20-
.list__item {
21-
display: block;
22-
padding: .5em;
23-
color: #ccc;
24-
background: transparent;
25-
transition: 100ms;
26-
}
27-
28-
.list__item--focused {
29-
color: #fff;
30-
padding-left: 1.2em;
31-
background: #2a6f51;
32-
border-radius: 5px;
33-
}

0 commit comments

Comments
 (0)