Fixed small style issues / removed obsolete declarations
authorMarcel Werk <burntime@woltlab.com>
Tue, 21 Jun 2016 23:04:40 +0000 (01:04 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 21 Jun 2016 23:04:40 +0000 (01:04 +0200)
wcfsetup/install/files/style/layout/box.scss
wcfsetup/install/files/style/layout/pageHeader.scss
wcfsetup/install/files/style/ui/article.scss
wcfsetup/install/files/style/ui/media.scss

index feb9c3ea6154a1597a8a042c6919f1876798103f..fd29aa2b2086bc2facf9664013408d6af3cddee5 100644 (file)
                
                &:hover {
                        color: $wcfFooterBoxLinkActive;
-                       text-decoration: underline;
-                       
-                       .icon {
-                               color: $wcfFooterBoxLinkActive;
-                       }
                }
        }
        
        .icon {
-               color: inherit;
+               color: $wcfFooterBoxText;
        }
        
        .boxContainer {
        a {
                color: $wcfSidebarLink;
                
-               > .icon {
-                       color: $wcfSidebarLink;
-               }
-               
                &:hover {
                        color: $wcfSidebarLinkActive;
-                       
-                       > .icon {
-                               color: $wcfSidebarLinkActive;
-                       }
+               
                }
        }
        
+       .icon {
+               color: $wcfSidebarText;
+       }
+       
        small,
        .dimmed {
                color: $wcfSidebarDimmedText;
        background-color: $wcfFooterBoxBackground;
        color: $wcfFooterBoxText;
        flex: 0 0 auto;
-       z-index: 40;
        
        a {
                color: $wcfFooterBoxLink;
                
                &:hover {
                        color: $wcfFooterBoxLinkActive;
-                       text-decoration: underline;
                }
        }
        
                
                &:hover {
                        color: $wcfFooterLinkActive;
-                       text-decoration: underline;
                }
        }
        
index ec0a4c27beb2ee4de51cdbf5c209f5f9be890331..af58f0bd08045ba64b1b39702be92803331e5dd8 100644 (file)
@@ -12,7 +12,7 @@
        }
        
        .icon {
-               color: inherit;
+               color: $wcfHeaderText;
        }
 }
 
                                padding: 0 15px;
                                position: relative;
                                
-                               /* set icon color */
-                               > .icon {
-                                       color: inherit;
-                               }
-                               
                                /* hide icon label */
                                > span:not(.icon):not(.badge) {
                                        display: none;
index 83c2db48509e80a1b89bb1464d29f62f0ae6a92d..e13ebe4dee7dea5dbb8725cd3aa741e7cc68d38b 100644 (file)
        }
        
        a {
-               color: $wcfContentText;
+               color: inherit;
                
                &:hover {
+                       color: inherit;
+                       
                        .articleListImage > img {
                                opacity: 1;
                        }
index e5dc105b08dcd0a068c0d0b01e24e9df0e2621c1..a2a7abda8c7b1d2e82fb9fe7e8f6c9f2786ae739 100644 (file)
@@ -83,7 +83,7 @@
                > .mediaInformation {
                        position: absolute;
                        bottom: 0;
-                       background: rgba(0,0,0,0.6); // TOOD
+                       background: rgba(0,0,0,0.6); // TODO
                        color: #fff;
                        width: 100%;
                        padding: $wcfGapSmall;
@@ -96,7 +96,7 @@
                        position: absolute;
                        top: 0;
                        right: 0;
-                       background: rgba(0,0,0,0.6); // TOOD
+                       background: rgba(0,0,0,0.6); // TODO
                        height: 0;
                        overflow: hidden;