We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd1d42 commit 78f3333Copy full SHA for 78f3333
.changeset/few-hotels-punch.md
@@ -0,0 +1,5 @@
1
+---
2
+"@patternfly/elements": patch
3
4
+
5
+`<pf-tabs>`: fixed style regression on tab when a slotted icon is not present
elements/pf-tabs/pf-tab.css
@@ -127,6 +127,10 @@ button:active {
127
display: flex !important;
128
}
129
130
+[part="icon"][hidden] {
131
+ display: none !important;
132
+}
133
134
:host([disabled][border-bottom="false"]) button,
135
:host([aria-disabled="true"][border-bottom="false"]) button {
136
--pf-c-tabs__link--before--BorderBottomWidth: 0;
0 commit comments