]> cat aescling's git repositories - mastodon.git/commitdiff
Fix cursor type in statuses (#14185)
authorAriel <arielrodrigues@protonmail.com>
Wed, 1 Jul 2020 11:52:05 +0000 (08:52 -0300)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2020 11:52:05 +0000 (13:52 +0200)
app/javascript/styles/mastodon/components.scss

index b3f6d5749f3de614ae141bb0c243d602e8d444e3..58bc0ff8b075ef3ef939d7f50667b93cb050ceed 100644 (file)
   position: relative;
   min-height: 54px;
   border-bottom: 1px solid lighten($ui-base-color, 8%);
-  cursor: default;
+  cursor: auto;
 
   @supports (-ms-overflow-style: -ms-autohiding-scrollbar) {
     // Add margin to avoid Edge auto-hiding scrollbar appearing over content.