Fix cursor type in statuses (#14185)

lolsob-rspec
Ariel 2020-07-01 08:52:05 -03:00 committed by GitHub
parent 9e14647df8
commit eee8b314af
1 changed files with 1 additions and 1 deletions

View File

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