mirror of https://github.com/vector-im/riot-web
Disable select for reaction buttons
parent
33513a95d7
commit
6a3708d51b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue