@patternfly/patternfly 4.223.0 → 4.223.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/base/_chart-globals.scss +0 -4
- package/components/Tabs/tabs.css +0 -4
- package/components/Tabs/tabs.scss +0 -7
- package/docs/components/Tabs/examples/Tabs.md +102 -102
- package/package.json +1 -1
- package/patternfly-no-reset.css +0 -4
- package/patternfly.css +0 -4
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/base/_chart-globals.scss
CHANGED
|
@@ -164,10 +164,6 @@ $pf-chart-bullet--comparative-measure--warning--Fill--Color: $pf-chart-global--w
|
|
|
164
164
|
$pf-chart-bullet--comparative-measure--warning--stroke--Color: $pf-chart-global--warning--Color--100;
|
|
165
165
|
$pf-chart-bullet--comparative-measure--warning--stroke--Width: $pf-chart-global--stroke--Width--sm;
|
|
166
166
|
$pf-chart-bullet--comparative-measure--warning--Width: 30;
|
|
167
|
-
$pf-chart-bullet--comparative-measure--Fill--Color: $pf-chart-global--Fill--Color--700;
|
|
168
|
-
$pf-chart-bullet--comparative-measure--stroke--Color: $pf-chart-global--Fill--Color--700;
|
|
169
|
-
$pf-chart-bullet--comparative-measure--stroke--Width: $pf-chart-global--stroke--Width--xs;
|
|
170
|
-
$pf-chart-bullet--comparative-measure--Width: 30;
|
|
171
167
|
$pf-chart-bullet--group-title--divider--Fill--Color: $pf-color-black-200;
|
|
172
168
|
$pf-chart-bullet--group-title--divider--stroke--Color: $pf-color-black-200;
|
|
173
169
|
$pf-chart-bullet--group-title--divider--stroke--Width: $pf-chart-global--stroke--Width--sm;
|
package/components/Tabs/tabs.css
CHANGED
|
@@ -117,7 +117,6 @@
|
|
|
117
117
|
--pf-c-tabs__item-action--last-child--c-button--PaddingRight: var(--pf-global--spacer--md);
|
|
118
118
|
--pf-c-tabs__item-action--c-button--OutlineOffset: -0.1875rem;
|
|
119
119
|
--pf-c-tabs__item-action-icon--MarginTop: 0.125rem;
|
|
120
|
-
--pf-c-tabs__item-action--m-help--c-button--PaddingLeft: var(--pf-global--spacer--xs);
|
|
121
120
|
--pf-c-tabs__add--before--BorderColor: var(--pf-c-tabs__link--before--border-color--base);
|
|
122
121
|
--pf-c-tabs__add--before--BorderLeftWidth: var(--pf-c-tabs__link--before--border-width--base);
|
|
123
122
|
--pf-c-tabs__add--c-button--FontSize: var(--pf-global--FontSize--sm);
|
|
@@ -622,9 +621,6 @@
|
|
|
622
621
|
--pf-c-button--PaddingLeft: var(--pf-c-tabs__item-action--c-button--PaddingLeft);
|
|
623
622
|
outline-offset: var(--pf-c-tabs__item-action--c-button--OutlineOffset);
|
|
624
623
|
}
|
|
625
|
-
.pf-c-tabs__item-action.pf-m-help {
|
|
626
|
-
--pf-c-tabs__item-action--c-button--PaddingLeft: var(--pf-c-tabs__item-action--m-help--c-button--PaddingLeft);
|
|
627
|
-
}
|
|
628
624
|
.pf-c-tabs__item-action:last-child {
|
|
629
625
|
--pf-c-tabs__item-action--c-button--PaddingRight: var(--pf-c-tabs__item-action--last-child--c-button--PaddingRight);
|
|
630
626
|
}
|
|
@@ -149,9 +149,6 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
149
149
|
--pf-c-tabs__item-action--c-button--OutlineOffset: #{pf-size-prem(-3px)};
|
|
150
150
|
--pf-c-tabs__item-action-icon--MarginTop: #{pf-size-prem(2px)};
|
|
151
151
|
|
|
152
|
-
// Item help
|
|
153
|
-
--pf-c-tabs__item-action--m-help--c-button--PaddingLeft: var(--pf-global--spacer--xs);
|
|
154
|
-
|
|
155
152
|
// Add button
|
|
156
153
|
--pf-c-tabs__add--before--BorderColor: var(--pf-c-tabs__link--before--border-color--base);
|
|
157
154
|
--pf-c-tabs__add--before--BorderLeftWidth: var(--pf-c-tabs__link--before--border-width--base);
|
|
@@ -722,10 +719,6 @@ $pf-c-tabs--spacer-map: build-spacer-map("none", "sm", "md", "lg", "xl", "2xl");
|
|
|
722
719
|
outline-offset: var(--pf-c-tabs__item-action--c-button--OutlineOffset);
|
|
723
720
|
}
|
|
724
721
|
|
|
725
|
-
&.pf-m-help {
|
|
726
|
-
--pf-c-tabs__item-action--c-button--PaddingLeft: var(--pf-c-tabs__item-action--m-help--c-button--PaddingLeft);
|
|
727
|
-
}
|
|
728
|
-
|
|
729
722
|
&:last-child {
|
|
730
723
|
--pf-c-tabs__item-action--c-button--PaddingRight: var(--pf-c-tabs__item-action--last-child--c-button--PaddingRight);
|
|
731
724
|
}
|