mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Error icons only use pointer-cursor when clickable
// FREEBIE
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user