Skip to content

Commit 29f07a9

Browse files
committed
fix(CodeModal): Adjust PF code editor header border
PatternFly looks like it changed the way the border is applied in pre-release version. The spacing of the tabs were also changed. Adjusting our styles to account for change.
1 parent 2f25b87 commit 29f07a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/module/src/CodeModal/CodeModal.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
--pf-v6-c-code-editor--m-read-only__main--BackgroundColor: #1f1f1f;
88
}
99
.pf-v6-c-code-editor__header {
10+
--pf-v6-c-code-editor__header--BorderWidth: 0;
1011
background: #1f1f1f !important;
1112
/** this is for the attachment editor header */
1213
border-start-start-radius: var(--pf-t--global--border--radius--small);
@@ -42,6 +43,7 @@
4243
--pf-v6-c-code-editor__tab--BorderStartEndRadius: 0;
4344
border-start-start-radius: var(--pf-t--global--border--radius--small);
4445
--pf-t--global--font--weight--body--default: var(--pf-t--global--font--weight--body--bold);
46+
margin-inline-start: unset;
4547
}
4648
.pf-v6-c-code-editor__tab-icon {
4749
display: none;

0 commit comments

Comments
 (0)