mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Finish the minicard editor auto-completion feature
This commit stands on the initial support implemented in #342. We now avoid error-prone parsing step by adding the member or the label directly to the card object. We also added support for `Tab` to completion on our textComplete component. Closes #342
This commit is contained in:
parent
2b134ff7a9
commit
5d77ad4f6b
8 changed files with 118 additions and 97 deletions
|
|
@ -621,11 +621,11 @@ button
|
|||
width: 11px
|
||||
height: @width
|
||||
border-radius: 2px
|
||||
margin-right: 3px
|
||||
margin: 2px 7px -2px -2px
|
||||
display: inline-block
|
||||
|
||||
&.active
|
||||
background: #005377
|
||||
|
||||
a
|
||||
a, .quiet
|
||||
color: white
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue