We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfc242 commit 5cc4b07Copy full SHA for 5cc4b07
src/frontend/apps/impress/src/features/docs/doc-editor/styles.tsx
@@ -30,12 +30,13 @@ export const cssEditor = (readonly: boolean) => css`
30
white-space: nowrap;
31
transition: clip-path 0.3s ease-in-out;
32
border-radius: 4px 4px 4px 0;
33
- box-shadow: inset -2px 2px 6px #ffffff88;
34
- clip-path: polygon(0 100%, 0 100%, 0 100%, 0% 100%);
+ box-shadow: inset -2px 2px 6px #ffffff00;
+ clip-path: polygon(0 85%, 4% 85%, 4% 100%, 0% 100%);
35
}
36
.collaboration-cursor-custom__base[data-active]
37
.collaboration-cursor-custom__label {
38
pointer-events: none;
39
+ box-shadow: inset -2px 2px 6px #ffffff88;
40
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
41
42
0 commit comments