|
79 | 79 | -webkit-backdrop-filter: none;
|
80 | 80 | backdrop-filter: none;
|
81 | 81 | }
|
82 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder, |
83 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder { |
| 82 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder, |
| 83 | +.wp-block-post-featured-image .components-placeholder { |
84 | 84 | justify-content: center;
|
85 | 85 | align-items: center;
|
86 | 86 | padding: 0;
|
87 | 87 | min-height: 200px;
|
88 | 88 | }
|
89 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-form-file-upload, |
90 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder .components-form-file-upload { |
| 89 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-form-file-upload, |
| 90 | +.wp-block-post-featured-image .components-placeholder .components-form-file-upload { |
91 | 91 | display: none;
|
92 | 92 | }
|
93 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button.components-button, |
94 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder .components-button.components-button { |
| 93 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button, |
| 94 | +.wp-block-post-featured-image .components-placeholder .components-button { |
95 | 95 | padding: 0;
|
96 | 96 | display: flex;
|
97 | 97 | justify-content: center;
|
|
105 | 105 | border-style: solid;
|
106 | 106 | color: #fff;
|
107 | 107 | }
|
108 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button.components-button > svg, |
109 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder .components-button.components-button > svg { |
| 108 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button > svg, |
| 109 | +.wp-block-post-featured-image .components-placeholder .components-button > svg { |
110 | 110 | color: inherit;
|
111 | 111 | }
|
112 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where(.has-border-color), |
113 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder:where(.has-border-color) { |
| 112 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where(.has-border-color), |
| 113 | +.wp-block-post-featured-image .components-placeholder:where(.has-border-color), |
| 114 | +.wp-block-post-featured-image img:where(.has-border-color) { |
114 | 115 | border-style: solid;
|
115 | 116 | }
|
116 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-color"]), |
117 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder:where([style*="border-top-color"]) { |
| 117 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-color"]), |
| 118 | +.wp-block-post-featured-image .components-placeholder:where([style*="border-top-color"]), |
| 119 | +.wp-block-post-featured-image img:where([style*="border-top-color"]) { |
118 | 120 | border-top-style: solid;
|
119 | 121 | }
|
120 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-color"]), |
121 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder:where([style*="border-right-color"]) { |
| 122 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-color"]), |
| 123 | +.wp-block-post-featured-image .components-placeholder:where([style*="border-right-color"]), |
| 124 | +.wp-block-post-featured-image img:where([style*="border-right-color"]) { |
122 | 125 | border-left-style: solid;
|
123 | 126 | }
|
124 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-color"]), |
125 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-color"]) { |
| 127 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-color"]), |
| 128 | +.wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-color"]), |
| 129 | +.wp-block-post-featured-image img:where([style*="border-bottom-color"]) { |
126 | 130 | border-bottom-style: solid;
|
127 | 131 | }
|
128 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-color"]), |
129 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder:where([style*="border-left-color"]) { |
| 132 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-color"]), |
| 133 | +.wp-block-post-featured-image .components-placeholder:where([style*="border-left-color"]), |
| 134 | +.wp-block-post-featured-image img:where([style*="border-left-color"]) { |
130 | 135 | border-right-style: solid;
|
131 | 136 | }
|
132 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-width"]), |
133 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder:where([style*="border-width"]) { |
| 137 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-width"]), |
| 138 | +.wp-block-post-featured-image .components-placeholder:where([style*="border-width"]), |
| 139 | +.wp-block-post-featured-image img:where([style*="border-width"]) { |
134 | 140 | border-style: solid;
|
135 | 141 | }
|
136 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-width"]), |
137 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder:where([style*="border-top-width"]) { |
| 142 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-width"]), |
| 143 | +.wp-block-post-featured-image .components-placeholder:where([style*="border-top-width"]), |
| 144 | +.wp-block-post-featured-image img:where([style*="border-top-width"]) { |
138 | 145 | border-top-style: solid;
|
139 | 146 | }
|
140 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-width"]), |
141 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder:where([style*="border-right-width"]) { |
| 147 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-width"]), |
| 148 | +.wp-block-post-featured-image .components-placeholder:where([style*="border-right-width"]), |
| 149 | +.wp-block-post-featured-image img:where([style*="border-right-width"]) { |
142 | 150 | border-left-style: solid;
|
143 | 151 | }
|
144 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-width"]), |
145 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-width"]) { |
| 152 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-width"]), |
| 153 | +.wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-width"]), |
| 154 | +.wp-block-post-featured-image img:where([style*="border-bottom-width"]) { |
146 | 155 | border-bottom-style: solid;
|
147 | 156 | }
|
148 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-width"]), |
149 |
| -.wp-block-post-featured-image.wp-block-post-featured-image .components-placeholder:where([style*="border-left-width"]) { |
| 157 | +.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-width"]), |
| 158 | +.wp-block-post-featured-image .components-placeholder:where([style*="border-left-width"]), |
| 159 | +.wp-block-post-featured-image img:where([style*="border-left-width"]) { |
150 | 160 | border-right-style: solid;
|
151 | 161 | }
|
152 |
| -.wp-block-post-featured-image.wp-block-post-featured-image[style*=height] .components-placeholder { |
| 162 | +.wp-block-post-featured-image[style*=height] .components-placeholder { |
153 | 163 | min-height: 48px;
|
154 | 164 | min-width: 48px;
|
155 | 165 | height: 100%;
|
|
0 commit comments