[CORL-458] open user drawer when flagger username clicked (#2436)

* open user drawer when flagger useranme clicked

* fix comment author click

* update style of flagger button

* update snapshots

* chore: use round-corners design token
This commit is contained in:
Tessa Thornton
2019-08-05 18:02:13 +07:00
committed by Vinh
parent 5df2de6afc
commit 3694794b01
17 changed files with 191 additions and 120 deletions
@@ -201,7 +201,7 @@ $fullscreenZIndex: 10;
}
.cm-comment {
background: rgba(0, 0, 0, 0.05);
border-radius: 2px;
border-radius: var(--round-corners);
}
.cm-link {
color: #7f8c8d;