(fix): add cursor: pointer
Pipeline
#107527581
passed
with stages
in
45 minutes and 33 seconds
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); | ||
| } | ||
| ... | ... | |