Making WordPress.org


Ignore:
Timestamp:
07/01/2019 06:50:48 AM (7 years ago)
Author:
tellyworth
Message:

Plugin dir theme: make collapsible FAQ accessible.

Fixes #4519.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/faq/style.scss

    r5195 r9005  
    4444                        }
    4545                }
     46                h3 {
     47                        display: inline;
     48                        text-transform: none;
     49                        margin-top: 0;
     50                        margin-bottom: 0;
     51                        color: $color__link;
     52                        text-decoration: underline;
     53                        button {
     54                                all: inherit;
     55                        }
     56                }
     57
    4658        }
    4759
Note: See TracChangeset for help on using the changeset viewer.