Skip to content

Commit

Permalink
did some stuff!
Browse files Browse the repository at this point in the history
lots of stuff
  • Loading branch information
setpixel committed Aug 11, 2015
1 parent 5fd3c97 commit 903b98c
Show file tree
Hide file tree
Showing 16 changed files with 13,589 additions and 569 deletions.
24 changes: 12 additions & 12 deletions css/awesomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ div.awesomplete > ul:empty {
color: rgba(255,255,255,0.8);
}

div.awesomplete mark {
background: none;
}
div.awesomplete li:hover mark {
background: hsl(200, 40%, 80%);
}
div.awesomplete li[aria-selected="true"] mark {
background: hsl(205, 40%, 40%);
color: inherit;
}
div.awesomplete mark {
background: none;
}

div.awesomplete li:hover mark {
background: hsl(200, 40%, 80%);
}

div.awesomplete li[aria-selected="true"] mark {
background: hsl(205, 40%, 40%);
color: inherit;
}
Loading

0 comments on commit 903b98c

Please sign in to comment.