Small style improvements (header)
authorMarcel Werk <burntime@woltlab.com>
Thu, 21 Jan 2016 16:20:06 +0000 (17:20 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 21 Jan 2016 16:20:06 +0000 (17:20 +0100)
com.woltlab.wcf/templates/pageNavbarTop.tpl
wcfsetup/install/files/style/element/list.scss
wcfsetup/install/files/style/layout/navigation.scss
wcfsetup/install/files/style/ui/dropdownInteractive.scss

index 2e7fc3a601c2f4834d1773dc4a8fb67b8a547ce2..22cac09a91d24c0412e6900760556ec545410aae 100644 (file)
@@ -3,7 +3,6 @@
                {if $skipBreadcrumbs|empty}{include file='breadcrumbs'}{/if}
                
                <ul class="navigationIcons">
-                       <li id="toBottomLink"><a href="{$__wcf->getAnchor('bottom')}" title="{lang}wcf.global.scrollDown{/lang}" class="jsTooltip"><span class="icon icon16 fa-arrow-down"></span> <span class="invisible">{lang}wcf.global.scrollDown{/lang}</span></a></li>
                        <li id="sitemap" class="jsOnly"><a href="#" title="{lang}wcf.page.sitemap{/lang}" class="jsTooltip"><span class="icon icon16 fa-sitemap"></span> <span class="invisible">{lang}wcf.page.sitemap{/lang}</span></a></li>
                        {if $headerNavigation|isset}{@$headerNavigation}{/if}
                        {event name='navigationIcons'}
index f86dd72fb0fa0ff4c0f2f803951390e3bb4c071a..7ac649c5518676e4bcb7a27ae58c2a3efb9099ea 100644 (file)
@@ -11,8 +11,8 @@
                }
                
                > a {
-                       cursor: pointer;
-                       display: inline-flex;
+                       // @todo: still necessary?
+                       /*display: inline-flex;*/
                }
        }
        
index 38a2a475f9dd945c135b243594b7c3b4c06378eb..e1ef38011e29f1375e135edee9772b6e1c6c8736 100644 (file)
                        > .icon {
                                color: $wcfHeaderLink;
                        }
+                       
+                       &:hover > .icon {
+                               color: $wcfHeaderLinkActive;
+                       }
                }
        }
 }
index 0ea41bb1098daf099ccc1ecbafcb6dcd78ce92da..87222ff1bb89eb931cc96979e65ba7deed52be19 100644 (file)
@@ -24,7 +24,7 @@
                
                > span {
                        border: 8px solid transparent;
-                       border-bottom-color: $wcfDropdownBackground;
+                       border-bottom-color: rgb(247, 248, 250); // @todo
                        border-top-width: 0;
                        content: "";
                        display: inline-block;
                        overflow: visible;
                        max-height: none;
                }
-               
-               > .pointer {
-                       border-width: 0 7px 7px 7px;
-                       top: -7px;
-                       
-                       > span {
-                               border-width: 0 5px 5px 5px;
-                               left: -5px;
-                       }
-               }
        }
 }
 
 .interactiveDropdownHeader {
        align-items: center;
-       background-color: rgb(247, 248, 250);
+       background-color: rgb(247, 248, 250); // @todo
        display: flex;
        padding: 5px 10px;
 }