Making WordPress.org


Ignore:
Timestamp:
03/29/2017 04:20:44 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Insert toggle button through JS

KSES doesn't like buttons apparently and this should be a front-end change
anyway.

See #2296, [5166], [5167].

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

    r5167 r5195  
    3535                }
    3636
    37                 .button-link.no-focus {
    38                         box-shadow: none;
    39                         outline: none;
     37                .button-link {
     38                        display: inherit;
     39                        text-align: inherit;
     40
     41                        &.no-focus {
     42                                box-shadow: none;
     43                                outline: none;
     44                        }
    4045                }
    4146        }
Note: See TracChangeset for help on using the changeset viewer.