Merge pull request #2954 from matrix-org/jryans/aggregations

Send and undo reaction events
This commit is contained in:
J. Ryan Stinnett
2019-05-13 15:20:28 +01:00
committed by GitHub
11 changed files with 311 additions and 128 deletions

View File

@@ -24,6 +24,7 @@ limitations under the License.
border-radius: 10px;
background-color: $reaction-row-button-bg-color;
cursor: pointer;
user-select: none;
&:hover {
border-color: $reaction-row-button-hover-border-color;