mirror of
https://github.com/plankanban/planka.git
synced 2025-08-03 20:45:27 +02:00
feat: Add ability to mention users in comments (#1162)
This commit is contained in:
parent
eb2a3a2875
commit
c0b0436851
20 changed files with 357 additions and 42 deletions
|
@ -12,6 +12,31 @@
|
|||
height: auto;
|
||||
}
|
||||
|
||||
.mentions-input {
|
||||
&__highlighter {
|
||||
line-height: 1.4;
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
&__suggestions {
|
||||
border: 1px solid #d4d4d5;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 8px 16px -4px rgba(9, 45, 66, 0.25),
|
||||
0 0 0 1px rgba(9, 45, 66, 0.08);
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
|
||||
&__item {
|
||||
padding: 8px 12px;
|
||||
|
||||
&--focused {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
color: rgba(0, 0, 0, 0.95);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.react-datepicker {
|
||||
border: 0;
|
||||
color: #444444;
|
||||
|
@ -192,6 +217,13 @@
|
|||
font-size: .85em !important;
|
||||
}
|
||||
|
||||
.mention {
|
||||
color: #0366d6;
|
||||
background-color: #f1f8ff;
|
||||
border-radius: 3px;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.yfm-clipboard:hover {
|
||||
.yfm-clipboard-button {
|
||||
min-height: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue