Error icons only use pointer-cursor when clickable

// FREEBIE
This commit is contained in:
lilia 2016-05-26 11:00:21 -07:00
parent 3cd80d3f1e
commit dea8983235
2 changed files with 8 additions and 2 deletions

View file

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

View file

@ -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 {