@patternfly/patternfly 4.186.0 → 4.188.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Card/card.css +2 -0
- package/components/Card/card.scss +2 -0
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/FormControl/form-control.css +7 -0
- package/components/FormControl/form-control.scss +11 -0
- package/components/Page/themes/dark/page.scss +1 -0
- package/components/Tabs/tabs.css +4 -0
- package/components/Tabs/tabs.scss +5 -0
- package/docs/components/FormControl/examples/FormControl.md +16 -0
- package/docs/components/TabContent/examples/TabContent.md +8 -13
- package/docs/components/Tabs/examples/Tabs.md +1 -0
- package/docs/demos/DataList/examples/DataList.md +12 -0
- package/docs/demos/Tabs/examples/Tabs.md +183 -191
- package/package.json +1 -1
- package/patternfly-no-reset.css +14 -1
- package/patternfly-theme-dark-prefers-color-scheme.css +701 -0
- package/patternfly-theme-dark-prefers-color-scheme.scss +5 -0
- package/patternfly-theme-dark.css +1 -1
- package/patternfly-theme-dark.scss +0 -2
- package/patternfly.css +14 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/themes/dark/_patternfly-theme-dark.scss +1 -1
|
@@ -2110,222 +2110,214 @@ section: components
|
|
|
2110
2110
|
</div>
|
|
2111
2111
|
</div>
|
|
2112
2112
|
</section>
|
|
2113
|
-
<section
|
|
2113
|
+
<section
|
|
2114
|
+
class="pf-c-page__main-section pf-m-limit-width pf-m-light pf-m-no-padding"
|
|
2115
|
+
>
|
|
2114
2116
|
<div class="pf-c-page__main-body">
|
|
2115
|
-
<div
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
>
|
|
2121
|
-
<
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2117
|
+
<div
|
|
2118
|
+
class="pf-c-tabs pf-m-secondary pf-m-page-insets pf-m-border-bottom"
|
|
2119
|
+
id="tabs-tables-and-tabs-example-tabs-secondary"
|
|
2120
|
+
>
|
|
2121
|
+
<ul class="pf-c-tabs__list">
|
|
2122
|
+
<li class="pf-c-tabs__item pf-m-current">
|
|
2123
|
+
<button
|
|
2124
|
+
class="pf-c-tabs__link"
|
|
2125
|
+
aria-controls="tabs-tables-and-tabs-example-tabs-secondary-pod-info-panel"
|
|
2126
|
+
id="tabs-tables-and-tabs-example-tabs-secondary-pod-info-link"
|
|
2127
|
+
>
|
|
2128
|
+
<span class="pf-c-tabs__item-text">Pod information</span>
|
|
2129
|
+
</button>
|
|
2130
|
+
</li>
|
|
2131
|
+
<li class="pf-c-tabs__item">
|
|
2132
|
+
<button
|
|
2133
|
+
class="pf-c-tabs__link"
|
|
2134
|
+
aria-controls="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-panel"
|
|
2135
|
+
id="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-link"
|
|
2136
|
+
>
|
|
2137
|
+
<span class="pf-c-tabs__item-text">Editable Aspects</span>
|
|
2138
|
+
</button>
|
|
2139
|
+
</li>
|
|
2140
|
+
</ul>
|
|
2141
|
+
</div>
|
|
2142
|
+
<section
|
|
2143
|
+
class="pf-c-tab-content"
|
|
2144
|
+
aria-labelledby="tabs-tables-and-tabs-example-tabs-details-link"
|
|
2145
|
+
id="tabs-tables-and-tabs-example-tabs-details-panel"
|
|
2146
|
+
role="tabpanel"
|
|
2147
|
+
tabindex="0"
|
|
2148
|
+
>
|
|
2149
|
+
<div class="pf-c-tab-content__body pf-m-padding">
|
|
2144
2150
|
<section
|
|
2145
2151
|
class="pf-c-tab-content"
|
|
2146
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-
|
|
2147
|
-
id="tabs-tables-and-tabs-example-tabs-
|
|
2152
|
+
aria-labelledby="tabs-tables-and-tabs-example-tabs-secondary-pod-info-link"
|
|
2153
|
+
id="tabs-tables-and-tabs-example-tabs-secondary-pod-info-panel"
|
|
2148
2154
|
role="tabpanel"
|
|
2149
2155
|
tabindex="0"
|
|
2150
2156
|
>
|
|
2151
2157
|
<div class="pf-c-tab-content__body">
|
|
2152
|
-
<
|
|
2153
|
-
class="pf-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
<dd class="pf-c-description-list__description">
|
|
2177
|
-
<div class="pf-c-description-list__text">
|
|
2178
|
-
<div class="pf-l-flex pf-m-space-items-sm">
|
|
2179
|
-
<div class="pf-l-flex__item">
|
|
2180
|
-
<i
|
|
2181
|
-
class="fas fa-fw fa-check-circle"
|
|
2182
|
-
aria-hidden="true"
|
|
2183
|
-
></i>
|
|
2184
|
-
</div>
|
|
2185
|
-
<div class="pf-l-flex__item">Running</div>
|
|
2186
|
-
</div>
|
|
2158
|
+
<div class="pf-l-flex pf-m-column">
|
|
2159
|
+
<div class="pf-l-flex__item">
|
|
2160
|
+
<dl
|
|
2161
|
+
class="pf-c-description-list pf-m-2-col-on-lg"
|
|
2162
|
+
aria-label="Pod information list"
|
|
2163
|
+
>
|
|
2164
|
+
<div class="pf-c-description-list__group">
|
|
2165
|
+
<dt class="pf-c-description-list__term">Name</dt>
|
|
2166
|
+
<dd class="pf-c-description-list__description">
|
|
2167
|
+
<div
|
|
2168
|
+
class="pf-c-description-list__text"
|
|
2169
|
+
>3scale-control-fccb6ddb9-phyqv9</div>
|
|
2170
|
+
</dd>
|
|
2171
|
+
</div>
|
|
2172
|
+
<div class="pf-c-description-list__group">
|
|
2173
|
+
<dt class="pf-c-description-list__term">Status</dt>
|
|
2174
|
+
<dd class="pf-c-description-list__description">
|
|
2175
|
+
<div class="pf-c-description-list__text">
|
|
2176
|
+
<div class="pf-l-flex pf-m-space-items-sm">
|
|
2177
|
+
<div class="pf-l-flex__item">
|
|
2178
|
+
<i
|
|
2179
|
+
class="fas fa-fw fa-check-circle"
|
|
2180
|
+
aria-hidden="true"
|
|
2181
|
+
></i>
|
|
2187
2182
|
</div>
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
<
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2183
|
+
<div class="pf-l-flex__item">Running</div>
|
|
2184
|
+
</div>
|
|
2185
|
+
</div>
|
|
2186
|
+
</dd>
|
|
2187
|
+
</div>
|
|
2188
|
+
<div class="pf-c-description-list__group">
|
|
2189
|
+
<dt class="pf-c-description-list__term">Namespace</dt>
|
|
2190
|
+
<dd class="pf-c-description-list__description">
|
|
2191
|
+
<div class="pf-c-description-list__text">
|
|
2192
|
+
<div class="pf-l-flex pf-m-space-items-sm">
|
|
2193
|
+
<div class="pf-l-flex__item">
|
|
2194
|
+
<span class="pf-c-label pf-m-cyan">
|
|
2195
|
+
<span class="pf-c-label__content">NS</span>
|
|
2196
|
+
</span>
|
|
2197
|
+
</div>
|
|
2198
|
+
<div class="pf-l-flex__item">
|
|
2199
|
+
<a href="#">knative-serving-ingress</a>
|
|
2204
2200
|
</div>
|
|
2205
|
-
</
|
|
2201
|
+
</div>
|
|
2206
2202
|
</div>
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2203
|
+
</dd>
|
|
2204
|
+
</div>
|
|
2205
|
+
<div class="pf-c-description-list__group">
|
|
2206
|
+
<dt class="pf-c-description-list__term">Restart policy</dt>
|
|
2207
|
+
<dd class="pf-c-description-list__description">
|
|
2208
|
+
<div
|
|
2209
|
+
class="pf-c-description-list__text"
|
|
2210
|
+
>Always restart</div>
|
|
2211
|
+
</dd>
|
|
2212
|
+
</div>
|
|
2213
|
+
<div class="pf-c-description-list__group">
|
|
2214
|
+
<dt class="pf-c-description-list__term">Pod IP</dt>
|
|
2215
|
+
<dd class="pf-c-description-list__description">
|
|
2216
|
+
<div class="pf-c-description-list__text">10..345.2.197</div>
|
|
2217
|
+
</dd>
|
|
2218
|
+
</div>
|
|
2219
|
+
<div class="pf-c-description-list__group">
|
|
2220
|
+
<dt
|
|
2221
|
+
class="pf-c-description-list__term"
|
|
2222
|
+
>Active deadline seconds</dt>
|
|
2223
|
+
<dd class="pf-c-description-list__description">
|
|
2224
|
+
<div
|
|
2225
|
+
class="pf-c-description-list__text"
|
|
2226
|
+
>Not configured</div>
|
|
2227
|
+
</dd>
|
|
2228
|
+
</div>
|
|
2229
|
+
<div class="pf-c-description-list__group">
|
|
2230
|
+
<dt class="pf-c-description-list__term">Created at</dt>
|
|
2231
|
+
<dd class="pf-c-description-list__description">
|
|
2232
|
+
<div class="pf-c-description-list__text">
|
|
2233
|
+
<time>Oct 15, 1:51 pm</time>
|
|
2216
2234
|
</div>
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
>Active deadline seconds</dt>
|
|
2229
|
-
<dd class="pf-c-description-list__description">
|
|
2230
|
-
<div
|
|
2231
|
-
class="pf-c-description-list__text"
|
|
2232
|
-
>Not configured</div>
|
|
2233
|
-
</dd>
|
|
2234
|
-
</div>
|
|
2235
|
-
<div class="pf-c-description-list__group">
|
|
2236
|
-
<dt class="pf-c-description-list__term">Created at</dt>
|
|
2237
|
-
<dd class="pf-c-description-list__description">
|
|
2238
|
-
<div class="pf-c-description-list__text">
|
|
2239
|
-
<time>Oct 15, 1:51 pm</time>
|
|
2240
|
-
</div>
|
|
2241
|
-
</dd>
|
|
2242
|
-
</div>
|
|
2243
|
-
<div class="pf-c-description-list__group">
|
|
2244
|
-
<dt class="pf-c-description-list__term">Node</dt>
|
|
2245
|
-
<dd class="pf-c-description-list__description">
|
|
2246
|
-
<div class="pf-c-description-list__text">
|
|
2247
|
-
<div class="pf-l-flex pf-m-space-items-sm">
|
|
2248
|
-
<div class="pf-l-flex__item">
|
|
2249
|
-
<span class="pf-c-label pf-m-purple">
|
|
2250
|
-
<span class="pf-c-label__content">N</span>
|
|
2251
|
-
</span>
|
|
2252
|
-
</div>
|
|
2253
|
-
<div
|
|
2254
|
-
class="pf-l-flex__item"
|
|
2255
|
-
>ip-10-0-233-118.us-east-2.computer.external</div>
|
|
2256
|
-
</div>
|
|
2235
|
+
</dd>
|
|
2236
|
+
</div>
|
|
2237
|
+
<div class="pf-c-description-list__group">
|
|
2238
|
+
<dt class="pf-c-description-list__term">Node</dt>
|
|
2239
|
+
<dd class="pf-c-description-list__description">
|
|
2240
|
+
<div class="pf-c-description-list__text">
|
|
2241
|
+
<div class="pf-l-flex pf-m-space-items-sm">
|
|
2242
|
+
<div class="pf-l-flex__item">
|
|
2243
|
+
<span class="pf-c-label pf-m-purple">
|
|
2244
|
+
<span class="pf-c-label__content">N</span>
|
|
2245
|
+
</span>
|
|
2257
2246
|
</div>
|
|
2258
|
-
|
|
2247
|
+
<div
|
|
2248
|
+
class="pf-l-flex__item"
|
|
2249
|
+
>ip-10-0-233-118.us-east-2.computer.external</div>
|
|
2250
|
+
</div>
|
|
2259
2251
|
</div>
|
|
2260
|
-
</
|
|
2252
|
+
</dd>
|
|
2261
2253
|
</div>
|
|
2262
|
-
</
|
|
2254
|
+
</dl>
|
|
2263
2255
|
</div>
|
|
2264
|
-
</
|
|
2265
|
-
<section
|
|
2266
|
-
class="pf-c-tab-content"
|
|
2267
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-link"
|
|
2268
|
-
id="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-panel"
|
|
2269
|
-
role="tabpanel"
|
|
2270
|
-
tabindex="0"
|
|
2271
|
-
hidden
|
|
2272
|
-
>
|
|
2273
|
-
<div class="pf-c-tab-content__body">Editable aspects panel</div>
|
|
2274
|
-
</section>
|
|
2256
|
+
</div>
|
|
2275
2257
|
</div>
|
|
2276
2258
|
</section>
|
|
2277
2259
|
<section
|
|
2278
2260
|
class="pf-c-tab-content"
|
|
2279
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-
|
|
2280
|
-
id="tabs-tables-and-tabs-example-tabs-
|
|
2281
|
-
role="tabpanel"
|
|
2282
|
-
tabindex="0"
|
|
2283
|
-
hidden
|
|
2284
|
-
>
|
|
2285
|
-
<div class="pf-c-tab-content__body">YAML panel</div>
|
|
2286
|
-
</section>
|
|
2287
|
-
<section
|
|
2288
|
-
class="pf-c-tab-content"
|
|
2289
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-environment-link"
|
|
2290
|
-
id="tabs-tables-and-tabs-example-tabs-environment-panel"
|
|
2291
|
-
role="tabpanel"
|
|
2292
|
-
tabindex="0"
|
|
2293
|
-
hidden
|
|
2294
|
-
>
|
|
2295
|
-
<div class="pf-c-tab-content__body">Environment panel</div>
|
|
2296
|
-
</section>
|
|
2297
|
-
<section
|
|
2298
|
-
class="pf-c-tab-content"
|
|
2299
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-logs-link"
|
|
2300
|
-
id="tabs-tables-and-tabs-example-tabs-logs-panel"
|
|
2301
|
-
role="tabpanel"
|
|
2302
|
-
tabindex="0"
|
|
2303
|
-
hidden
|
|
2304
|
-
>
|
|
2305
|
-
<div class="pf-c-tab-content__body">Logs panel</div>
|
|
2306
|
-
</section>
|
|
2307
|
-
<section
|
|
2308
|
-
class="pf-c-tab-content"
|
|
2309
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-events-link"
|
|
2310
|
-
id="tabs-tables-and-tabs-example-tabs-events-panel"
|
|
2261
|
+
aria-labelledby="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-link"
|
|
2262
|
+
id="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-panel"
|
|
2311
2263
|
role="tabpanel"
|
|
2312
2264
|
tabindex="0"
|
|
2313
2265
|
hidden
|
|
2314
2266
|
>
|
|
2315
|
-
<div class="pf-c-tab-content__body">
|
|
2316
|
-
</section>
|
|
2317
|
-
<section
|
|
2318
|
-
class="pf-c-tab-content"
|
|
2319
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-terminal-link"
|
|
2320
|
-
id="tabs-tables-and-tabs-example-tabs-terminal-panel"
|
|
2321
|
-
role="tabpanel"
|
|
2322
|
-
tabindex="0"
|
|
2323
|
-
hidden
|
|
2324
|
-
>
|
|
2325
|
-
<div class="pf-c-tab-content__body">Terminal panel</div>
|
|
2267
|
+
<div class="pf-c-tab-content__body">Editable aspects panel</div>
|
|
2326
2268
|
</section>
|
|
2327
2269
|
</div>
|
|
2328
|
-
</
|
|
2270
|
+
</section>
|
|
2271
|
+
<section
|
|
2272
|
+
class="pf-c-tab-content"
|
|
2273
|
+
aria-labelledby="tabs-tables-and-tabs-example-tabs-yaml-link"
|
|
2274
|
+
id="tabs-tables-and-tabs-example-tabs-yaml-panel"
|
|
2275
|
+
role="tabpanel"
|
|
2276
|
+
tabindex="0"
|
|
2277
|
+
hidden
|
|
2278
|
+
>
|
|
2279
|
+
<div class="pf-c-tab-content__body pf-m-padding">YAML panel</div>
|
|
2280
|
+
</section>
|
|
2281
|
+
<section
|
|
2282
|
+
class="pf-c-tab-content"
|
|
2283
|
+
aria-labelledby="tabs-tables-and-tabs-example-tabs-environment-link"
|
|
2284
|
+
id="tabs-tables-and-tabs-example-tabs-environment-panel"
|
|
2285
|
+
role="tabpanel"
|
|
2286
|
+
tabindex="0"
|
|
2287
|
+
hidden
|
|
2288
|
+
>
|
|
2289
|
+
<div class="pf-c-tab-content__body pf-m-padding">Environment panel</div>
|
|
2290
|
+
</section>
|
|
2291
|
+
<section
|
|
2292
|
+
class="pf-c-tab-content"
|
|
2293
|
+
aria-labelledby="tabs-tables-and-tabs-example-tabs-logs-link"
|
|
2294
|
+
id="tabs-tables-and-tabs-example-tabs-logs-panel"
|
|
2295
|
+
role="tabpanel"
|
|
2296
|
+
tabindex="0"
|
|
2297
|
+
hidden
|
|
2298
|
+
>
|
|
2299
|
+
<div class="pf-c-tab-content__body pf-m-padding">Logs panel</div>
|
|
2300
|
+
</section>
|
|
2301
|
+
<section
|
|
2302
|
+
class="pf-c-tab-content"
|
|
2303
|
+
aria-labelledby="tabs-tables-and-tabs-example-tabs-events-link"
|
|
2304
|
+
id="tabs-tables-and-tabs-example-tabs-events-panel"
|
|
2305
|
+
role="tabpanel"
|
|
2306
|
+
tabindex="0"
|
|
2307
|
+
hidden
|
|
2308
|
+
>
|
|
2309
|
+
<div class="pf-c-tab-content__body pf-m-padding">Events panel</div>
|
|
2310
|
+
</section>
|
|
2311
|
+
<section
|
|
2312
|
+
class="pf-c-tab-content"
|
|
2313
|
+
aria-labelledby="tabs-tables-and-tabs-example-tabs-terminal-link"
|
|
2314
|
+
id="tabs-tables-and-tabs-example-tabs-terminal-panel"
|
|
2315
|
+
role="tabpanel"
|
|
2316
|
+
tabindex="0"
|
|
2317
|
+
hidden
|
|
2318
|
+
>
|
|
2319
|
+
<div class="pf-c-tab-content__body pf-m-padding">Terminal panel</div>
|
|
2320
|
+
</section>
|
|
2329
2321
|
</div>
|
|
2330
2322
|
</section>
|
|
2331
2323
|
</main>
|
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -7639,6 +7639,7 @@ button.pf-c-breadcrumb__link {
|
|
|
7639
7639
|
--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY: var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base);
|
|
7640
7640
|
--pf-c-card--m-flat--m-selectable-raised--m-selected-raised--TranslateY: calc(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base) + var(--pf-c-card--m-flat--BorderWidth));
|
|
7641
7641
|
--pf-c-card--m-rounded--m-selectable-raised--m-selected-raised--TranslateY: calc(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY--base) + var(--pf-c-card--m-rounded--BorderRadius));
|
|
7642
|
+
--pf-c-card--m-selectable-raised--m-selected-raised--ZIndex: var(--pf-global--ZIndex--xs);
|
|
7642
7643
|
--pf-c-card--m-selectable-raised--m-selected-raised--Transition: transform .25s linear, box-shadow .25s linear;
|
|
7643
7644
|
--pf-c-card--m-selectable-raised--m-selected-raised--before--Transition: transform .25s linear;
|
|
7644
7645
|
--pf-c-card--m-selectable-raised--m-selected-raised--before--TranslateY: calc(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY) * -1);
|
|
@@ -7743,6 +7744,7 @@ button.pf-c-breadcrumb__link {
|
|
|
7743
7744
|
--pf-c-card--m-selectable-raised--before--Transition: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--Transition);
|
|
7744
7745
|
--pf-c-card--m-selectable-raised--before--TranslateY: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--TranslateY);
|
|
7745
7746
|
--pf-c-card--m-selectable-raised--before--ScaleY: var(--pf-c-card--m-selectable-raised--m-selected-raised--before--ScaleY);
|
|
7747
|
+
z-index: var(--pf-c-card--m-selectable-raised--m-selected-raised--ZIndex);
|
|
7746
7748
|
box-shadow: var(--pf-c-card--m-selectable-raised--m-selected-raised--BoxShadow);
|
|
7747
7749
|
transition: var(--pf-c-card--m-selectable-raised--m-selected-raised--Transition);
|
|
7748
7750
|
transform: translateY(var(--pf-c-card--m-selectable-raised--m-selected-raised--TranslateY));
|
|
@@ -13453,7 +13455,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13453
13455
|
--pf-c-form--m-horizontal__group-label--md--GridColumnWidth: 9.375rem;
|
|
13454
13456
|
--pf-c-form--m-horizontal__group-label--md--GridColumnGap: var(--pf-global--spacer--md);
|
|
13455
13457
|
--pf-c-form--m-horizontal__group-control--md--GridColumnWidth: 1fr;
|
|
13456
|
-
--pf-c-form--m-limit-width--MaxWidth:
|
|
13458
|
+
--pf-c-form--m-limit-width--MaxWidth: 55rem;
|
|
13457
13459
|
--pf-c-form--m-horizontal__group-label--md--PaddingTop: calc((((((var(--pf-global--FontSize--md) * var(--pf-global--LineHeight--md)) + (2 * var(--pf-global--BorderWidth--sm))) - var(--pf-global--FontSize--md)) / 2) + var(--pf-global--FontSize--md)) - ((((var(--pf-global--FontSize--sm) * var(--pf-global--LineHeight--sm)) - var(--pf-global--FontSize--sm)) / 2) + var(--pf-global--FontSize--sm)) + var(--pf-global--BorderWidth--sm));
|
|
13458
13460
|
--pf-c-form__group-label--PaddingBottom: var(--pf-global--spacer--sm);
|
|
13459
13461
|
--pf-c-form--m-horizontal__group-label--m-no-padding--md--PaddingTop: 0;
|
|
@@ -13976,6 +13978,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13976
13978
|
--pf-c-form-control--m-expanded--PaddingBottom: calc(var(--pf-global--spacer--form-element) - var(--pf-c-form-control--focus--BorderBottomWidth));
|
|
13977
13979
|
--pf-c-form-control--m-expanded--BorderBottomColor: var(--pf-global--primary-color--100);
|
|
13978
13980
|
--pf-c-form-control--placeholder--Color: var(--pf-global--Color--dark-200);
|
|
13981
|
+
--pf-c-form-control--placeholder--child--Color: var(--pf-global--Color--100);
|
|
13979
13982
|
--pf-c-form-control--disabled--Color: var(--pf-global--disabled-color--100);
|
|
13980
13983
|
--pf-c-form-control--disabled--BackgroundColor: var(--pf-global--disabled-color--300);
|
|
13981
13984
|
--pf-c-form-control--disabled--BorderColor: transparent;
|
|
@@ -14236,6 +14239,12 @@ select.pf-c-form-control.pf-m-warning {
|
|
|
14236
14239
|
select.pf-c-form-control.pf-m-placeholder {
|
|
14237
14240
|
color: var(--pf-c-form-control--placeholder--Color);
|
|
14238
14241
|
}
|
|
14242
|
+
select.pf-c-form-control.pf-m-placeholder * {
|
|
14243
|
+
color: var(--pf-c-form-control--placeholder--child--Color);
|
|
14244
|
+
}
|
|
14245
|
+
select.pf-c-form-control.pf-m-placeholder *:disabled {
|
|
14246
|
+
color: revert;
|
|
14247
|
+
}
|
|
14239
14248
|
|
|
14240
14249
|
textarea.pf-c-form-control {
|
|
14241
14250
|
--pf-c-form-control--success--BackgroundPositionY: var(--pf-c-form-control--textarea--success--BackgroundPositionY);
|
|
@@ -26652,6 +26661,10 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
26652
26661
|
--pf-c-tabs--before--BorderBottomWidth: 0;
|
|
26653
26662
|
--pf-c-tabs__link--disabled--before--BorderBottomWidth: 0;
|
|
26654
26663
|
}
|
|
26664
|
+
.pf-c-tabs.pf-m-border-bottom {
|
|
26665
|
+
--pf-c-tabs--before--BorderBottomWidth: var(--pf-c-tabs--before--border-width--base);
|
|
26666
|
+
--pf-c-tabs__link--disabled--before--BorderBottomWidth: var(--pf-c-tabs--before--border-width--base);
|
|
26667
|
+
}
|
|
26655
26668
|
.pf-c-tabs.pf-m-box .pf-c-tabs__link, .pf-c-tabs.pf-m-vertical .pf-c-tabs__link {
|
|
26656
26669
|
--pf-c-tabs__link--after--BorderBottomWidth: 0;
|
|
26657
26670
|
}
|