@patternfly/patternfly 4.157.1 → 4.159.2

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/README.md CHANGED
@@ -58,7 +58,7 @@ To create 3 new demos named "Test demo", "Test demo 2", and "Test demo 3", run:
58
58
  #### Update screenshots
59
59
  When making visual changes to a full page example, new example preview screenshots must be generated. To update the screenshots:
60
60
 
61
- - open a terminal and run `yarn build && yarn run serve`
61
+ - open a terminal and run `yarn build && yarn serve`
62
62
  - in another terminal, run `yarn screenshots`
63
63
 
64
64
  ## Guidelines for CSS development
@@ -83,7 +83,7 @@ To run the a11y audit locally:
83
83
 
84
84
  - install the latest [chromedriver](http://chromedriver.chromium.org/downloads) and ensure its available on your system `$PATH`
85
85
  - macOS users can simply `brew cask install chromedriver`
86
- - open a terminal and run `yarn build && yarn run serve`
86
+ - open a terminal and run `yarn build && yarn serve`
87
87
  - in another terminal, run `yarn a11y`
88
88
 
89
89
  The tool is configured to return WCAG 2.0 AA violations for the full page renderings of all components, layouts, utilities, and demos. The tool will provide feedback about what the violation is and a link to documentation about how to address the violation.
package/RELEASE-NOTES.md CHANGED
@@ -4,6 +4,36 @@ section: developer-resources
4
4
  releaseNoteTOC: true
5
5
  ---
6
6
 
7
+ ## 2021.15 release notes (2021-11-16)
8
+ Packages released:
9
+ - [@patternfly/patternfly@v4.159.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.159.1)
10
+
11
+ ### Components
12
+ - **Card:** Added non-selectable card, updated card view demo ([#4500](https://github.com/patternfly/patternfly/pull/4500))
13
+ - **Dropdown:**
14
+ - Added secondary variant to dropdown ([#4498](https://github.com/patternfly/patternfly/pull/4498))
15
+ - Applied primary styling to split ([#4508](https://github.com/patternfly/patternfly/pull/4508))
16
+ - **Dual list selector:** Aligned html/a11y with react ([#4499](https://github.com/patternfly/patternfly/pull/4499))
17
+ - **Form select:** Matched padding with select ([#4490](https://github.com/patternfly/patternfly/pull/4490))
18
+ - **Log viewer:**
19
+ - Added nowrap variation ([#4455](https://github.com/patternfly/patternfly/pull/4455))
20
+ - Updated the way dark theme is applied ([#4506](https://github.com/patternfly/patternfly/pull/4506))
21
+ - **Menu toggle:**
22
+ - Added plain w/text variant ([#4491](https://github.com/patternfly/patternfly/pull/4491))
23
+ - Added rounded corners to primary ([#4494](https://github.com/patternfly/patternfly/pull/4494))
24
+ - **Menu:** Added nav variant ([#4513](https://github.com/patternfly/patternfly/pull/4513))
25
+ - **Nav:**
26
+ - Added drilldown menu to nav ([#4458](https://github.com/patternfly/patternfly/pull/4458))
27
+ - Fixed toggle icon rotation ([#4486](https://github.com/patternfly/patternfly/pull/4486))
28
+ - **Options menu:** Moved text into button in plain text variant ([#4492](https://github.com/patternfly/patternfly/pull/4492))
29
+ - **Table:** Fixed pf-m-truncate alignment ([#4489](https://github.com/patternfly/patternfly/pull/4489))
30
+ - **TextInputGroup:** Added disabled styling ([#4484](https://github.com/patternfly/patternfly/pull/4484))
31
+ - **Tooltip:** Added support for diagonal positioning ([#4470](https://github.com/patternfly/patternfly/pull/4470))
32
+
33
+ ### Other
34
+ - **README:** Updated a11y docs, s/npm run/yarn ([#4496](https://github.com/patternfly/patternfly/pull/4496))
35
+
36
+
7
37
  ## 2021.14 release notes (2021-10-26)
8
38
  Packages released:
9
39
  - [@patternfly/patternfly@v4.151.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.151.4)
@@ -15,10 +15,10 @@
15
15
  --pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-global--BorderColor--200);
16
16
  --pf-c-dropdown__toggle--before--BorderLeftColor: var(--pf-global--BorderColor--300);
17
17
  --pf-c-dropdown__toggle--hover--before--BorderBottomColor: var(--pf-global--active-color--100);
18
- --pf-c-dropdown__toggle--active--before--BorderBottomWidth: var(--pf-global--BorderWidth--md);
19
- --pf-c-dropdown__toggle--active--before--BorderBottomColor: var(--pf-global--active-color--100);
20
18
  --pf-c-dropdown__toggle--focus--before--BorderBottomWidth: var(--pf-global--BorderWidth--md);
21
19
  --pf-c-dropdown__toggle--focus--before--BorderBottomColor: var(--pf-global--active-color--100);
20
+ --pf-c-dropdown__toggle--active--before--BorderBottomWidth: var(--pf-global--BorderWidth--md);
21
+ --pf-c-dropdown__toggle--active--before--BorderBottomColor: var(--pf-global--active-color--100);
22
22
  --pf-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: var(--pf-global--BorderWidth--md);
23
23
  --pf-c-dropdown--m-expanded__toggle--before--BorderBottomColor: var(--pf-global--active-color--100);
24
24
  --pf-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-global--disabled-color--300);
@@ -32,9 +32,22 @@
32
32
  --pf-c-dropdown__toggle--m-primary--BorderRadius: var(--pf-global--BorderRadius--sm);
33
33
  --pf-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--100);
34
34
  --pf-c-dropdown__toggle--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
35
- --pf-c-dropdown__toggle--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
36
35
  --pf-c-dropdown__toggle--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
36
+ --pf-c-dropdown__toggle--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
37
37
  --pf-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--200);
38
+ --pf-c-dropdown__toggle--m-secondary--Color: var(--pf-global--primary-color--100);
39
+ --pf-c-dropdown__toggle--m-secondary--BorderRadius: var(--pf-global--BorderRadius--sm);
40
+ --pf-c-dropdown__toggle--m-secondary--BackgroundColor: transparent;
41
+ --pf-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--sm);
42
+ --pf-c-dropdown__toggle--m-secondary--hover--before--BorderWidth: var(--pf-global--BorderWidth--md);
43
+ --pf-c-dropdown__toggle--m-secondary--focus--before--BorderWidth: var(--pf-global--BorderWidth--md);
44
+ --pf-c-dropdown__toggle--m-secondary--active--before--BorderWidth: var(--pf-global--BorderWidth--md);
45
+ --pf-c-dropdown__toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
46
+ --pf-c-dropdown__toggle--m-secondary--hover--before--BorderColor: var(--pf-global--primary-color--100);
47
+ --pf-c-dropdown__toggle--m-secondary--focus--before--BorderColor: var(--pf-global--primary-color--100);
48
+ --pf-c-dropdown__toggle--m-secondary--active--before--BorderColor: var(--pf-global--primary-color--100);
49
+ --pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--md);
50
+ --pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
38
51
  --pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
39
52
  --pf-c-dropdown__toggle--m-split-button--child--PaddingTop: var(--pf-global--spacer--form-element);
40
53
  --pf-c-dropdown__toggle--m-split-button--child--PaddingRight: var(--pf-global--spacer--xs);
@@ -261,18 +274,18 @@
261
274
  border-top-right-radius: var(--pf-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
262
275
  border-bottom-right-radius: var(--pf-c-dropdown__toggle--m-split-button--m-primary--child--BorderRadius);
263
276
  }
264
- .pf-c-dropdown__toggle:not(.pf-m-action):hover::before, .pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:hover::before {
277
+ .pf-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):hover::before, .pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:hover::before {
265
278
  --pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-c-dropdown__toggle--hover--before--BorderBottomColor);
266
279
  }
267
- .pf-c-dropdown__toggle:not(.pf-m-action):active::before, .pf-c-dropdown__toggle:not(.pf-m-action).pf-m-active::before, .pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:active::before {
280
+ .pf-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):active::before, .pf-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary).pf-m-active::before, .pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:active::before {
268
281
  --pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-c-dropdown__toggle--active--before--BorderBottomColor);
269
282
  border-bottom-width: var(--pf-c-dropdown__toggle--active--before--BorderBottomWidth);
270
283
  }
271
- .pf-c-dropdown__toggle:not(.pf-m-action):focus::before, .pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:focus::before {
284
+ .pf-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary):focus::before, .pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button:focus::before {
272
285
  --pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-c-dropdown__toggle--focus--before--BorderBottomColor);
273
286
  border-bottom-width: var(--pf-c-dropdown__toggle--focus--before--BorderBottomWidth);
274
287
  }
275
- .pf-m-expanded > .pf-c-dropdown__toggle:not(.pf-m-action)::before, .pf-m-expanded > .pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button::before {
288
+ .pf-m-expanded > .pf-c-dropdown__toggle:not(.pf-m-action):not(.pf-m-secondary)::before, .pf-m-expanded > .pf-c-dropdown__toggle.pf-m-action .pf-c-dropdown__toggle-button::before {
276
289
  --pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-c-dropdown--m-expanded__toggle--before--BorderBottomColor);
277
290
  border-bottom-width: var(--pf-c-dropdown--m-expanded__toggle--before--BorderBottomWidth);
278
291
  }
@@ -288,7 +301,7 @@
288
301
  .pf-c-dropdown__toggle.pf-m-plain::before {
289
302
  border: 0;
290
303
  }
291
- .pf-c-dropdown__toggle.pf-m-plain:hover, .pf-c-dropdown__toggle.pf-m-plain:active, .pf-c-dropdown__toggle.pf-m-plain.pf-m-active, .pf-c-dropdown__toggle.pf-m-plain:focus, .pf-m-expanded > .pf-c-dropdown__toggle.pf-m-plain {
304
+ .pf-c-dropdown__toggle.pf-m-plain:hover, .pf-c-dropdown__toggle.pf-m-plain:focus, .pf-c-dropdown__toggle.pf-m-plain:active, .pf-c-dropdown__toggle.pf-m-plain.pf-m-active, .pf-m-expanded > .pf-c-dropdown__toggle.pf-m-plain {
292
305
  --pf-c-dropdown__toggle--m-plain--Color: var(--pf-c-dropdown__toggle--m-plain--hover--Color);
293
306
  }
294
307
  .pf-c-dropdown__toggle.pf-m-plain.pf-m-disabled, .pf-c-dropdown__toggle.pf-m-plain:disabled {
@@ -308,15 +321,37 @@
308
321
  .pf-c-dropdown__toggle.pf-m-primary:hover {
309
322
  --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--hover--BackgroundColor);
310
323
  }
311
- .pf-c-dropdown__toggle.pf-m-primary:active, .pf-c-dropdown__toggle.pf-m-primary.pf-m-active {
312
- --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--active--BackgroundColor);
313
- }
314
324
  .pf-c-dropdown__toggle.pf-m-primary:focus {
315
325
  --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--focus--BackgroundColor);
316
326
  }
327
+ .pf-c-dropdown__toggle.pf-m-primary:active, .pf-c-dropdown__toggle.pf-m-primary.pf-m-active {
328
+ --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--active--BackgroundColor);
329
+ }
317
330
  .pf-m-expanded > .pf-c-dropdown__toggle.pf-m-primary {
318
331
  --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor);
319
332
  }
333
+ .pf-c-dropdown__toggle.pf-m-secondary {
334
+ --pf-c-dropdown__toggle--Color: var(--pf-c-dropdown__toggle--m-secondary--Color);
335
+ --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-secondary--BackgroundColor);
336
+ border-radius: var(--pf-c-dropdown__toggle--m-secondary--BorderRadius);
337
+ }
338
+ .pf-c-dropdown__toggle.pf-m-secondary::before {
339
+ border: var(--pf-c-dropdown__toggle--m-secondary--before--BorderWidth) solid var(--pf-c-dropdown__toggle--m-secondary--before--BorderColor);
340
+ border-radius: var(--pf-c-dropdown__toggle--m-secondary--BorderRadius);
341
+ }
342
+ .pf-c-dropdown__toggle.pf-m-secondary:hover {
343
+ --pf-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-c-dropdown__toggle--m-secondary--hover--before--BorderWidth);
344
+ }
345
+ .pf-c-dropdown__toggle.pf-m-secondary:focus {
346
+ --pf-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-c-dropdown__toggle--m-secondary--focus--before--BorderWidth);
347
+ }
348
+ .pf-c-dropdown__toggle.pf-m-secondary:active, .pf-c-dropdown__toggle.pf-m-secondary.pf-m-active {
349
+ --pf-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-c-dropdown__toggle--m-secondary--active--before--BorderWidth);
350
+ }
351
+ .pf-m-expanded > .pf-c-dropdown__toggle.pf-m-secondary {
352
+ --pf-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth);
353
+ --pf-c-dropdown__toggle--m-secondary--before--BorderColor: var(--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor);
354
+ }
320
355
  .pf-c-dropdown__toggle > .pf-c-badge {
321
356
  --pf-c-dropdown__toggle-icon--MarginLeft: var(--pf-c-dropdown__toggle--c-badge__toggle-icon--MarginLeft);
322
357
  --pf-c-dropdown__toggle-icon--MarginRight: var(--pf-c-dropdown__toggle--c-badge__toggle-icon--MarginRight);
@@ -18,27 +18,46 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
18
18
  --pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-global--BorderColor--200);
19
19
  --pf-c-dropdown__toggle--before--BorderLeftColor: var(--pf-global--BorderColor--300);
20
20
  --pf-c-dropdown__toggle--hover--before--BorderBottomColor: var(--pf-global--active-color--100);
21
- --pf-c-dropdown__toggle--active--before--BorderBottomWidth: var(--pf-global--BorderWidth--md);
22
- --pf-c-dropdown__toggle--active--before--BorderBottomColor: var(--pf-global--active-color--100);
23
21
  --pf-c-dropdown__toggle--focus--before--BorderBottomWidth: var(--pf-global--BorderWidth--md);
24
22
  --pf-c-dropdown__toggle--focus--before--BorderBottomColor: var(--pf-global--active-color--100);
23
+ --pf-c-dropdown__toggle--active--before--BorderBottomWidth: var(--pf-global--BorderWidth--md);
24
+ --pf-c-dropdown__toggle--active--before--BorderBottomColor: var(--pf-global--active-color--100);
25
25
  --pf-c-dropdown--m-expanded__toggle--before--BorderBottomWidth: var(--pf-global--BorderWidth--md);
26
26
  --pf-c-dropdown--m-expanded__toggle--before--BorderBottomColor: var(--pf-global--active-color--100);
27
27
  --pf-c-dropdown__toggle--disabled--BackgroundColor: var(--pf-global--disabled-color--300);
28
+
29
+ // Plain
28
30
  --pf-c-dropdown__toggle--m-plain--Color: var(--pf-global--Color--200);
29
31
  --pf-c-dropdown__toggle--m-plain--hover--Color: var(--pf-global--Color--100);
30
32
  --pf-c-dropdown__toggle--m-plain--disabled--Color: var(--pf-global--disabled-color--200);
31
33
  --pf-c-dropdown__toggle--m-plain--PaddingRight: var(--pf-global--spacer--md);
32
34
  --pf-c-dropdown__toggle--m-plain--PaddingLeft: var(--pf-global--spacer--md);
33
35
  --pf-c-dropdown__toggle--m-plain--child--LineHeight: normal; // remove at breaking change
36
+
37
+ // Primary
34
38
  --pf-c-dropdown__toggle--m-primary--Color: var(--pf-global--Color--light-100);
35
39
  --pf-c-dropdown__toggle--m-primary--BorderRadius: var(--pf-global--BorderRadius--sm);
36
40
  --pf-c-dropdown__toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--100);
37
41
  --pf-c-dropdown__toggle--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
38
- --pf-c-dropdown__toggle--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
39
42
  --pf-c-dropdown__toggle--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
43
+ --pf-c-dropdown__toggle--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
40
44
  --pf-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--200);
41
45
 
46
+ // Secondary
47
+ --pf-c-dropdown__toggle--m-secondary--Color: var(--pf-global--primary-color--100);
48
+ --pf-c-dropdown__toggle--m-secondary--BorderRadius: var(--pf-global--BorderRadius--sm);
49
+ --pf-c-dropdown__toggle--m-secondary--BackgroundColor: transparent;
50
+ --pf-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--sm);
51
+ --pf-c-dropdown__toggle--m-secondary--hover--before--BorderWidth: var(--pf-global--BorderWidth--md);
52
+ --pf-c-dropdown__toggle--m-secondary--focus--before--BorderWidth: var(--pf-global--BorderWidth--md);
53
+ --pf-c-dropdown__toggle--m-secondary--active--before--BorderWidth: var(--pf-global--BorderWidth--md);
54
+ --pf-c-dropdown__toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
55
+ --pf-c-dropdown__toggle--m-secondary--hover--before--BorderColor: var(--pf-global--primary-color--100);
56
+ --pf-c-dropdown__toggle--m-secondary--focus--before--BorderColor: var(--pf-global--primary-color--100);
57
+ --pf-c-dropdown__toggle--m-secondary--active--before--BorderColor: var(--pf-global--primary-color--100);
58
+ --pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--md);
59
+ --pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
60
+
42
61
  // toggle button
43
62
  --pf-c-dropdown__toggle-button--Color: var(--pf-global--Color--100);
44
63
 
@@ -341,15 +360,15 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
341
360
  }
342
361
  }
343
362
 
344
- &:not(.pf-m-action):hover,
363
+ &:not(.pf-m-action):not(.pf-m-secondary):hover,
345
364
  &.pf-m-action .pf-c-dropdown__toggle-button:hover {
346
365
  &::before {
347
366
  --pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-c-dropdown__toggle--hover--before--BorderBottomColor);
348
367
  }
349
368
  }
350
369
 
351
- &:not(.pf-m-action):active,
352
- &:not(.pf-m-action).pf-m-active,
370
+ &:not(.pf-m-action):not(.pf-m-secondary):active,
371
+ &:not(.pf-m-action):not(.pf-m-secondary).pf-m-active,
353
372
  &.pf-m-action .pf-c-dropdown__toggle-button:active {
354
373
  &::before {
355
374
  --pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-c-dropdown__toggle--active--before--BorderBottomColor);
@@ -358,7 +377,7 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
358
377
  }
359
378
  }
360
379
 
361
- &:not(.pf-m-action):focus,
380
+ &:not(.pf-m-action):not(.pf-m-secondary):focus,
362
381
  &.pf-m-action .pf-c-dropdown__toggle-button:focus {
363
382
  &::before {
364
383
  --pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-c-dropdown__toggle--focus--before--BorderBottomColor);
@@ -367,7 +386,7 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
367
386
  }
368
387
  }
369
388
 
370
- .pf-m-expanded > &:not(.pf-m-action),
389
+ .pf-m-expanded > &:not(.pf-m-action):not(.pf-m-secondary),
371
390
  .pf-m-expanded > &.pf-m-action .pf-c-dropdown__toggle-button {
372
391
  &::before {
373
392
  --pf-c-dropdown__toggle--before--BorderBottomColor: var(--pf-c-dropdown--m-expanded__toggle--before--BorderBottomColor);
@@ -393,9 +412,9 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
393
412
  }
394
413
 
395
414
  &:hover,
415
+ &:focus,
396
416
  &:active,
397
417
  &.pf-m-active,
398
- &:focus,
399
418
  .pf-m-expanded > & {
400
419
  --pf-c-dropdown__toggle--m-plain--Color: var(--pf-c-dropdown__toggle--m-plain--hover--Color);
401
420
  }
@@ -424,17 +443,47 @@ $pf-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg", "
424
443
  --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--hover--BackgroundColor);
425
444
  }
426
445
 
446
+ &:focus {
447
+ --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--focus--BackgroundColor);
448
+ }
449
+
427
450
  &:active,
428
451
  &.pf-m-active {
429
452
  --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--active--BackgroundColor);
430
453
  }
431
454
 
455
+ .pf-m-expanded > & {
456
+ --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor);
457
+ }
458
+ }
459
+
460
+ &.pf-m-secondary {
461
+ --pf-c-dropdown__toggle--Color: var(--pf-c-dropdown__toggle--m-secondary--Color);
462
+ --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-secondary--BackgroundColor);
463
+
464
+ border-radius: var(--pf-c-dropdown__toggle--m-secondary--BorderRadius);
465
+
466
+ &::before {
467
+ border: var(--pf-c-dropdown__toggle--m-secondary--before--BorderWidth) solid var(--pf-c-dropdown__toggle--m-secondary--before--BorderColor);
468
+ border-radius: var(--pf-c-dropdown__toggle--m-secondary--BorderRadius);
469
+ }
470
+
471
+ &:hover {
472
+ --pf-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-c-dropdown__toggle--m-secondary--hover--before--BorderWidth);
473
+ }
474
+
432
475
  &:focus {
433
- --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown__toggle--m-primary--focus--BackgroundColor);
476
+ --pf-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-c-dropdown__toggle--m-secondary--focus--before--BorderWidth);
477
+ }
478
+
479
+ &:active,
480
+ &.pf-m-active {
481
+ --pf-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-c-dropdown__toggle--m-secondary--active--before--BorderWidth);
434
482
  }
