diff --git a/app/webpacker/css/admin/shared/tables.scss b/app/webpacker/css/admin/shared/tables.scss index 612e85f06d..e1f5abe35f 100644 --- a/app/webpacker/css/admin/shared/tables.scss +++ b/app/webpacker/css/admin/shared/tables.scss @@ -104,8 +104,11 @@ table { } .handle { - @extend [class^="icon-"], :before; @extend .icon-reorder; + font-family: FontAwesome; + text-decoration: inherit; + display: inline-block; + speak: none; cursor: move; }