mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 08:10:26 +01:00
Show pointer mousepointer on tags in add/edit bookmark
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<div class="row">
|
||||
<div class="col s12">
|
||||
{% for tag in tags %}
|
||||
<div class="chip" id="tag_{{ tag }}">
|
||||
<div class="chip clickable" id="tag_{{ tag }}">
|
||||
{{ tag }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user