Merge branch 'winh-markdown-autocomplete-dropdown-style' into 'master'

Make Markdown autocomplete dropdowns style consistent

See merge request !13127
This commit is contained in:
Annabel Dunstone Gray 2017-08-01 20:09:50 +00:00
commit a623446a09
1 changed files with 25 additions and 0 deletions

View File

@ -185,3 +185,28 @@
text-overflow: ellipsis;
}
}
// TODO: fallback to global style
.atwho-view {
.atwho-view-ul {
padding: 8px 1px;
li {
padding: 8px 16px;
border: 0;
&.cur {
background-color: $gray-darker;
color: $gl-text-color;
small {
color: inherit;
}
}
strong {
color: $gl-text-color;
}
}
}
}