mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
(css) Improve custom contact chip
This commit is contained in:
@@ -17,9 +17,11 @@ md-chips {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin: (($chip-height - 24) / 2);
|
||||
height: $chip-delete-icon-size;
|
||||
width: $chip-delete-icon-size;
|
||||
line-height: $chip-delete-icon-size;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -64,20 +66,6 @@ md-chips {
|
||||
}
|
||||
}
|
||||
|
||||
// Adjust avatar size according to chips dimensions
|
||||
.md-contact-chips {
|
||||
.md-chips {
|
||||
.md-chip {
|
||||
.md-contact-avatar {
|
||||
md-icon {
|
||||
height: ($chip-height * .75);
|
||||
margin: ($chip-height * .25/2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// In the autocompletion menu, don't limit the contact name to a fixed width
|
||||
// and show the email address right after it
|
||||
.md-contact-suggestion {
|
||||
|
||||
Reference in New Issue
Block a user