mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
use css cursor: pointer for screenshot picker
This commit is contained in:
@@ -41,7 +41,7 @@ layout: default
|
||||
{% if page.screenshots.size > 1 %}
|
||||
<div class="d-flex flex-items-center flex-justify-center mt-3">
|
||||
{% for screenshot in page.screenshots %}
|
||||
<label for="screenshot-{{ forloop.index }}" class="rounded-1 border border-gray-light mx-2" style="width:125px; height: 70px; background-image: url({{ screenshot }}); background-size: cover; background-position: center;">
|
||||
<label for="screenshot-{{ forloop.index }}" class="rounded-1 border border-gray-light mx-2" style="width:125px; height: 70px; background-image: url({{ screenshot }}); background-size: cover; background-position: center; cursor: pointer;">
|
||||
</label>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user