mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: User card @mentions looked pretty bad
This commit is contained in:
parent
9161b8529f
commit
74e2b8f674
@ -127,6 +127,9 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
a.mention {
|
||||
background-color: dark-light-diff($secondary, $primary, 50%, -60%);
|
||||
}
|
||||
.overflow {
|
||||
max-height: 60px;
|
||||
overflow: hidden;
|
||||
|
@ -292,6 +292,10 @@
|
||||
overflow: auto;
|
||||
max-width: 750px;
|
||||
|
||||
a.mention {
|
||||
background-color: dark-light-diff($secondary, $primary, 50%, -60%);
|
||||
}
|
||||
|
||||
a[href] {
|
||||
color: dark-light-diff($secondary, $primary, 75%, 0%);
|
||||
text-decoration: underline;
|
||||
|
Loading…
Reference in New Issue
Block a user