Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / userIgnore.scss
index 00f115638a6bc40b049716d275e3e965e8cc8036..4e0735e60a17b03c5f3be58e744226fe494d5ff1 100644 (file)
@@ -1,12 +1,12 @@
 /* reduces the visual impact of content by ignored users */
 .ignoredUserContent {
        /* no grayscale filter in IE11 due to completely lacking support */
-       
+
        -webkit-filter: grayscale(100%) !important; /* Chrome, Safari, Opera */
        filter: grayscale(100%) !important; /* Firefox, Edge */
-               
+
        &:not(:hover) {
-               opacity: .5 !important;
+               opacity: 0.5 !important;
        }
 }
 
                border-left: 5px solid $wcfStatusInfoBorder !important;
                color: $wcfStatusInfoText !important;
                cursor: pointer !important;
-               
+
                &::before {
                        content: attr(data-ignored-user-message);
                        padding: 10px 20px;
-                       
                }
-       }       
-       
+       }
+
        @include screen-sm-down {
                border-top: 1px solid $wcfContentBorder;
                margin: 0 -10px;
                padding-top: 30px;
-               
+
                &::before {
                        background-color: $wcfStatusInfoBackground !important;
                        border-left: 5px solid $wcfStatusInfoBorder !important;
@@ -39,7 +38,7 @@
                        padding: 10px;
                }
        }
-       
+
        > * {
                display: none;
        }