435
483
 
436
484
  .pf-m-expanded > & {
437
- --pf-c-dropdown__toggle--BackgroundColor: var(--pf-c-dropdown--m-expanded__toggle--m-primary--BackgroundColor);
485
+ --pf-c-dropdown__toggle--m-secondary--before--BorderWidth: var(--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderWidth);
486
+ --pf-c-dropdown__toggle--m-secondary--before--BorderColor: var(--pf-c-dropdown--m-expanded__toggle--m-secondary--before--BorderColor);
438
487
  }
439
488
  }
440
489
 
@@ -79,6 +79,7 @@
79
79
  --pf-c-menu--MinWidth: auto;
80
80
  --pf-c-menu--Width: auto;
81
81
  --pf-c-menu--ZIndex: var(--pf-global--ZIndex--sm);
82
+ --pf-c-menu--Top: auto;
82
83
  --pf-c-menu--m-flyout__menu--Top: calc(var(--pf-c-menu__list--PaddingTop) * -1 + var(--pf-c-menu--m-flyout__menu--top-offset));
83
84
  --pf-c-menu--m-flyout__menu--Right: auto;
84
85
  --pf-c-menu--m-flyout__menu--Bottom: auto;
@@ -195,11 +196,38 @@
195
196
  --pf-c-menu--m-scrollable__footer--BoxShadow: var(--pf-global--BoxShadow--sm-top);
