mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
fix triple-click text selection in firefox
This commit is contained in:
parent
25dcc577ae
commit
6da90af6c6
@ -849,12 +849,11 @@ blockquote > *:last-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.mention {
|
a.mention {
|
||||||
align-items: baseline;
|
display: inline-block; // https://bugzilla.mozilla.org/show_bug.cgi?id=1656119
|
||||||
display: inline-flex;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.93em;
|
font-size: 0.93em;
|
||||||
color: $primary-high-or-secondary-low;
|
color: $primary-high-or-secondary-low;
|
||||||
padding: 1px 4px;
|
padding: 0 4px 1px;
|
||||||
background: $primary-low;
|
background: $primary-low;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user