Display correct cursor when hovering over patchset header

Patchset is expandable with a click so we need to indicated to the
user that the area is clickable by using correct cursor.

https://storyboard.openstack.org/#!/story/2003604

Change-Id: Ifd8edc964942eb5bccf26767d448c597097a953d
This commit is contained in:
Sorin Sbarnea 2018-08-30 17:12:02 +01:00
parent 485f1205a3
commit d564bb34de
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
.zuul-patchset-header {
font-size: small;
padding: 8px 12px;
cursor: pointer;
}
.form-inline > .form-group {