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.
2 parents 2f25b87 + 29f07a9 commit 7dd0364Copy full SHA for 7dd0364
packages/module/src/CodeModal/CodeModal.scss
@@ -7,6 +7,7 @@
7
--pf-v6-c-code-editor--m-read-only__main--BackgroundColor: #1f1f1f;
8
}
9
.pf-v6-c-code-editor__header {
10
+ --pf-v6-c-code-editor__header--BorderWidth: 0;
11
background: #1f1f1f !important;
12
/** this is for the attachment editor header */
13
border-start-start-radius: var(--pf-t--global--border--radius--small);
@@ -42,6 +43,7 @@
42
43
--pf-v6-c-code-editor__tab--BorderStartEndRadius: 0;
44
45
--pf-t--global--font--weight--body--default: var(--pf-t--global--font--weight--body--bold);
46
+ margin-inline-start: unset;
47
48
.pf-v6-c-code-editor__tab-icon {
49
display: none;
0 commit comments