chore: Add click interaction for conversation list (#1460)

This commit is contained in:
Nithin David Thomas
2020-11-29 13:28:36 +05:30
committed by GitHub
parent bb31b21060
commit d51c5d5768
11 changed files with 46 additions and 25 deletions

View File

@@ -5,10 +5,12 @@
margin: $space-normal;
margin-top: 0;
max-height: $space-mega * 3;
transition: box-shadow .35s $ease-in-out-cubic, height 2s $ease-in-out-cubic;
transition: box-shadow .35s $swift-ease-out-function,
height 2s $swift-ease-out-function;
&.is-focused {
@include normal-shadow;
@include shadow;
}
.reply-box__top {
@@ -47,7 +49,7 @@
&.is-private {
background: lighten($warning-color, 38%);
> input {
>input {
background: lighten($warning-color, 38%);
}
}
@@ -63,7 +65,7 @@
}
}
.file-uploads > label {
.file-uploads>label {
cursor: pointer;
}
@@ -73,7 +75,7 @@
padding: 0 $space-small;
}
> textarea {
>textarea {
@include ghost-input();
@include margin(0);
background: transparent;
@@ -100,7 +102,7 @@
.tabs-title {
margin: 0;
transition: all .2s $ease-in-out-cubic;
transition: all .2s $swift-ease-out-function;
transition-property: color, background;
a {
@@ -124,10 +126,10 @@
&.is-active {
@include border-light-right;
border-left: 0;
}
a {
border-bottom-left-radius: $space-small;
}
a {
border-bottom-left-radius: $space-small;
}
}