Making WordPress.org

Ticket #6117: 6117.3.patch

File 6117.3.patch, 1.7 KB (added by multidots1896, 3 years ago)

Applied Patch and added css in scss file

  • wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/style.scss

     
    183183        span#installation:target ~ .tabs li#tablink-installation,
    184184        span#developers:target ~ .tabs li#tablink-developers,
    185185        span#advanced.displayed ~ .tabs li#tablink-advanced  {
    186                 border-top: 2px solid #eee;
    187                 border-left: 2px solid #eee;
    188                 border-right: 2px solid #eee;
     186                border-top: 0;
     187                border-left: 0;
     188                border-right: 0;
    189189                border-bottom: 0;
    190190                padding-bottom: 2px;
    191                 background: #fff;
     191                background: #0285b9;
    192192
    193193                @media screen and (max-width:34em) {
    194194                        &.active, &:hover {
     
    197197                }
    198198        }
    199199
     200        span#reviews:not(:target) ~ span#installation:not(:target) ~ span#developers:not(:target) ~ span#advanced:not(.displayed) ~ .tabs li#tablink-description a,
     201        span#reviews:target ~ .tabs li#tablink-reviews a,
     202        span#installation:target ~ .tabs li#tablink-installation a,
     203        span#developers:target ~ .tabs li#tablink-developers a,
     204        span#advanced.displayed ~ .tabs li#tablink-advanced  a{
     205                background: #0285b9;
     206                color: #fff;
     207        }
     208
    200209        span#reviews:not(:target) ~ span#installation:not(:target) ~ span#developers:not(:target) ~ .entry-content #tab-description,
    201210        span#reviews:not(:target) ~ span#installation:not(:target) ~ span#developers:not(:target) ~ .entry-content #screenshots,
    202211        span#reviews:not(:target) ~ span#installation:not(:target) ~ span#developers:not(:target) ~ .entry-content #faq,