UX: Mentions are not styled on mobile.

This commit is contained in:
Guo Xiang Tan 2016-04-18 10:26:43 +08:00
parent 3af5ab8c2c
commit 7af0e0006f
No known key found for this signature in database
GPG Key ID: 19C321C8952B0F72
2 changed files with 9 additions and 10 deletions

View File

@ -352,3 +352,12 @@ table.md-table {
}
}
}
a.mention, a.mention-group {
padding: 2px 4px;
color: dark-light-diff($primary, $secondary, 30%, -30%);
background: dark-light-diff($primary, $secondary, 95%, -60%);
border-radius: 8px;
font-weight: bold;
font-size: 0.93em;
}

View File

@ -571,16 +571,6 @@ video {
position: relative;
}
a.mention, a.mention-group {
padding: 2px 4px;
color: dark-light-diff($primary, $secondary, 30%, -30%);
background: dark-light-diff($primary, $secondary, 95%, -60%);
border-radius: 8px;
font-weight: bold;
font-size: 0.93em;
}
.moderator {
.topic-body {
background-color: dark-light-diff($highlight, $secondary, 70%, -80%);