chore: Move Canned Responses list to a separate component (#1681)

This commit is contained in:
Pranav Raj S
2021-01-23 14:07:01 +05:30
committed by GitHub
parent d64ba1df8b
commit e75916d562
4 changed files with 145 additions and 97 deletions

View File

@@ -8,22 +8,6 @@
}
.reply-box__top {
.canned {
background: var(--white);
border-bottom: var(--space-small) solid var(--white);
border-top: 1px solid var(--color-border);
left: 0;
max-height: 14rem;
overflow: auto;
padding-top: var(--space-small);
position: absolute;
width: 100%;
z-index: 100;
.active a {
background: $color-woot;
}
}
.icon {
color: $medium-gray;