Bug 1207237 - Fix cursor when hovering over non-selectable job group

We were applying the "pointer" style, which implied you could select
something when you couldn't before. We should only use that style when
hovering over the job buttons themselves. When hovering other parts
of the job group, use the "default" cursor which communicates that there
is nothing to click on or select.
This commit is contained in:
William Lachance 2015-09-22 13:45:28 -04:00
Родитель 33556e53a5
Коммит 1e225bddf9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,6 +4,7 @@
.job-group {
margin: 0 -3px 0 3px;
cursor: default;
}
.job-btn {
@ -42,7 +43,6 @@
.group-content {
margin-left: -3px;
cursor: pointer;
}
.group-content::before {