Error icons only use pointer-cursor when clickable

// FREEBIE
pull/749/head
lilia 9 years ago
parent 3cd80d3f1e
commit dea8983235

@ -181,6 +181,11 @@
border: solid 1px #ccc;
}
}
.message-list {
.error-icon {
cursor: pointer;
}
}
li.entry .error-icon-container {
position: absolute;
top: 0;
@ -188,7 +193,6 @@ li.entry .error-icon-container {
height: 100%;
.error-icon {
cursor: pointer;
display: block;
height: 100%;
}

@ -826,13 +826,15 @@ input.search {
color: #454545;
border: solid 1px #ccc; }
.message-list .error-icon {
cursor: pointer; }
li.entry .error-icon-container {
position: absolute;
top: 0;
left: calc(100% + 5px);
height: 100%; }
li.entry .error-icon-container .error-icon {
cursor: pointer;
display: block;
height: 100%; }
li.entry .error-icon-container .error-message {

Loading…
Cancel
Save