(fix): add cursor: pointer
#107527581
passed
with stages
in
45 minutes and 33 seconds
Pipeline
Showing
... | ... | @@ -26,6 +26,8 @@ m-newsfeed__tiles { |
margin: 4px; | ||
overflow: hidden; | ||
transform-style: preserve-3d; | ||
cursor: pointer; | ||
|
||
@include m-theme() { | ||
background-color: rgba(themed($m-black), 0.65); | ||
} | ||
... | ... |