Skip to content

Commit 8cafbf3

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 8cafbf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/module/src/CodeModal/CodeModal.scss

Lines changed: 1 addition & 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);

0 commit comments

Comments
 (0)