Skip to content

Commit

Permalink
[form-builder] Update CSS for PortableTextInput
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 61c0bc1 commit c003cc6
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.header {
position: relative;
display: flex;
background-color: var(--component-bg);
background-color: var(--input-bg);
border-bottom: 1px solid var(--hairline-color);
z-index: 2;

Expand All @@ -39,6 +39,10 @@
border-bottom: 1px solid var(--hairline-color);
}
}

@nest .root.readOnly & {
background-color: var(--input-bg-disabled);
}
}

.toolbarContainer {
Expand Down Expand Up @@ -162,7 +166,7 @@
position: absolute;
width: 100%;
height: 100%;
background-color: var(--component-bg);
background-color: var(--input-bg);
z-index: 99999;
opacity: 0.5;
}
Expand Down

0 comments on commit c003cc6

Please sign in to comment.