Skip to content

Commit 7dd0364

Browse files
authored
Merge pull request #694 from rebeccaalpert/codemodal-header
fix(CodeModal): Adjust PF code editor header border
2 parents 2f25b87 + 29f07a9 commit 7dd0364

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)