Disable select for reaction buttons

pull/21833/head
J. Ryan Stinnett 2019-05-10 18:09:32 +01:00
parent 33513a95d7
commit 6a3708d51b
1 changed files with 1 additions and 0 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;