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

@@ -24,7 +24,7 @@ table {
tr {
.show-if-hover {
opacity: 0;
transition: all 0.2s $ease-in-out-cubic;
transition: opacity 0.2s $swift-ease-out-function;
}
&:hover {