Skip to content

Commit

Permalink
fix: medium editor (#1056)
Browse files Browse the repository at this point in the history
* chore: update vite

* fix readability of medium-editor toolbar (#1004)

Co-authored-by: Sarang Chaudhary <[email protected]>

---------

Co-authored-by: Sarang <[email protected]>
Co-authored-by: Sarang Chaudhary <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent 64059d7 commit 59333eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/va-medium-editor/VaMediumEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ onBeforeUnmount(() => {
@import 'variables';
$medium-editor-shadow: var(--va-box-shadow);
$medium-editor-background-color: var(--va-divider);
$medium-editor-background-color: var(--va-background-primary);
$medium-editor-text-color: var(--va-dark);
$medium-editor-active-background-color: var(--va-primary);
$medium-editor-active-text-color: var(--va-white);
Expand Down Expand Up @@ -129,13 +129,13 @@ $medium-editor-active-text-color: var(--va-white);
}
}
& > .medium-editor-action:not(:last-child) {
&>.medium-editor-action:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
}
& > .medium-editor-action + .medium-editor-action {
&>.medium-editor-action+.medium-editor-action {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0;
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1961,9 +1961,9 @@
picomatch "^2.3.1"

"@rollup/pluginutils@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0"
integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==
version "5.1.2"
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.2.tgz#d3bc9f0fea4fd4086aaac6aa102f3fa587ce8bd9"
integrity sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==
dependencies:
"@types/estree" "^1.0.0"
estree-walker "^2.0.2"
Expand Down

0 comments on commit 59333eb

Please sign in to comment.