Making WordPress.org


Ignore:
Timestamp:
09/05/2022 05:14:31 AM (2 years ago)
Author:
dufresnesteven
Message:

wporg-developer: Sync with https://github.com/WordPress/wporg-developer/commit/790d402933d2725374de0d19e6bf6a576c8b15d2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/admin.scss

    r7816 r12050  
     1// stylelint-disable selector-id-pattern -- These are generated names.
     2
    13/* =Admin CSS
    24----------------------------------------------- */
     
    2527
    2628/* Explanations */
    27 
    2829.fixed {
    2930    .column-has_explanation {
     
    4041        margin-top: 4px;
    4142
    42         &:focus, &:hover {
     43        &:focus,
     44        &:hover {
    4345            color: #0073aa;
    4446        }
     
    4951
    5052        .screen-reader-text {
     53
    5154            @media screen and (max-width: 782px) {
    5255                position: static;
     
    5962        }
    6063
    61         & [aria-hidden="true"] {
     64        [aria-hidden="true"] {
     65
    6266            @media screen and (max-width: 782px) {
    6367                display: none;
     
    8185            padding-left: 0;
    8286        }
     87
    8388        &:nth-child(n+2) {
    8489            padding-left: 8px;
     
    8994
    9095.status {
    91     font-weight: bold;
     96    font-weight: 700;
    9297
    9398    &.pending {
    94         color: red;
     99        color: #f00;
    95100    }
    96101
    97102    &.publish {
    98         color: green;
     103        color: #008000;
    99104    }
    100105}
     106
    101107.post-type-wp-parser-function,
    102108.post-type-wp-parser-class,
     
    108114            padding-bottom: 10px;
    109115        }
     116
    110117        td {
    111118            padding: 10px;
Note: See TracChangeset for help on using the changeset viewer.