Skip to content

Remove Genesis Simple FAQ CSS #344

@nickcernis

Description

@nickcernis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions