Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / perfectScrollbar.scss
index 6d4054b0f09c4774cdc0bd535dec13bcd0b273b5..0a6a626dcf381b9f00eb7f6856237d1a38d4e91f 100644 (file)
@@ -1,13 +1,13 @@
 /* PerfectScrollbar plugin */
 .ps-container {
        &:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
-               background-color: rgba(102, 102, 102, .6);
+               background-color: rgba(102, 102, 102, 0.6);
        }
-       
+
        &.ps-active-y > .ps-scrollbar-y-rail {
                display: block;
        }
-       
+
        > .ps-scrollbar-y-rail {
                background-color: rgba(102, 102, 102, 0);
                border-radius: 2px;
                display: none;
                position: absolute;
                right: 2px;
-               transition: background-color .24s linear;
+               transition: background-color 0.24s linear;
                width: 6px;
-               
+
                &:hover {
-                       background-color: rgba(102, 102, 102, .3);
+                       background-color: rgba(102, 102, 102, 0.3);
                }
-               
+
                > .ps-scrollbar-y {
                        background-color: rgba(102, 102, 102, 0);
                        border-radius: 2px;
                        position: relative;
-                       transition: background-color .24s linear;
+                       transition: background-color 0.24s linear;
                }
        }
 }