Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Social Icon fa-globe hover color incorrect #811

Closed
dschwa opened this issue Mar 8, 2017 · 3 comments
Closed

Social Icon fa-globe hover color incorrect #811

dschwa opened this issue Mar 8, 2017 · 3 comments
Assignees

Comments

@dschwa
Copy link

dschwa commented Mar 8, 2017

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
Copy link
Owner

gjb2048 commented Mar 8, 2017

button.website:hover, button.website:focus {
    background-color: #fff;
}

@gjb2048 gjb2048 self-assigned this Mar 8, 2017
@gjb2048
Copy link
Owner

gjb2048 commented Mar 8, 2017

Not incorrect as takes the website colour, so appropriate.

@dschwa
Copy link
Author

dschwa commented Mar 8, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants