Skip to content

Commit

Permalink
chore: eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Oct 15, 2024
1 parent 59333eb commit 06224c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/va-medium-editor/VaMediumEditor.vue
Original file line number Diff line number Diff line change
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

0 comments on commit 06224c9

Please sign in to comment.