mirror of https://github.com/vector-im/riot-web
Reaction buttons should use pointer cursor
parent
15d286ed93
commit
e287362a8b
|
@ -18,6 +18,7 @@ limitations under the License.
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
cursor: pointer;
|
||||||
transition: transform 0.25s;
|
transition: transform 0.25s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in New Issue