Make new-contact use cursor: pointer
// FREEBIE
This commit is contained in:
parent
2e32c7bbc3
commit
4b47833928
2 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,7 @@ input.search {
|
|||
|
||||
.new-contact {
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
background: $grey_l;
|
||||
.name, .last-timestamp, .avatar { display: none; }
|
||||
.contact-details::before {
|
||||
|
|
|
@ -491,6 +491,7 @@ input.search {
|
|||
|
||||
.new-contact {
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
background: #f3f3f3; }
|
||||
.new-contact .name, .new-contact .last-timestamp, .new-contact .avatar {
|
||||
display: none; }
|
||||
|
|
Loading…
Reference in a new issue