196
197
  --pf-c-menu--m-scrollable__footer--after--BorderTopWidth: 0;
197
198
  --pf-c-menu--m-scrollable__footer--after--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
199
+ top: var(--pf-c-menu--Top);
198
200
  z-index: var(--pf-c-menu--ZIndex);
199
201
  width: var(--pf-c-menu--Width);
200
202
  min-width: var(--pf-c-menu--MinWidth);
201
203
  background-color: var(--pf-c-menu--BackgroundColor);
202
204
  box-shadow: var(--pf-c-menu--BoxShadow);
205
+ --pf-c-menu--m-nav--BoxShadow: var(--pf-global--BoxShadow--lg);
206
+ --pf-c-menu--m-nav--BackgroundColor: var(--pf-global--BackgroundColor--dark-300);
207
+ --pf-c-menu--m-nav__list--PaddingTop: 0;
208
+ --pf-c-menu--m-nav__list--PaddingBottom: 0;
209
+ --pf-c-menu--m-nav__list-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
210
+ --pf-c-menu--m-nav__list-item--focus-within--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
211
+ --pf-c-menu--m-nav__list-item--active--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
212
+ --pf-c-menu--m-nav__item--PaddingRight: var(--pf-global--spacer--lg);
213
+ --pf-c-menu--m-nav__item--PaddingLeft: var(--pf-global--spacer--lg);
214
+ --pf-c-menu--m-nav__item--Color: var(--pf-global--Color--light-100);
215
+ --pf-c-menu--m-nav__item--FontSize: var(--pf-global--FontSize--sm);
216
+ --pf-c-menu--m-nav__item--OutlineOffset: calc(var(--pf-global--spacer--xs) * -1);
217
+ --pf-c-menu--m-nav__item--before--BorderBottomColor: var(--pf-global--BackgroundColor--dark-200);
218
+ --pf-c-menu--m-nav__item--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
219
+ --pf-c-menu--m-nav__item--hover--after--BorderLeftColor: var(--pf-global--BorderColor--200);
220
+ --pf-c-menu--m-nav__item--hover--after--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
221
+ --pf-c-menu--m-nav__item--hover--after--Top: calc(var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) * -1);
222
+ --pf-c-menu--m-nav__item__list-item--first-child__item--hover--after--Top: 0;
223
+ --pf-c-menu--m-nav__item-description--Color: var(--pf-global--Color--light-200);
224
+ --pf-c-menu--m-nav--c-menu--left-offset: 0.25rem;
225
+ --pf-c-menu--m-nav--c-menu--m-left--right-offset: 0.25rem;
226
+ --pf-c-menu--m-nav--c-menu--Top: calc(var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) * -1);
227
+ --pf-c-menu--m-nav--c-menu--Left: calc(100% - var(--pf-c-menu--m-nav--c-menu--left-offset));
228
+ --pf-c-menu--m-nav--c-menu--m-left--Right: calc(100% - var(--pf-c-menu--m-nav--c-menu--m-left--right-offset));
229
+ --pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
230
+ --pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
203
231
  }
204
232
  .pf-c-menu .pf-c-menu__content .pf-c-menu .pf-c-menu__content {
205
233
  overflow: visible;
@@ -299,6 +327,62 @@
299
327
  .pf-c-menu.pf-m-scrollable .pf-c-menu__content {
300
328
  overflow-y: auto;
301
329
  }
330
+ .pf-c-menu.pf-m-nav, .pf-c-menu.pf-m-nav .pf-c-menu {
331
+ --pf-c-menu--BackgroundColor: var(--pf-c-menu--m-nav--BackgroundColor);
332
+ --pf-c-menu__list--PaddingTop: var(--pf-c-menu--m-nav__list--PaddingTop);
333
+ --pf-c-menu__list--PaddingBottom: var(--pf-c-menu--m-nav__list--PaddingBottom);
334
+ --pf-c-menu__list-item--hover--BackgroundColor: var(--pf-c-menu--m-nav__list-item--hover--BackgroundColor);
335
+ --pf-c-menu__list-item--focus-within--BackgroundColor: var(--pf-c-menu--m-nav__list-item--focus-within--BackgroundColor);
336
+ --pf-c-menu__list-item--active--BackgroundColor: var(--pf-c-menu--m-nav__list-item--active--BackgroundColor);
337
+ --pf-c-menu__item--Color: var(--pf-c-menu--m-nav__item--Color);
338
+ --pf-c-menu__item--FontSize: var(--pf-c-menu--m-nav__item--FontSize);
339
+ --pf-c-menu__item--OutlineOffset: var(--pf-c-menu--m-nav__item--OutlineOffset);
340
+ --pf-c-menu__item--PaddingRight: var(--pf-c-menu--m-nav__item--PaddingRight);
341
+ --pf-c-menu__item--PaddingLeft: var(--pf-c-menu--m-nav__item--PaddingLeft);
342
+ --pf-c-menu__item-description--Color: var(--pf-c-menu--m-nav__item-description--Color);
343
+ box-shadow: var(--pf-c-menu--m-nav--BoxShadow);
344
+ }
345
+ .pf-c-menu.pf-m-nav .pf-c-menu__item, .pf-c-menu.pf-m-nav .pf-c-menu .pf-c-menu__item {
346
+ position: relative;
347
+ outline-offset: var(--pf-c-nav__item--m-flyout--c-menu__item--OutlineOffset);
348
+ }
349
+ .pf-c-menu.pf-m-nav .pf-c-menu__item::before, .pf-c-menu.pf-m-nav .pf-c-menu .pf-c-menu__item::before {
350
+ position: absolute;
351
+ right: 0;
352
+ bottom: 0;
353
+ left: 0;
354
+ content: "";
355
+ border-bottom: var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) solid var(--pf-c-menu--m-nav__item--before--BorderBottomColor);
356
+ }
357
+ .pf-c-menu.pf-m-nav .pf-c-menu__item:hover::after, .pf-c-menu.pf-m-nav .pf-c-menu .pf-c-menu__item:hover::after {
358
+ position: absolute;
359
+ top: var(--pf-c-menu--m-nav__item--hover--after--Top);
360
+ bottom: 0;
361
+ left: 0;
362
+ content: "";
363
+ border-left: var(--pf-c-menu--m-nav__item--hover--after--BorderLeftWidth) solid var(--pf-c-menu--m-nav__item--hover--after--BorderLeftColor);
364
+ }
365
+ .pf-c-menu.pf-m-nav .pf-c-menu {
366
+ width: 100%;
367
+ }
368
+ .pf-c-menu.pf-m-flyout.pf-m-nav, .pf-c-menu.pf-m-flyout.pf-m-nav .pf-c-menu {
369
+ top: var(--pf-c-menu--m-nav--c-menu--Top);
370
+ left: var(--pf-c-menu--m-nav--c-menu--Left);
371
+ }
372
+ .pf-c-menu.pf-m-flyout.pf-m-nav.pf-m-top, .pf-c-menu.pf-m-flyout.pf-m-nav .pf-c-menu.pf-m-top {
373
+ --pf-c-menu--m-nav--c-menu--Top: auto;
374
+ bottom: var(--pf-c-menu--m-nav--c-menu--m-top--Bottom);
375
+ }
376
+ .pf-c-menu.pf-m-flyout.pf-m-nav.pf-m-left, .pf-c-menu.pf-m-flyout.pf-m-nav .pf-c-menu.pf-m-left {
377
+ --pf-c-menu--m-nav--c-menu--Left: auto;
378
+ right: var(--pf-c-menu--m-nav--c-menu--m-left--Right);
379
+ }
380
+ .pf-c-menu.pf-m-flyout.pf-m-nav .pf-c-menu__list-item:first-child, .pf-c-menu.pf-m-flyout.pf-m-nav .pf-c-menu .pf-c-menu__list-item:first-child {
381
+ --pf-c-menu--m-nav__item--hover--after--Top: var(--pf-c-menu--m-nav__item__list-item--first-child__item--hover--after--Top);
382
+ }
383
+ .pf-c-menu.pf-m-flyout.pf-m-nav .pf-c-menu__list-item:first-child .pf-c-menu, .pf-c-menu.pf-m-flyout.pf-m-nav .pf-c-menu .pf-c-menu__list-item:first-child .pf-c-menu {
384
+ --pf-c-menu--m-nav--c-menu--Top: var(--pf-c-menu--m-nav__list-item--first-child--c-menu--Top);
385
+ }
302
386
 
