Changeset 12050 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/admin.scss
- Timestamp:
- 09/05/2022 05:14:31 AM (2 years ago)
- 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 1 3 /* =Admin CSS 2 4 ----------------------------------------------- */ … … 25 27 26 28 /* Explanations */ 27 28 29 .fixed { 29 30 .column-has_explanation { … … 40 41 margin-top: 4px; 41 42 42 &:focus, &:hover { 43 &:focus, 44 &:hover { 43 45 color: #0073aa; 44 46 } … … 49 51 50 52 .screen-reader-text { 53 51 54 @media screen and (max-width: 782px) { 52 55 position: static; … … 59 62 } 60 63 61 & [aria-hidden="true"] { 64 [aria-hidden="true"] { 65 62 66 @media screen and (max-width: 782px) { 63 67 display: none; … … 81 85 padding-left: 0; 82 86 } 87 83 88 &:nth-child(n+2) { 84 89 padding-left: 8px; … … 89 94 90 95 .status { 91 font-weight: bold;96 font-weight: 700; 92 97 93 98 &.pending { 94 color: red;99 color: #f00; 95 100 } 96 101 97 102 &.publish { 98 color: green;103 color: #008000; 99 104 } 100 105 } 106 101 107 .post-type-wp-parser-function, 102 108 .post-type-wp-parser-class, … … 108 114 padding-bottom: 10px; 109 115 } 116 110 117 td { 111 118 padding: 10px;
Note: See TracChangeset
for help on using the changeset viewer.