Skip to content

Commit

Permalink
Fix span detail warnings CSS typo
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Farro <joef@uber.com>

Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
  • Loading branch information
tiffon committed May 16, 2019
1 parent 4e9b19c commit d0ba4c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ limitations under the License.
margin: 0;
}

.TextList--List:nth-child(2n) > li {
.TextList--List > li:nth-child(2n) {
background: #f5f5f5;
}

Expand Down

0 comments on commit d0ba4c3

Please sign in to comment.