303
387
  .pf-c-menu__breadcrumb {
304
388
  display: flex;
@@ -7,6 +7,7 @@
7
7
  --pf-c-menu--MinWidth: auto;
8
8
  --pf-c-menu--Width: auto;
9
9
  --pf-c-menu--ZIndex: var(--pf-global--ZIndex--sm);
10
+ --pf-c-menu--Top: auto;
10
11
 
11
12
  // Flyout
12
13
  --pf-c-menu--m-flyout__menu--Top: calc(var(--pf-c-menu__list--PaddingTop) * -1 + var(--pf-c-menu--m-flyout__menu--top-offset));
@@ -184,6 +185,7 @@
184
185
  --pf-c-menu--m-scrollable__footer--after--BorderTopWidth: 0;
185
186
  --pf-c-menu--m-scrollable__footer--after--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
186
187
 
188
+ top: var(--pf-c-menu--Top);
187
189
  z-index: var(--pf-c-menu--ZIndex);
188
190
  width: var(--pf-c-menu--Width);
189
191
  min-width: var(--pf-c-menu--MinWidth);
@@ -334,6 +336,113 @@
334
336
  overflow-y: auto;
335
337
  }
336
338
  }
339
+
340
+ // Nav variant
341
+ --pf-c-menu--m-nav--BoxShadow: var(--pf-global--BoxShadow--lg);
342
+ --pf-c-menu--m-nav--BackgroundColor: var(--pf-global--BackgroundColor--dark-300);
343
+ --pf-c-menu--m-nav__list--PaddingTop: 0;
344
+ --pf-c-menu--m-nav__list--PaddingBottom: 0;
345
+ --pf-c-menu--m-nav__list-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
346
+ --pf-c-menu--m-nav__list-item--focus-within--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
347
+ --pf-c-menu--m-nav__list-item--active--BackgroundColor: var(--pf-global--BackgroundColor--dark-200);
348
+ --pf-c-menu--m-nav__item--PaddingRight: var(--pf-global--spacer--lg);
349
+ --pf-c-menu--m-nav__item--PaddingLeft: var(--pf-global--spacer--lg);
350
+ --pf-c-menu--m-nav__item--Color: var(--pf-global--Color--light-100);
351
+ --pf-c-menu--m-nav__item--FontSize: var(--pf-global--FontSize--sm);
352
+ --pf-c-menu--m-nav__item--OutlineOffset: calc(var(--pf-global--spacer--xs) * -1);
353
+ --pf-c-menu--m-nav__item--before--BorderBottomColor: var(--pf-global--BackgroundColor--dark-200);
354
+ --pf-c-menu--m-nav__item--before--BorderBottomWidth: var(--pf-global--BorderWidth--sm);
355
+ --pf-c-menu--m-nav__item--hover--after--BorderLeftColor: var(--pf-global--BorderColor--200);
356
+ --pf-c-menu--m-nav__item--hover--after--BorderLeftWidth: var(--pf-global--BorderWidth--sm);
357
+ --pf-c-menu--m-nav__item--hover--after--Top: calc(var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) * -1);
358
+ --pf-c-menu--m-nav__item__list-item--first-child__item--hover--after--Top: 0;
359
+ --pf-c-menu--m-nav__item-description--Color: var(--pf-global--Color--light-200);
360
+
361
+ // Nested menus
362
+ --pf-c-menu--m-nav--c-menu--left-offset: #{pf-size-prem(4px)};
363
+ --pf-c-menu--m-nav--c-menu--m-left--right-offset: #{pf-size-prem(4px)};
364
+ --pf-c-menu--m-nav--c-menu--Top: calc(var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) * -1);
365
+ --pf-c-menu--m-nav--c-menu--Left: calc(100% - var(--pf-c-menu--m-nav--c-menu--left-offset));
366
+ --pf-c-menu--m-nav--c-menu--m-left--Right: calc(100% - var(--pf-c-menu--m-nav--c-menu--m-left--right-offset));
367
+ --pf-c-menu--m-nav--c-menu--m-top--Bottom: calc(0 + var(--pf-c-menu--m-nav--c-menu--m-top--bottom-offset));
368
+ --pf-c-menu--m-nav__list-item--first-child--c-menu--Top: 0;
369
+
370
+ &.pf-m-nav,
371
+ &.pf-m-nav & {
372
+ --pf-c-menu--BackgroundColor: var(--pf-c-menu--m-nav--BackgroundColor);
373
+ --pf-c-menu__list--PaddingTop: var(--pf-c-menu--m-nav__list--PaddingTop);
374
+ --pf-c-menu__list--PaddingBottom: var(--pf-c-menu--m-nav__list--PaddingBottom);
375
+ --pf-c-menu__list-item--hover--BackgroundColor: var(--pf-c-menu--m-nav__list-item--hover--BackgroundColor);
376
+ --pf-c-menu__list-item--focus-within--BackgroundColor: var(--pf-c-menu--m-nav__list-item--focus-within--BackgroundColor);
377
+ --pf-c-menu__list-item--active--BackgroundColor: var(--pf-c-menu--m-nav__list-item--active--BackgroundColor);
378
+ --pf-c-menu__item--Color: var(--pf-c-menu--m-nav__item--Color);
379
+ --pf-c-menu__item--FontSize: var(--pf-c-menu--m-nav__item--FontSize);
380
+ --pf-c-menu__item--OutlineOffset: var(--pf-c-menu--m-nav__item--OutlineOffset);
381
+ --pf-c-menu__item--PaddingRight: var(--pf-c-menu--m-nav__item--PaddingRight);
382
+ --pf-c-menu__item--PaddingLeft: var(--pf-c-menu--m-nav__item--PaddingLeft);
383
+ --pf-c-menu__item-description--Color: var(--pf-c-menu--m-nav__item-description--Color);
384
+
385
+ box-shadow: var(--pf-c-menu--m-nav--BoxShadow);
386
+
387
+ // stylelint-disable max-nesting-depth, selector-max-class
388
+ .pf-c-menu__item {
389
+ position: relative;
390
+ outline-offset: var(--pf-c-nav__item--m-flyout--c-menu__item--OutlineOffset);
391
+
392
+ &::before {
393
+ position: absolute;
394
+ right: 0;
395
+ bottom: 0;
396
+ left: 0;
397
+ content: "";
398
+ border-bottom: var(--pf-c-menu--m-nav__item--before--BorderBottomWidth) solid var(--pf-c-menu--m-nav__item--before--BorderBottomColor);
399
+ }
400
+
401
+ &:hover {
402
+ &::after {
403
+ position: absolute;
404
+ top: var(--pf-c-menu--m-nav__item--hover--after--Top);
405
+ bottom: 0;
406
+ left: 0;
407
+ content: "";
408
+ border-left: var(--pf-c-menu--m-nav__item--hover--after--BorderLeftWidth) solid var(--pf-c-menu--m-nav__item--hover--after--BorderLeftColor);
409
+ }
410
+ }
411
+ }
412
+ // stylelint-enable
413
+ }
414
+
415
+ &.pf-m-nav & {
416
+ width: 100%;
417
+ }
418
+
419
+ &.pf-m-flyout.pf-m-nav,
420
+ &.pf-m-flyout.pf-m-nav & {
421
+ top: var(--pf-c-menu--m-nav--c-menu--Top);
422
+ left: var(--pf-c-menu--m-nav--c-menu--Left);
423
+
424
+ // stylelint-disable selector-max-class
425
+ &.pf-m-top {
426
+ --pf-c-menu--m-nav--c-menu--Top: auto;
427
+
428
+ bottom: var(--pf-c-menu--m-nav--c-menu--m-top--Bottom);
429
+ }
430
+
431
+ &.pf-m-left {
432
+ --pf-c-menu--m-nav--c-menu--Left: auto;
433
+
434
+ right: var(--pf-c-menu--m-nav--c-menu--m-left--Right);
435
+ }
436
+
437
+ .pf-c-menu__list-item:first-child {
438
+ --pf-c-menu--m-nav__item--hover--after--Top: var(--pf-c-menu--m-nav__item__list-item--first-child__item--hover--after--Top);
439
+ }
440
+
441
+ .pf-c-menu__list-item:first-child .pf-c-menu {
442
+ --pf-c-menu--m-nav--c-menu--Top: var(--pf-c-menu--m-nav__list-item--first-child--c-menu--Top);
443
+ }
444
+ // stylelint-enable
445
+ }
337
446
  }
