1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Disable select for reaction buttons

This commit is contained in:
J. Ryan Stinnett
2019-05-10 18:09:32 +01:00
parent 33513a95d7
commit 6a3708d51b

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;