Ticket #6117: 6117.3.patch
File 6117.3.patch, 1.7 KB (added by , 3 years ago) |
---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/style.scss
183 183 span#installation:target ~ .tabs li#tablink-installation, 184 184 span#developers:target ~ .tabs li#tablink-developers, 185 185 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; 189 189 border-bottom: 0; 190 190 padding-bottom: 2px; 191 background: # fff;191 background: #0285b9; 192 192 193 193 @media screen and (max-width:34em) { 194 194 &.active, &:hover { … … 197 197 } 198 198 } 199 199 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 200 209 span#reviews:not(:target) ~ span#installation:not(:target) ~ span#developers:not(:target) ~ .entry-content #tab-description, 201 210 span#reviews:not(:target) ~ span#installation:not(:target) ~ span#developers:not(:target) ~ .entry-content #screenshots, 202 211 span#reviews:not(:target) ~ span#installation:not(:target) ~ span#developers:not(:target) ~ .entry-content #faq,