Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / listSortable.scss
index db5e8f10b9300918ac690d73628df16d81e58b2c..7a058c5ddc43f4f39787c775e61507f42c54e2a0 100644 (file)
@@ -5,14 +5,14 @@
 
 .sortableNode {
        cursor: move;
-       
+
        &:not(:last-child) {
                border-bottom: 1px solid $wcfContentBorderInner;
        }
-       
+
        > .sortableList {
                //padding-left: 20px;
-               
+
                &:not(:empty) {
                        border-top: 1px solid $wcfContentBorderInner;
                }
 .sortableNodeLabel {
        align-items: center;
        padding: 10px;
-       
+
        /* `display:flex` acts weird inside lists with a visible list-style */
        display: inline-flex;
        width: 100%;
-       
+
        &:hover {
-               background-color: $wcfTabularBoxBackgroundActive
+               background-color: $wcfTabularBoxBackgroundActive;
        }
-       
+
        &:not(.sortableNodeStaticItem) {
                cursor: move;
        }
-       
+
        > .icon,
        > a {
                margin-right: 5px;
        }
-       
+
        > .icon {
                flex: 0 0 auto;
        }
-       
+
        > a {
                flex: 0 1 auto;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
        }
-       
+
        > .statusDisplay {
                align-items: center;
                display: flex;
                flex: 1 0 auto;
                justify-content: flex-end;
-               
+
                > a,
                > span {
                        cursor: pointer;
@@ -71,7 +71,7 @@
        border: 1px solid $wcfStatusWarningBorder;
        color: $wcfStatusWarningText;
        padding: 10px;
-       
+
        &.sortableInvalidTarget {
                background-color: $wcfStatusErrorBackground;
                border-color: $wcfStatusErrorBorder;