]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix cursor type in statuses
authorAriel <arielrodrigues@protonmail.com>
Wed, 1 Jul 2020 11:52:05 +0000 (08:52 -0300)
committerThibaut Girka <thib@sitedethib.com>
Wed, 1 Jul 2020 18:18:07 +0000 (20:18 +0200)
Port e9ea960773ee6a1068623374b21d768918fbc93b to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/status.scss

index fe4f1635321fa0f629405d3ee68db98894a9db14..a655811364adce898c8df9b9a898d8f4f31831be 100644 (file)
   position: relative;
   height: auto;
   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.