Skip to content

Commit 8041151

Browse files
authored
show cursor pointer for select email list cancel button/img
1 parent 7faed51 commit 8041151

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

microfrontends/SignDocuments/src/css/signature.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
padding: 5px 10px;
8181
}
8282

83+
.emailChipClose:hover {
84+
cursor: pointer;
85+
}
86+
8387
.addEmailInput {
8488
padding: 10px;
8589
border-radius: 4px;
@@ -785,4 +789,4 @@ option {
785789

786790
.signature-backdrop.fade.in {
787791
opacity: 0.5;
788-
}
792+
}

0 commit comments

Comments
 (0)