Merge branch 'winh-markdown-autocomplete-dropdown-style' into 'master'
Make Markdown autocomplete dropdowns style consistent See merge request !13127
This commit is contained in:
commit
a623446a09
1 changed files with 25 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue