Making WordPress.org


Ignore:
Timestamp:
04/02/2020 01:42:12 AM (5 years ago)
Author:
dd32
Message:

Plugin Directory: Always show the section tabs, including in the Advanced view.

Props audrasjb for initial patch.
Fixes #2854.

File:
1 edited

Legend:

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

    r8882 r9680  
    133133    }
    134134
    135     span#reviews:not(:target) ~ span#installation:not(:target) ~ span#developers:not(:target) ~ .tabs li#tablink-description ,
     135    span#reviews:not(:target) ~ span#installation:not(:target) ~ span#developers:not(:target) ~ span#advanced:not(.displayed) ~ .tabs li#tablink-description,
    136136    span#reviews:target ~ .tabs li#tablink-reviews,
    137137    span#installation:target ~ .tabs li#tablink-installation,
    138     span#developers:target ~ .tabs li#tablink-developers  {
     138    span#developers:target ~ .tabs li#tablink-developers,
     139    span#advanced.displayed ~ .tabs li#tablink-advanced  {
    139140        border-top: 2px solid #eee;
    140141        border-left: 2px solid #eee;
Note: See TracChangeset for help on using the changeset viewer.