Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Genesis Simple FAQ CSS #344

Open
nickcernis opened this issue Apr 7, 2020 · 0 comments
Open

Remove Genesis Simple FAQ CSS #344

nickcernis opened this issue Apr 7, 2020 · 0 comments
Labels

Comments

@nickcernis
Copy link
Collaborator

nickcernis commented Apr 7, 2020

We plan to deprecate Genesis Simple FAQ in favor of the Accordion block from Atomic Blocks:

studiopress/genesis-simple-faq#63

We have some vestigial CSS for Genesis Simple FAQ that is no longer used in the Sample demo. This could now be removed.

genesis-sample/style.css

Lines 888 to 914 in 38bb767

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
background: transparent;
border-bottom: 1px solid #eee;
color: #333;
padding-left: 0;
padding-right: 0;
}
.gs-faq__question:focus,
.gs-faq__question:hover {
background: transparent;
color: #0073e5;
}
.gs-faq__question::after {
content: "\f132";
font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
float: right;
}
.gs-faq__question.gs-faq--expanded::after {
content: "\f460";
}

- Genesis Simple FAQ

@nickcernis nickcernis added the task label Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant