1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Show pointer mousepointer on tags in add/edit bookmark

This commit is contained in:
2016-08-13 14:18:23 +02:00
parent 4e86faf2aa
commit 53b96adc79
2 changed files with 3 additions and 2 deletions

View File

@@ -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 %}