mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
oops background-color not color
This commit is contained in:
parent
491c93c3d1
commit
5028fdbed6
@ -158,8 +158,8 @@
|
|||||||
}
|
}
|
||||||
a.mention, .ac-wrap .item span {
|
a.mention, .ac-wrap .item span {
|
||||||
@include border-radius-all(6px);
|
@include border-radius-all(6px);
|
||||||
color: $quote-background;
|
background-color: $quote-background;
|
||||||
padding: 1px 5px;
|
padding: 2px 5px;
|
||||||
}
|
}
|
||||||
a.mention {
|
a.mention {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user