338
447
 
339
448
  // breadcrumb
@@ -33,14 +33,28 @@
33
33
  --pf-c-menu-toggle--m-expanded--after--BorderBottomColor: var(--pf-global--active-color--100);
34
34
  --pf-c-menu-toggle--disabled--Color: var(--pf-global--disabled-color--100);
35
35
  --pf-c-menu-toggle--disabled--BackgroundColor: var(--pf-global--disabled-color--300);
36
- --pf-c-menu-toggle--m-primary--BorderRadius: var(--pf-global--BorderRadius--sm);
37
36
  --pf-c-menu-toggle--m-primary--Color: var(--pf-global--Color--light-100);
37
+ --pf-c-menu-toggle--m-primary--BorderRadius: var(--pf-global--BorderRadius--sm);
38
38
  --pf-c-menu-toggle--m-primary--BackgroundColor: var(--pf-global--primary-color--100);
39
39
  --pf-c-menu-toggle--m-primary--hover--BackgroundColor: var(--pf-global--primary-color--200);
40
40
  --pf-c-menu-toggle--m-primary--focus--BackgroundColor: var(--pf-global--primary-color--200);
41
41
  --pf-c-menu-toggle--m-primary--active--BackgroundColor: var(--pf-global--primary-color--200);
42
42
  --pf-c-menu-toggle--m-primary--m-expanded--BackgroundColor: var(--pf-global--primary-color--200);
