From: Alexander Ebert Date: Wed, 19 Jun 2019 10:23:42 +0000 (+0200) Subject: Support for static items in sortable lists X-Git-Tag: 5.2.0_Alpha_1~39 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7d54b63d72e79809e2232f10ab035d9a0efefd32;p=GitHub%2FWoltLab%2FWCF.git Support for static items in sortable lists --- diff --git a/wcfsetup/install/files/style/ui/listSortable.scss b/wcfsetup/install/files/style/ui/listSortable.scss index 05889fd7e6..db5e8f10b9 100644 --- a/wcfsetup/install/files/style/ui/listSortable.scss +++ b/wcfsetup/install/files/style/ui/listSortable.scss @@ -21,7 +21,6 @@ .sortableNodeLabel { align-items: center; - cursor: move; padding: 10px; /* `display:flex` acts weird inside lists with a visible list-style */ @@ -32,6 +31,10 @@ background-color: $wcfTabularBoxBackgroundActive } + &:not(.sortableNodeStaticItem) { + cursor: move; + } + > .icon, > a { margin-right: 5px;