diff options
author | Ariel <arielrodrigues@protonmail.com> | 2020-07-01 08:52:05 -0300 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-07-01 20:18:07 +0200 |
commit | f60c78ff3e42e321b457a7d63868b49bf56adfda (patch) | |
tree | 20fbd695cfc9bad551abead27a80fdb0e19567b9 /app/javascript/flavours/glitch/styles/components | |
parent | 24508bb8373fb8d5ab9b54e0b2e35469efddca6a (diff) |
[Glitch] Fix cursor type in statuses
Port e9ea960773ee6a1068623374b21d768918fbc93b to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index fe4f16353..a65581136 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -295,7 +295,7 @@ 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. |