Skip to content

Commit

Permalink
add border between toolbar and editor when not outlined
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin McLaughlin committed Apr 10, 2024
1 parent edc2e19 commit 79d800e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/erinnmclaughlin/MudBlazor.HtmlEditor</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.2.2</Version>
<Version>1.2.3</Version>
<Description>A customizable HTML editor component for MudBlazor, powered by QuillJS.</Description>
<Copyright>2024 Erin McLaughlin</Copyright>
<PackageProjectUrl>https://github.com/erinnmclaughlin/MudBlazor.HtmlEditor</PackageProjectUrl>
Expand Down
4 changes: 4 additions & 0 deletions src/Tizzani.MudBlazor.HtmlEditor/wwwroot/MudHtmlEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
border-bottom-right-radius: var(--mud-default-borderradius);
}

.html-content-wrapper:not(.is-outlined) .ql-editor {
border-top: 1px solid var(--mud-palette-lines-inputs);
}

.html-content-wrapper .ql-editor.ql-blank::before {
color: var(--mud-text-secondary);
}
Expand Down

0 comments on commit 79d800e

Please sign in to comment.