gjb2048 / moodle-theme_essential

The Essential Moodle Theme
https://gjb2048.github.io/moodle-theme_essential/
GNU General Public License v3.0
91 stars 120 forks source link

Social Icon fa-globe hover color incorrect #811

Closed dschwa closed 7 years ago

dschwa commented 7 years ago

I'm using the latest Essential 3.2.0.1 (Build: 2017021000) and Moodle Moodle 3.2.1+ (Build: 20170216)

The website social icon is showing white on hover. All other social icons work correctly. I suspect this is due to the themecolor being set to white "#ffffff".

I've tried to figure out the custom css for it with no luck. Normal: social Hover; social_hover

gjb2048 commented 7 years ago
button.website:hover, button.website:focus {
    background-color: #fff;
}
gjb2048 commented 7 years ago

Not incorrect as takes the website colour, so appropriate.

dschwa commented 7 years ago

Thank you

On Mar 8, 2017 5:20 PM, "Gareth J Barnard" notifications@github.com wrote:

Not incorrect as takes the website colour, so appropriate.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gjb2048/moodle-theme_essential/issues/811#issuecomment-285188623, or mute the thread https://github.com/notifications/unsubscribe-auth/AGs65476i3dSQp8dNF9ne2g6BSnMMWZ7ks5rjynCgaJpZM4MXUGh .