提交 a623446a 编写于 作者: A Annabel Dunstone Gray

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

Make Markdown autocomplete dropdowns style consistent

See merge request !13127
......@@ -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;
}
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册