43
43
  --pf-c-menu-toggle--m-primary--m-expanded--Color: var(--pf-global--Color--light-100);
44
+ --pf-c-menu-toggle--m-secondary--Color: var(--pf-global--primary-color--100);
45
+ --pf-c-menu-toggle--m-secondary--BorderRadius: var(--pf-global--BorderRadius--sm);
46
+ --pf-c-menu-toggle--m-secondary--BackgroundColor: transparent;
47
+ --pf-c-menu-toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--sm);
48
+ --pf-c-menu-toggle--m-secondary--hover--before--BorderWidth: var(--pf-global--BorderWidth--md);
49
+ --pf-c-menu-toggle--m-secondary--focus--before--BorderWidth: var(--pf-global--BorderWidth--md);
50
+ --pf-c-menu-toggle--m-secondary--active--before--BorderWidth: var(--pf-global--BorderWidth--md);
51
+ --pf-c-menu-toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
52
+ --pf-c-menu-toggle--m-secondary--hover--before--BorderColor: var(--pf-global--primary-color--100);
53
+ --pf-c-menu-toggle--m-secondary--focus--before--BorderColor: var(--pf-global--primary-color--100);
54
+ --pf-c-menu-toggle--m-secondary--active--before--BorderColor: var(--pf-global--primary-color--100);
55
+ --pf-c-menu-toggle--m-secondary--m-expanded--Color: var(--pf-global--primary-color--100);
56
+ --pf-c-menu-toggle--m-expanded__toggle--m-secondary--before--BorderColor: var(--pf-global--primary-color--100);
57
+ --pf-c-menu-toggle--m-expanded__toggle--m-secondary--before--BorderWidth: var(--pf-global--BorderWidth--md);
44
58
  --pf-c-menu-toggle--m-plain--Color: var(--pf-global--Color--200);
