Fix the color of the search icon in the mobile header
authorAlexander Ebert <ebert@woltlab.com>
Mon, 18 Jul 2022 16:25:27 +0000 (18:25 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 18 Jul 2022 16:25:27 +0000 (18:25 +0200)
See https://www.woltlab.com/community/thread/296499-mobiles-men%C3%BC-mit-falschen-farbzuweisungen/

wcfsetup/install/files/style/layout/pageHeader.scss

index fbe9ec8e06cae954633678f2ef36aebc36bd196a..a946cbd84c9dd079709a177de2eb2cd335067ac9 100644 (file)
        .pageHeaderSearchMobile {
                grid-area: search;
 
+               .icon::before {
+                       color: $wcfHeaderLink;
+               }
+
                &[aria-expanded="true"] .icon::before {
+                       color: $wcfHeaderLinkActive;
                        content: $fa-var-times;
                }
        }