Skip to content

Commit

Permalink
fix: editor status style
Browse files Browse the repository at this point in the history
  • Loading branch information
dineug committed Apr 11, 2021
1 parent c2450a6 commit 6c60a31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/menubar/Menubar.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ export const MenubarStyle = css`
.vuerd-editor-status.focus {
background-color: var(--vuerd-color-focus);
box-shadow: 0 0 5px var(--vuerd-color-focus), 0 0 20px rgb(255 255 0 / 0.8),
0 0 35px rgb(255 255 0 / 0.7), 0 0 50px rgb(255 255 0 / 0.6);
box-shadow: 0 0 5px var(--vuerd-color-focus);
}
.vuerd-editor-status.edit {
background-color: var(--vuerd-color-edit);
box-shadow: 0 0 5px var(--vuerd-color-edit), 0 0 20px rgb(255 255 0 / 0.8),
0 0 35px rgb(255 255 0 / 0.7), 0 0 50px rgb(255 255 0 / 0.6);
box-shadow: 0 0 5px var(--vuerd-color-edit);
}
.vuerd-menubar-input {
Expand Down

0 comments on commit 6c60a31

Please sign in to comment.