45
59
  --pf-c-menu-toggle--m-plain--PaddingRight: var(--pf-global--spacer--md);
46
60
  --pf-c-menu-toggle--m-plain--PaddingLeft: var(--pf-global--spacer--md);
@@ -100,6 +114,39 @@
100
114
  --pf-c-menu-toggle--m-expanded--Color: var(--pf-c-menu-toggle--m-primary--m-expanded--Color);
101
115
  --pf-c-menu-toggle--m-expanded--BackgroundColor: var(--pf-c-menu-toggle--m-primary--m-expanded--BackgroundColor);
102
116
  }
117
+ .pf-c-menu-toggle.pf-m-primary, .pf-c-menu-toggle.pf-m-primary::before {
118
+ border-radius: var(--pf-c-menu-toggle--m-primary--BorderRadius);
119
+ }
120
+ .pf-c-menu-toggle.pf-m-secondary {
121
+ --pf-c-menu-toggle--Color: var(--pf-c-menu-toggle--m-secondary--Color);
122
+ --pf-c-menu-toggle--m-expanded--Color: var(--pf-c-menu-toggle--m-secondary--m-expanded--Color);
123
+ }
124
+ .pf-c-menu-toggle.pf-m-secondary, .pf-c-menu-toggle.pf-m-secondary::before {
125
+ border-radius: var(--pf-c-menu-toggle--m-secondary--BorderRadius);
126
+ }
127
+ .pf-c-menu-toggle.pf-m-secondary::before {
128
+ border-color: var(--pf-c-menu-toggle--m-secondary--before--BorderColor);
129
+ border-width: var(--pf-c-menu-toggle--m-secondary--before--BorderWidth);
130
+ }
131
+ .pf-c-menu-toggle.pf-m-secondary::after {
132
+ border: 0;
133
+ }
134
+ .pf-c-menu-toggle.pf-m-secondary:hover {
135
+ --pf-c-menu-toggle--m-secondary--before--BorderColor: var(--pf-c-menu-toggle--m-secondary--hover--before--BorderColor);
136
+ --pf-c-menu-toggle--m-secondary--before--BorderWidth: var(--pf-c-menu-toggle--m-secondary--hover--before--BorderWidth);
137
+ }
138
+ .pf-c-menu-toggle.pf-m-secondary:focus {
139
+ --pf-c-menu-toggle--m-secondary--before--BorderColor: var(--pf-c-menu-toggle--m-secondary--focus--before--BorderColor);
140
+ --pf-c-menu-toggle--m-secondary--before--BorderWidth: var(--pf-c-menu-toggle--m-secondary--focus--before--BorderWidth);
141
+ }
142
+ .pf-c-menu-toggle.pf-m-secondary:active {
143
+ --pf-c-menu-toggle--m-secondary--before--BorderColor: var(--pf-c-menu-toggle--m-secondary--active--before--BorderColor);
144
+ --pf-c-menu-toggle--m-secondary--before--BorderWidth: var(--pf-c-menu-toggle--m-secondary--active--before--BorderWidth);
145
+ }
146
+ .pf-c-menu-toggle.pf-m-secondary.pf-m-expanded {
147
+ --pf-c-menu-toggle--m-secondary--before--BorderColor: var(--pf-c-menu-toggle--m-expanded__toggle--m-secondary--before--BorderColor);
148
+ --pf-c-menu-toggle--m-secondary--before--BorderWidth: var(--pf-c-menu-toggle--m-expanded__toggle--m-secondary--before--BorderWidth);
149
+ }
103
150
  .pf-c-menu-toggle.pf-m-plain:not(.pf-m-text) {
104
151
  --pf-c-menu-toggle--Color: var(--pf-c-menu-toggle--m-plain--Color);
105
152
  --pf-c-menu-toggle--hover--Color: var(--pf-c-menu-toggle--m-plain--hover--Color);