Skip to content

Commit

Permalink
Lint CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Jun 7, 2022
1 parent a65809c commit 837e8c1
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
*
* Mainly overrides for awesomplete.css
*/

div.awesomplete > ul > li:hover {
background: hsl(200, 40%, 90%);
color: #000;
}

div.awesomplete > ul > li[aria-selected="true"] {
Expand All @@ -16,19 +18,20 @@ div.awesomplete mark {
color: #404040;
}

div.awesomplete li:hover mark, div.awesomplete li[aria-selected="true"] mark {
div.awesomplete li:hover mark,
div.awesomplete li[aria-selected="true"] mark {
background: hsl(65, 100%, 49%);
}

.devhub-wrap div.awesomplete > ul {
max-height: 13.5em;
color: #404040;
overflow: auto;
background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.9));
background: linear-gradient(to bottom right, #fff, hsla(0, 0%, 100%, 0.9));
}

.devhub-wrap .searchform label div.awesomplete > input,
.devhub-wrap div.awesomplete {
.devhub-wrap div.awesomplete {
width: 100%;
}

Expand All @@ -43,14 +46,11 @@ div.awesomplete li:hover mark, div.awesomplete li[aria-selected="true"] mark {
.devhub-wrap .searchform,
.devhub-wrap .searchform div:first-child,
.devhub-wrap div.awesomplete {

/* Needs to be visible for the awesomplete popup */
overflow: visible;
}

div.awesomplete > ul > li:hover {
color: black;
}

div.awesomplete > ul:before {
div.awesomplete > ul::before {
content: none;
}

0 comments on commit 837e8c1

Please sign in to comment.