@atlaskit/editor-core 219.3.7 → 219.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +154 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +13 -13
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-emotion.js +3 -1
- package/dist/cjs/ui/EditorContentContainer/styles/resizerStyles.js +42 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +154 -0
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +13 -13
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-emotion.js +4 -2
- package/dist/es2019/ui/EditorContentContainer/styles/resizerStyles.js +58 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +154 -0
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +13 -13
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-emotion.js +4 -2
- package/dist/esm/ui/EditorContentContainer/styles/resizerStyles.js +41 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/ui/EditorContentContainer/styles/resizerStyles.d.ts +5 -0
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/resizerStyles.d.ts +5 -0
- package/package.json +4 -4
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
|
|
2
2
|
._13cd1uzo div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{border-radius:calc(var(--ds-radius-small, 3px) + 1px)}
|
|
3
3
|
._1cnzgx6n .ProseMirror hr{margin:var(--ds-space-300,24px) 0}
|
|
4
|
+
._1di9vvzz .ProseMirror [data-prosemirror-node-name=blockTaskItem]:has(.fabric-editor-font-size[data-font-size=small]){font:var(--editor-font-ugc-token-body-small)}
|
|
4
5
|
._1fi2t7zq .ProseMirror p{font:normal 400 1em/1.714 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
5
6
|
._1gna19qg .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{border-radius:0 var(--ds-radius-xsmall,2px) var(--ds-radius-xsmall,2px) 0}
|
|
6
7
|
._1jlk1uzo div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{border-radius:calc(var(--ds-radius-small, 3px) + 1px)}
|
|
7
8
|
._1khk1mok:hover::-webkit-scrollbar-thumb{border-radius:var(--ds-radius-large,8px)}
|
|
8
9
|
._1l4z1p41 .ProseMirror .telepointer{transition:opacity .2s}
|
|
10
|
+
._1l4zlb4i .fabric-background-color-mark{border-radius:var(--ds-radius-xsmall,2px)}
|
|
9
11
|
._1lc41itx .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{transition:opacity .15s ease-out}
|
|
10
12
|
._1n0xibhp .ProseMirror .ak-editor-annotation-blur{background:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
|
|
11
13
|
._1o19rsbi div[extensionType="com.atlassian.ai-blocks"] .extension-container.with-hover-border:before{background:var(--ds-border-input,#8c8f97)}
|
|
12
14
|
._1pbgwadc .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
15
|
+
._1pea1jj1 .gridLine{transition:border-color .15s linear}
|
|
13
16
|
._1q1s1vlr div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{background:conic-gradient(from var(--panel-gradient-angle,270deg),#0065ff 0,#0469ff 20%,#bf63f3 50%,#ffa900 56%,#0065ff 100%)}
|
|
14
17
|
._1q1s1yt2 div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{background:linear-gradient(90deg,#0065ff80,#0469ff80 12%,#bf63f380 24%,#ffa90080 48%,#bf63f380 64%,#0469ff80 80%,#0065ff80)}
|
|
15
18
|
._1q1sa6bd div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{background:conic-gradient(from var(--panel-gradient-angle,270deg),#0065ff80 0,#0469ff80 20%,#bf63f380 50%,#ffa90080 56%,#0065ff80 100%)}
|
|
16
19
|
._1rg4qo0w div[extensionType="com.atlassian.ai-blocks"]:before{background:linear-gradient(90deg,#0065ff,#0469ff 12%,#bf63f3 24%,#ffa900 48%,#bf63f3 64%,#0469ff 80%,#0065ff)}
|
|
20
|
+
._1sch1b66 .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{border-radius:var(--ds-space-050,4px)}
|
|
17
21
|
._1tpb19qg .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{border-radius:0 var(--ds-radius-xsmall,2px) var(--ds-radius-xsmall,2px) 0}
|
|
18
22
|
._1uh7swc3 .ProseMirror hr{padding:var(--ds-space-050,4px) 0}
|
|
19
23
|
._3f391y8x [data-prosemirror-node-name=date] .date-lozenger-container span{transition:background .3s}
|
|
@@ -21,6 +25,8 @@
|
|
|
21
25
|
._49vlokh7 .editor-mention-primitive{border:1px solid transparent}
|
|
22
26
|
._66xp46kq .ProseMirror .telepointer[class*=color-]{background:linear-gradient(to bottom,var(--telepointer-participant-bg-color) var(--telepointer-participant-background-first-stop),transparent var(--telepointer-participant-background-second-stop))}
|
|
23
27
|
._6kversbi div[extensionType="com.atlassian.ai-blocks"] .extension-container.with-hover-border:after{background:var(--ds-border-input,#8c8f97)}
|
|
28
|
+
._9g7rfajl .code{border-radius:var(--ds-radius-small,3px)}
|
|
29
|
+
._9laafajl .search-match{border-radius:var(--ds-radius-small,3px)}
|
|
24
30
|
._9y08i8nm .editor-mention-primitive{background:var(--ds-background-neutral,#0515240f)}
|
|
25
31
|
._arowokh7 .editor-mention-primitive.mention-self{border:1px solid transparent}
|
|
26
32
|
._bi6a1vlr div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background:conic-gradient(from var(--panel-gradient-angle,270deg),#0065ff 0,#0469ff 20%,#bf63f3 50%,#ffa900 56%,#0065ff 100%)}
|
|
@@ -31,6 +37,8 @@
|
|
|
31
37
|
._e2i01856 .editor-mention-primitive.mention-self{background:var(--ds-background-brand-bold,#1868db)}
|
|
32
38
|
._fl4uup1y .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transition:transform .15s ease-out,opacity .15s ease-out}
|
|
33
39
|
._g4fm7g83 .ProseMirror-selectednode:empty{outline:2px solid var(--ds-border-focused,#4688ec)}
|
|
40
|
+
._hym9vvzz .ProseMirror .fabric-editor-font-size[data-font-size=small]{font:var(--editor-font-ugc-token-body-small)}
|
|
41
|
+
._ir60vvzz .ProseMirror li:has(>.fabric-editor-font-size[data-font-size=small])::marker{font:var(--editor-font-ugc-token-body-small)}
|
|
34
42
|
._kn991o1l .ProseMirror .ak-editor-annotation-draft{background:var(--ds-background-accent-yellow-subtlest-pressed,#efdd4e)}
|
|
35
43
|
._l0rkaetg .ProseMirror .ak-editor-annotation-hover{background:var(--ds-background-accent-yellow-subtlest-hovered,#f5e989)}
|
|
36
44
|
._n9nt1rr0 .editor-mention-primitive{border-radius:var(--ds-radius-full,9999px)}
|
|
@@ -39,7 +47,9 @@
|
|
|
39
47
|
._vkeh12b0 [data-prosemirror-node-name=date] .date-lozenger-container span{border-radius:var(--ds-radius-small,4px)}
|
|
40
48
|
._x53a1o1l .ProseMirror .ak-editor-annotation-focus{background:var(--ds-background-accent-yellow-subtlest-pressed,#efdd4e)}
|
|
41
49
|
._x96nwadc .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
50
|
+
._xph31b66 .search-match-text{border-radius:var(--ds-space-050,4px)}
|
|
42
51
|
._yhgjt94y .ProseMirror hr{border-radius:1px}
|
|
52
|
+
._zy611kw7 .ProseMirror [data-prosemirror-node-name=blockTaskItem]:has(.fabric-editor-font-size[data-font-size=small]) .fabric-editor-font-size{font:inherit}
|
|
43
53
|
._1pyq1j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive{border-color:transparent}
|
|
44
54
|
._1v6z1j28 .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{border-color:transparent}
|
|
45
55
|
._1v8i1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self{border-color:transparent}
|
|
@@ -49,11 +59,14 @@
|
|
|
49
59
|
._ic7s1j28 .ak-editor-selected-node>.editor-mention-primitive{border-color:transparent}
|
|
50
60
|
._igra1j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-self{border-color:transparent}
|
|
51
61
|
._mgp11vg9 .ProseMirror .telepointer[class*=color-]:after{border-color:var(--telepointer-participant-bg-color)}
|
|
62
|
+
._pwh8glyw .code{border-style:none}
|
|
52
63
|
._uhe21j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-restricted{border-color:transparent}
|
|
53
64
|
._14gpj0fz .ProseMirror .ProseMirror-fake-text-cursor:after{border-right:1px solid var(--ds-border,#0b120e24)}
|
|
54
65
|
._1ibg1vrj .ProseMirror .ak-editor-annotation-focus{border-bottom:2px solid transparent}
|
|
55
66
|
._1ny71t12 .text-highlight{border-bottom:2px solid var(--ds-background-accent-blue-subtler,#cfe1fd)}
|
|
67
|
+
._1qw3ia51 .gridLine{border-left:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
|
|
56
68
|
._1ug81hdd .ProseMirror .ProseMirror-gapcursor span:after{border-left:1px solid}
|
|
69
|
+
._8nch188o .highlight{border-left:1px solid var(--ds-border-focused,#4688ec)}
|
|
57
70
|
._iwzr1vrj .ProseMirror .ak-editor-annotation-blur{border-bottom:2px solid transparent}
|
|
58
71
|
._u5bs1vrj .ProseMirror .ak-editor-annotation-draft{border-bottom:2px solid transparent}
|
|
59
72
|
._xkuf1vrj .ProseMirror .ak-editor-annotation-hover{border-bottom:2px solid transparent}._102f1j28 .ProseMirror:has(.ProseMirror-hide-cursor){caret-color:transparent}
|
|
@@ -65,27 +78,37 @@
|
|
|
65
78
|
._10zwglyw [layout=wrap-left]+.ProseMirror-gapcursor+span [layout=wrap-right]{clear:none}
|
|
66
79
|
._110lidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h2 style:first-child+*{margin-top:0}
|
|
67
80
|
._11311p3b .ProseMirror ul ul ul ul ul{list-style-type:circle}
|
|
81
|
+
._1150qvcn .fabric-background-color-mark{-webkit-box-decoration-break:clone;box-decoration-break:clone}
|
|
68
82
|
._1171idpf .fabric-editor-alignment:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
69
83
|
._1190v77o [data-prosemirror-node-name=date] .date-lozenger-container span{padding-bottom:var(--ds-space-025,2px)}
|
|
84
|
+
._11bbqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
85
|
+
._11gt15cr .search-match-text.search-match-dark{color:var(--ds-text-inverse,#fff)}
|
|
70
86
|
._11h1stnw .ProseMirror .ProseMirror-gapcursor span:after{position:absolute}
|
|
71
87
|
._11jf78tn .ProseMirror p{line-height:1.714}
|
|
88
|
+
._11q31i5q .fabric-background-color-mark{background-color:var(--custom-palette-color,inherit)}
|
|
72
89
|
._11rg15cr .ProseMirror .telepointer.color-9{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
73
90
|
._11t078tn .ProseMirror:not(.blockCardView-content-wrap)>li:before{line-height:1.714}
|
|
74
91
|
._11ukidpf .fabric-editor-font-size:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
92
|
+
._11wp1up9 .search-match-block .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
75
93
|
._121i1r31 .ProseMirror{outline-color:currentColor}
|
|
76
94
|
._123b1aqn:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e)}
|
|
77
95
|
._1244idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
|
|
78
96
|
._129midpf :not(.fabric-editor-block-mark)>h1:first-child:not(style){margin-top:0}
|
|
97
|
+
._12dfvj2t .search-match-expand-title.selected-search-match.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
79
98
|
._12i1idpf :not(.fabric-editor-block-mark)>h5:first-child:not(style){margin-top:0}
|
|
80
99
|
._12te1q9c .ProseMirror mark[data-type-ahead-query=true]:has(.placeholder-decoration-wrap){white-space:nowrap}
|
|
81
100
|
._12tyzjw7 .editor-mention-primitive{padding-right:.3em}
|
|
82
101
|
._12uhidpf :not(.fabric-editor-block-mark)>h5 style:first-child+*{margin-top:0}
|
|
83
102
|
._12vh1ntv .ProseMirror hr{background-clip:content-box}
|
|
84
103
|
._12wvglyw .ProseMirror .placeholder-decoration .placeholder-android{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
104
|
+
._12xo17v8 .search-match-block.search-match-dark [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
|
|
85
105
|
._132p1k9k .ProseMirror ol[data-indent-level="5"]{list-style-type:lower-alpha}
|
|
106
|
+
._13bv3ney .search-match-block.search-match-block-selected.search-match-dark .loader-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
86
107
|
._13fl1vk5 [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red{background-color:var(--ds-background-accent-red-subtlest,#ffeceb)}
|
|
87
108
|
._13q2grf3 .ProseMirror li:has(>ul:only-child){margin-bottom:0!important}
|
|
109
|
+
._13q91ypf .search-match-block.search-match-block-selected [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
|
|
88
110
|
._144ruibq .ProseMirror .telepointer.color-0{--telepointer-participant-bg-color:var(--ds-background-accent-red-bolder,#c9372c)}
|
|
111
|
+
._1499idpf .hyperlink-floating-toolbar{padding-right:0}
|
|
89
112
|
._14dm15cr .ProseMirror .telepointer.color-8{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
90
113
|
._14e716px .ProseMirror:not(.blockCardView-content-wrap)>li>.code-block:first-child{margin-top:-1.714em!important}
|
|
91
114
|
._14ew15s3 .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
@@ -94,10 +117,12 @@
|
|
|
94
117
|
._14i5idpf .ProseMirror [data-layout-section] [data-layout-column]>div .mediaSingleView-content-wrap[layout^=wrap]+.mediaSingleView-content-wrap[layout^=wrap] .rich-media-item{margin-top:0}
|
|
95
118
|
._14ib1ssb .ProseMirror .ProseMirror-gapcursor span[layout=fixed-width]{margin-left:50%}
|
|
96
119
|
._14ijglyw .ProseMirror .placeholder-decoration{pointer-events:none}
|
|
120
|
+
._14olidpf .hyperlink-floating-toolbar{padding-top:0}
|
|
97
121
|
._14r215vq .ProseMirror p:has(.placeholder-decoration-hide-overflow){overflow-y:hidden}
|
|
98
122
|
._14uo1osq .ProseMirror .placeholder-decoration{width:100%}
|
|
99
123
|
._14xl126e .ProseMirror div[data-task-local-id]+div[data-task-list-local-id]{margin-top:var(--ds-space-050,4px)!important}
|
|
100
124
|
._1543idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child p:first-child:not(style){margin-top:0}
|
|
125
|
+
._155q1o8l .gridLine{display:inline-block}
|
|
101
126
|
._15a61hrf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{clear:both}
|
|
102
127
|
._15cgjt0p .ProseMirror .telepointer[class*=color-]:after{color:var(--telepointer-participant-text-color)}
|
|
103
128
|
._15cjagmp .ProseMirror li:has(>ul:only-child){list-style-type:none!important}
|
|
@@ -107,8 +132,10 @@
|
|
|
107
132
|
._15i0idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4 style:first-child+*{margin-top:0}
|
|
108
133
|
._15n6n7od .date-lozenger-container span{white-space:unset}
|
|
109
134
|
._15no1e5h .ProseMirror .embedCardView-content-wrap[layout=wrap-left]{float:left}
|
|
135
|
+
._15r21s89 .search-match-block.search-match-block-selected .loader-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
110
136
|
._15zti7a9 .ProseMirror p{font-weight:var(--ds-font-weight-regular,400)}
|
|
111
137
|
._1613yh40 .ProseMirror .ak-editor-annotation-draft{padding-bottom:2px}
|
|
138
|
+
._162zidpf .hyperlink-floating-toolbar{padding-left:0}
|
|
112
139
|
._168dt7xp .ProseMirror .ak-editor-annotation-hover{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
113
140
|
._16atr4us .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
114
141
|
._16d4idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4:first-child:not(style){margin-top:0}
|
|
@@ -118,6 +145,7 @@
|
|
|
118
145
|
._16k0idpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{height:0}
|
|
119
146
|
._16mx1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive{background-color:var(--ds-background-danger,#ffeceb)}
|
|
120
147
|
._16oexfcs .ProseMirror ol[data-indent-level="3"]{list-style-type:lower-roman}
|
|
148
|
+
._1713cs5v .gridParent{z-index:2}
|
|
121
149
|
._17291ule .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{display:block}
|
|
122
150
|
._172zidpf .ProseMirror .ak-editor-annotation-draft{padding-right:0}
|
|
123
151
|
._173j1j28 .ak-editor-selected-node>.editor-mention-primitive::selection{background-color:transparent}
|
|
@@ -126,11 +154,14 @@
|
|
|
126
154
|
._178n1j28 .ProseMirror.ProseMirror-focused:has(.ProseMirror-mark-boundary-cursor){caret-color:transparent}
|
|
127
155
|
._17agidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h2:first-child:not(style){margin-top:0}
|
|
128
156
|
._17clidpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-right:0}
|
|
157
|
+
._17ht1h7a .gridParent{transform:scale(1)}
|
|
129
158
|
._17kkf705 [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{content:" "}
|
|
130
159
|
._17kl1wth .ProseMirror ul ul ul ul{list-style-type:disc}
|
|
131
160
|
._17liidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
132
161
|
._17qpt94y .ProseMirror .ak-editor-annotation-hover{padding-top:1px}
|
|
162
|
+
._17vzi7uo .search-match-text{color:var(--ds-text,#292a2e)}
|
|
133
163
|
._17xq15s3 .ak-editor-selected-node>.editor-mention-primitive{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
164
|
+
._17xw1j28 .ProseMirror.ua-safari .inlineNodeView::selection{background-color:transparent}
|
|
134
165
|
._18031hna .ProseMirror{word-wrap:break-word}
|
|
135
166
|
._181jdjp5 .ProseMirror p{letter-spacing:-.005em}
|
|
136
167
|
._183yidpf .fabric-editor-font-size:first-of-type:first-child p:first-child:not(style){margin-top:0}
|
|
@@ -147,6 +178,7 @@
|
|
|
147
178
|
._18vwtde4 .ProseMirror .telepointer.color-8{--telepointer-participant-bg-color:var(--ds-background-accent-lime-bolder,#5b7f24)}
|
|
148
179
|
._197w1hrf .ProseMirror .embedCardView-content-wrap[layout=wrap-right]+.embedCardView-content-wrap[layout=wrap-left]{clear:both}
|
|
149
180
|
._19bvv47k{padding-left:var(--ds-space-250,20px)}
|
|
181
|
+
._19n6t94y .fabric-background-color-mark{padding-top:1px}
|
|
150
182
|
._19rk1l99 .ProseMirror{--ak-editor-max-container-width:calc(100cqw - var(--ak-editor--large-gutter-padding)*2)}
|
|
151
183
|
._19rk1uph .ProseMirror{--ak-editor-max-container-width:calc(100cqw - var(--ak-editor--large-gutter-padding))}
|
|
152
184
|
._19sfidpf .ProseMirror .ProseMirror-gapcursor span:after{top:0}
|
|
@@ -163,17 +195,28 @@
|
|
|
163
195
|
._1ali9cwz div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-duration:1s}
|
|
164
196
|
._1aliymdr div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-duration:2s}
|
|
165
197
|
._1ancidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-left:0}
|
|
198
|
+
._1atv187e .code{background-color:var(--ds--code--bg-color,var(--ds-background-neutral,#0515240f))}
|
|
166
199
|
._1av3idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h6:first-child:not(style){margin-top:0}
|
|
200
|
+
._1bbqglyw .ProseMirror .inlineNodeView>.assistive{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
167
201
|
._1bd0idpf .fabric-editor-alignment:first-of-type:first-child h4 style:first-child+*{margin-top:0}
|
|
202
|
+
._1bk513ow .search-match-text{background-color:var(--ds-background-accent-magenta-subtler,#fdd0ec)!important}
|
|
203
|
+
._1bkc1fb9 .search-match-block.search-match-dark.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
204
|
+
._1blo4viv .code-block .search-match.selected-search-match span{color:var(--ds-text,#292a2e)!important}
|
|
168
205
|
._1bq9w4vn .ProseMirror ul ul ul ul ul ul{list-style-type:square}
|
|
169
206
|
._1br5d439 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{top:-14px}
|
|
207
|
+
._1bsc1nu9 .code{display:inline}
|
|
208
|
+
._1bx3vj2t .search-match-text.selected-search-match.search-match-dark{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
170
209
|
._1bzj1tuv .ProseMirror .ak-ol li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
171
210
|
._1c0fidpf .ProseMirror .ak-editor-annotation-blur:has(.card){padding-left:0}
|
|
211
|
+
._1c101ph4 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
172
212
|
._1c20feiv .ProseMirror .ak-editor-annotation-hover{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
173
213
|
._1c8bglyw div[extensionType="com.atlassian.ai-blocks"] .extension-label{display:none}
|
|
174
214
|
._1ci21j28 .ProseMirror .ProseMirror-gapcursor span{caret-color:transparent}
|
|
215
|
+
._1cis1wdg .search-match-block.search-match-dark .editor-mention-primitive{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
175
216
|
._1cmi15ob div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background-size:200%}
|
|
217
|
+
._1cpz1s89 .search-match-block.search-match-block-selected .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
176
218
|
._1cr2idpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-left:0}
|
|
219
|
+
._1cw81ule .ProseMirror a.blockLink{display:block}
|
|
177
220
|
._1d6qfeiv .ProseMirror .ak-editor-annotation-focus{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
178
221
|
._1d8u546l .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transform:scaleX(0)}
|
|
179
222
|
._1db9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3:first-child:not(style){margin-top:0}
|
|
@@ -183,10 +226,13 @@
|
|
|
183
226
|
._1duxidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{font-size:0}
|
|
184
227
|
._1dyh1l7b .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-bottom:3px}
|
|
185
228
|
._1e0c1txw{display:flex}
|
|
229
|
+
._1e4d1b18 .search-match-expand-title.selected-search-match>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 5px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
|
|
186
230
|
._1e4lstnw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{position:absolute}
|
|
187
231
|
._1e60f705 [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{content:" "}
|
|
188
232
|
._1e6iidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
189
233
|
._1eaezr6s .ProseMirror .ProseMirror-gapcursor span[layout=full-width]{transform:translateX(-50%)}
|
|
234
|
+
._1ebn1fb9 .search-match-block.search-match-dark.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
235
|
+
._1ecxqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
190
236
|
._1edaidpf .ProseMirror .ak-editor-annotation-focus:has(.card){padding-right:0}
|
|
191
237
|
._1em21ule [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{display:block}
|
|
192
238
|
._1enqh2mm .ProseMirror .ProseMirror-fake-text-selection{position:relative}
|
|
@@ -205,6 +251,7 @@
|
|
|
205
251
|
._1fqx14y2 .ProseMirror .ak-editor-annotation-hover:has(.card){padding-top:5px}
|
|
206
252
|
._1fusidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+blockquote{margin-top:0}
|
|
207
253
|
._1fvc1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{width:calc(100% + 2px)}
|
|
254
|
+
._1fwwv77o .fabric-background-color-mark:has(.background-color-padding-left){padding-left:var(--ds-space-025,2px)}
|
|
208
255
|
._1fzu1j28 .ProseMirror.ProseMirror-hide-gapcursor{caret-color:transparent}
|
|
209
256
|
._1g35idpf .ProseMirror .ak-editor-annotation-hover:has(.card){padding-right:0}
|
|
210
257
|
._1g35idpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+*{margin-top:0}
|
|
@@ -221,17 +268,25 @@
|
|
|
221
268
|
._1gvgidpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]+*{margin-top:0}
|
|
222
269
|
._1gvnmqba{--ak-editor--max-width-layout-width:4000px}
|
|
223
270
|
._1gzy1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{width:calc(100% + 2px)}
|
|
271
|
+
._1h271xf3 .search-match-block.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
272
|
+
._1h36j5v0 .search-match{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f),inset 0 0 0 1px var(--ds-border-input,#8c8f97)}
|
|
224
273
|
._1hb9idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]+*>*{margin-top:0}
|
|
225
274
|
._1hbb14y2 .ProseMirror .ak-editor-annotation-draft:has(.card){padding-top:5px}
|
|
226
275
|
._1hrr1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{top:-1px}
|
|
227
276
|
._1hrzidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h5 style:first-child+*{margin-top:0}
|
|
228
277
|
._1hwxidpf .fabric-editor-font-size:first-of-type:first-child h4:first-child:not(style){margin-top:0}
|
|
278
|
+
._1i9tyh40 .code{padding-bottom:2px}
|
|
279
|
+
._1im23ney .search-match-block.search-match-block-selected.search-match-dark .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
229
280
|
._1inzj35l html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-first-stop:-850000%}
|
|
230
281
|
._1iod1o36 .ProseMirror hr.ak-editor-selected-node{outline-width:medium}
|
|
231
282
|
._1iqr1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-restricted{background-color:var(--ds-background-danger,#ffeceb)}
|
|
232
283
|
._1ir6xfcs .ProseMirror ol[data-indent-level="6"]{list-style-type:lower-roman}
|
|
233
284
|
._1iyqr4us .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-restricted{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
285
|
+
._1iyw1wug .code{overflow-x:auto}
|
|
286
|
+
._1iywn7od .code{overflow-x:unset}
|
|
287
|
+
._1j061dxm .search-match-text.selected-search-match.search-match-dark{background-color:var(--ds-background-accent-magenta-bolder-hovered,#943d73)!important}
|
|
234
288
|
._1j8ac3uk .ProseMirror .telepointer.color-5{--telepointer-participant-bg-color:var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
289
|
+
._1jbz1i6y .fabric-background-color-mark:has(.background-color-padding-left){margin-left:var(--ds-space-negative-025,-2px)}
|
|
235
290
|
._1je9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
236
291
|
._1ji11vg9 .ProseMirror .telepointer[class*=color-]:after{background-color:var(--telepointer-participant-bg-color)}
|
|
237
292
|
._1jl2idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h2:first-child:not(style){margin-top:0}
|
|
@@ -239,6 +294,10 @@
|
|
|
239
294
|
._1jt6n7od [data-prosemirror-node-name=date] .date-lozenger-container span{cursor:unset}
|
|
240
295
|
._1jyp14y2 .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-top:5px}
|
|
241
296
|
._1k26yh40 .ProseMirror .ak-editor-annotation-blur{padding-bottom:2px}
|
|
297
|
+
._1k4sqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
298
|
+
._1kac3ney .search-match-block.search-match-block-selected.search-match-dark .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
299
|
+
._1kbpidpf .gridLine{z-index:0}
|
|
300
|
+
._1kd91wdg .search-match-block.search-match-dark .loader-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
242
301
|
._1kg4idpf .fabric-editor-alignment:first-of-type:first-child p style:first-child+*{margin-top:0}
|
|
243
302
|
._1ki7qvpr .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{white-space:pre}
|
|
244
303
|
._1ku31ytf .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-timing-function:ease-in-out}
|
|
@@ -250,11 +309,15 @@
|
|
|
250
309
|
._1lbj1hrf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{clear:both}
|
|
251
310
|
._1le7idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]>div{margin-bottom:0}
|
|
252
311
|
._1lft1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{left:-1px}
|
|
312
|
+
._1lh5kz84 .search-match-block.ak-editor-selected-node .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
253
313
|
._1lm915cr .ProseMirror .telepointer.color-6{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
254
314
|
._1luc15cr .ProseMirror .telepointer.color-5{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
255
315
|
._1m2zidpf .ProseMirror .ak-editor-annotation-blur:has(.card){padding-right:0}
|
|
256
316
|
._1md215cr .ProseMirror .telepointer.color-3{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
317
|
+
._1me2qxcq .search-match-block.search-match-block-selected.search-match-dark .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
318
|
+
._1mni17v8 .search-match-text.search-match-dark{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
|
|
257
319
|
._1n111fbg .ProseMirror ol{list-style-type:decimal}
|
|
320
|
+
._1n37v77o .fabric-background-color-mark:has(.background-color-padding-right){padding-right:var(--ds-space-025,2px)}
|
|
258
321
|
._1nhdi8nm .danger .mentionView-content-wrap>span>span>span{background-color:var(--ds-background-neutral,#0515240f)}
|
|
259
322
|
._1nl9idpf .ProseMirror .ak-editor-annotation-draft:has(.card){padding-right:0}
|
|
260
323
|
._1nn0idpf .fabric-editor-font-size:first-of-type:first-child h4 style:first-child+*{margin-top:0}
|
|
@@ -262,23 +325,30 @@
|
|
|
262
325
|
._1nuq1e5h [layout=wrap-right]+.ProseMirror-gapcursor{float:left}
|
|
263
326
|
._1o02azsu .danger .mentionView-content-wrap>span>span>span{color:var(--ds-text-subtle,#505258)}
|
|
264
327
|
._1o0g1ule .ProseMirror .ProseMirror-gapcursor span:after{display:block}
|
|
328
|
+
._1o191dzh .search-match-block.search-match-block-selected.ak-editor-selected-node .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
265
329
|
._1oc51b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{height:calc(100% + 2px)}
|
|
330
|
+
._1oci3ney .search-match-block.search-match-block-selected.search-match-dark .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
266
331
|
._1ocsv77o .gridParent{margin-right:var(--ds-space-025,2px)}
|
|
332
|
+
._1ocsxmi2 .gridParent{margin-right:var(--ds-space-negative-150,-9pt)}
|
|
267
333
|
._1op6idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) .heading-wrapper:first-child:not(style){margin-top:0}
|
|
268
334
|
._1oqxr4us .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
269
335
|
._1oraidpf .fabric-editor-alignment:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
270
336
|
._1orf1b66 .ProseMirror li>ol{margin-top:var(--ds-space-050,4px)}
|
|
271
337
|
._1orf1tuv .ProseMirror li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
272
338
|
._1owy1l7b .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-bottom:3px}
|
|
339
|
+
._1p0gglyw .gridContainer{pointer-events:none}
|
|
273
340
|
._1p171ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-timing-function:ease-in-out}
|
|
274
341
|
._1p281y2m .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-duration:7.5s}
|
|
342
|
+
._1p5e1fb9 .search-match-block.search-match-dark.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
275
343
|
._1p9315cr .ProseMirror .telepointer.color-7{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
276
344
|
._1p9g14y2 .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-top:5px}
|
|
277
345
|
._1pg2v77o .gridParent{margin-left:var(--ds-space-025,2px)}
|
|
346
|
+
._1pg2xmi2 .gridParent{margin-left:var(--ds-space-negative-150,-9pt)}
|
|
278
347
|
._1pjl15cr .ProseMirror .telepointer.color-1{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
279
348
|
._1pjt14y2 .ProseMirror .ak-editor-annotation-focus:has(.card){padding-top:5px}
|
|
280
349
|
._1pjtr5cr .ProseMirror .ProseMirror-gapcursor.-left span:after{left:var(--ds-space-negative-050,-4px)}
|
|
281
350
|
._1pmn12c5 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-iteration-count:infinite}
|
|
351
|
+
._1pvf1xf3 .search-match-block.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
282
352
|
._1pycidpf .fabric-editor-alignment:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
283
353
|
._1pye1qg1 .ProseMirror .telepointer.color-7{--telepointer-participant-bg-color:var(--ds-background-accent-orange-bolder,#bd5b00)}
|
|
284
354
|
._1pzi1nu9 .ProseMirror .ProseMirror-fake-text-cursor:after{display:inline}
|
|
@@ -293,32 +363,44 @@
|
|
|
293
363
|
._1qs3i7a9 .editor-mention-primitive{font-weight:var(--ds-font-weight-regular,400)}
|
|
294
364
|
._1qvtgrf3 .ProseMirror li:has(>ol:only-child){margin-top:0!important}
|
|
295
365
|
._1qypglyw [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]{clear:none}
|
|
366
|
+
._1r5e3ney .search-match-block.search-match-block-selected.search-match-dark .editor-mention-primitive{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
367
|
+
._1r791fb9 .search-match-block.search-match-dark.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
296
368
|
._1r8c1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{padding-left:var(--ds-space-050,4px)}
|
|
297
369
|
._1r9butpp .ProseMirror{margin-left:var(--ds-space-150,9pt)}
|
|
298
370
|
._1raq1poh .editor-mention-primitive{padding-left:.23em}
|
|
299
371
|
._1rcq1hrf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{clear:both}
|
|
300
372
|
._1reozryt{overflow-x:clip}
|
|
301
373
|
._1rg715cr .ProseMirror .telepointer.color-2{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
374
|
+
._1rhx1jtm .ProseMirror .inlineNodeView>:not(.zeroWidthSpaceContainer){white-space:pre-wrap}
|
|
375
|
+
._1rn91up9 .search-match-block .editor-mention-primitive{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
302
376
|
._1rnf1k9k .ProseMirror ol ol ol ol ol{list-style-type:lower-alpha}
|
|
303
377
|
._1rpoidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-right:0}
|
|
304
378
|
._1rpp1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{left:-1px}
|
|
379
|
+
._1rxqnqa1 .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-style:solid}
|
|
380
|
+
._1s101fb9 .search-match-block.search-match-dark.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
305
381
|
._1s25t94y .ProseMirror .ak-editor-annotation-focus{padding-top:1px}
|
|
306
382
|
._1s2t1mrw div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{z-index:-1}
|
|
383
|
+
._1s5oiro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
307
384
|
._1sa6b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{content:""}
|
|
308
385
|
._1sidglyw div[extensionType="com.atlassian.ai-blocks"] .extension-container{box-shadow:none}
|
|
309
386
|
._1sn3idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-right:0}
|
|
310
387
|
._1srh1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-self{background-color:var(--ds-background-danger,#ffeceb)}
|
|
388
|
+
._1srjqvcn .code{-webkit-box-decoration-break:clone;box-decoration-break:clone}
|
|
311
389
|
._1supidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-right:0}
|
|
312
390
|
._1syzglyw [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]{clear:none}
|
|
313
391
|
._1t0tidpf .ProseMirror .ak-editor-annotation-hover:has(.card){padding-left:0}
|
|
392
|
+
._1t2d15cr .search-match-expand-title.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container .ak-editor-expand__title-input{color:var(--ds-text-inverse,#fff)}
|
|
314
393
|
._1t6mglyw .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]{clear:none}
|
|
315
394
|
._1t8514y2 .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-top:5px}
|
|
316
395
|
._1t914jg8 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-direction:normal}
|
|
396
|
+
._1t9u1wdg .search-match-block.search-match-dark .lozenge-wrapper{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
397
|
+
._1tdl1i6y .fabric-background-color-mark:has(.background-color-padding-right){margin-right:var(--ds-space-negative-025,-2px)}
|
|
317
398
|
._1tenidpf .fabric-editor-alignment:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
318
399
|
._1texusic .ProseMirror .ProseMirror-gapcursor[layout=wrap-right]{float:right}
|
|
319
400
|
._1tieidpf :not(.fabric-editor-block-mark)>h3 style:first-child+*{margin-top:0}
|
|
320
401
|
._1tlp1x4e .ProseMirror p{font-size:1em}
|
|
321
402
|
._1tqsazsu .editor-mention-primitive{color:var(--ds-text-subtle,#505258)}
|
|
403
|
+
._1trh7xuz .search-match{background-color:var(--ds-background-accent-teal-subtlest,#e7f9ff)}
|
|
322
404
|
._1tud1tuv .ProseMirror .ak-ul li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
323
405
|
._1u0115vq .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{visibility:hidden}
|
|
324
406
|
._1u701ule .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{display:block}
|
|
@@ -326,6 +408,7 @@
|
|
|
326
408
|
._1ubf1vop .ProseMirror .telepointer.color-3{--telepointer-participant-bg-color:var(--ds-background-accent-yellow-bolder,#946f00)}
|
|
327
409
|
._1ubhidpf .ProseMirror .ak-editor-annotation-blur{padding-right:0}
|
|
328
410
|
._1ucti7uo .editor-mention-primitive.mention-restricted{color:var(--ds-text,#292a2e)}
|
|
411
|
+
._1uddtdv8 .selected-search-match{background-color:var(--ds-background-accent-teal-subtle,#6cc3e0)}
|
|
329
412
|
._1ue41l2s .ProseMirror p:has(.placeholder-decoration-hide-overflow){text-overflow:ellipsis}
|
|
330
413
|
._1uer1hrf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{clear:both}
|
|
331
414
|
._1uf8idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h1:first-child:not(style){margin-top:0}
|
|
@@ -333,18 +416,22 @@
|
|
|
333
416
|
._1ujg1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{top:-1px}
|
|
334
417
|
._1upkh2mm div[extensionType="com.atlassian.ai-blocks"] .extension-container{position:relative}
|
|
335
418
|
._1us5sxj9 .ProseMirror .telepointer.telepointer-dim{opacity:.2}
|
|
419
|
+
._1us91xf3 .search-match-block.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
336
420
|
._1uv9idpf :not(.fabric-editor-block-mark)>h2:first-child:not(style){margin-top:0}
|
|
337
421
|
._1v4iidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h6 style:first-child+*{margin-top:0}
|
|
422
|
+
._1v741j28 .ProseMirror.ua-safari .inlineNodeView ::selection{background-color:transparent}
|
|
338
423
|
._1v9ev77o .ProseMirror .ak-editor-annotation-draft:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
|
|
339
424
|
._1vgtidpf .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-right:0}
|
|
340
425
|
._1vic5d63 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transform-origin:top left}
|
|
341
426
|
._1vk21ex1{--ak-editor--large-gutter-padding:52px}
|
|
342
427
|
._1vk2t9kd{--ak-editor--large-gutter-padding:72px}
|
|
428
|
+
._1vp0n7od .fabric-background-color-mark .ak-editor-annotation{background-color:unset}
|
|
343
429
|
._1vpk188d .ProseMirror .placeholder-decoration-fade-in{animation-duration:.3s}
|
|
344
430
|
._1vqj1r31 .ProseMirror-selectednode{outline-color:currentColor}
|
|
345
431
|
._1vtyidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+span+*>*{margin-top:0}
|
|
346
432
|
._1vyzidpf .ProseMirror-widget:not([data-blocks-decoration-container=true]):not([data-blocks-drag-handle-container=true]):not([data-blocks-quick-insert-container=true])+.ProseMirror-gapcursor+*{margin-top:0}
|
|
347
433
|
._1w5mtlke .editor-mention-primitive{cursor:pointer}
|
|
434
|
+
._1w9miro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
348
435
|
._1wb5utpp .ProseMirror ol:not(li>ol):not(:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span))){margin-top:var(--ds-space-150,9pt)}
|
|
349
436
|
._1wet1hna .editor-mention-primitive{word-break:break-word}
|
|
350
437
|
._1wgaidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+*>*{margin-top:0}
|
|
@@ -373,16 +460,21 @@
|
|
|
373
460
|
._1xr818ah .ProseMirror .telepointer.color-16{--telepointer-participant-bg-color:var(--ds-background-accent-purple-subtle,#c97cf4)}
|
|
374
461
|
._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
|
|
375
462
|
._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
|
|
463
|
+
._1ybf1nka .search-match-block [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
464
|
+
._1ybwjocv .search-match-text.selected-search-match{background-color:var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)!important}
|
|
465
|
+
._1ydu1up9 .search-match-block .loader-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
376
466
|
._1yg7azsu .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}
|
|
377
467
|
._1yi41osq .ProseMirror .ProseMirror-gapcursor span{height:100%}
|
|
378
468
|
._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
|
|
379
469
|
._1z0h1ule [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{display:block}
|
|
380
470
|
._1z0n1osq .ProseMirror .ProseMirror-gapcursor span:after{height:100%}
|
|
381
471
|
._242x1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self::selection{background-color:transparent}
|
|
472
|
+
._259w1r31 .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-color:currentColor}
|
|
382
473
|
._26cn15ob div[extensionType="com.atlassian.ai-blocks"]:before{background-size:200%}
|
|
383
474
|
._2b661rsu .ProseMirror .telepointer.color-14{--telepointer-participant-bg-color:var(--ds-background-accent-green-subtle,#4bce97)}
|
|
384
475
|
._2eqbbimv .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
385
476
|
._2k8xutpp .ProseMirror{margin-right:var(--ds-space-150,9pt)}
|
|
477
|
+
._2lvxm5ip .code{padding-left:.5ch}
|
|
386
478
|
._2lx21bp4{flex-direction:column}
|
|
387
479
|
._2mn9r4us .ak-editor-selected-node>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
388
480
|
._2nre1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node::selection{background-color:transparent}
|
|
@@ -395,6 +487,7 @@
|
|
|
395
487
|
._3iqe18il .fabric-editor--full-width-mode{--ak-editor--line-length:min(calc(100cqw - var(--ak-editor--large-gutter-padding)*2),var(--ak-editor--full-width-layout-width))}
|
|
396
488
|
._3n591ule .ProseMirror .ProseMirror-gapcursor span{display:block}
|
|
397
489
|
._3nq8idpf .ProseMirror .ak-editor-annotation-draft:has(.card){padding-left:0}
|
|
490
|
+
._3ojs1n9t .gridContainer{position:fixed}
|
|
398
491
|
._3q5uidpf .fabric-editor-font-size:first-of-type:first-child h2:first-child:not(style){margin-top:0}
|
|
399
492
|
._3sy0i8nm [data-prosemirror-node-name=date] .date-lozenger-container span{background-color:var(--ds-background-neutral,#0515240f)}
|
|
400
493
|
._42an1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self::-moz-selection{background-color:transparent}
|
|
@@ -412,23 +505,33 @@
|
|
|
412
505
|
._4nc8bimv div[extensionType="com.atlassian.ai-blocks"].danger .extension-container{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
413
506
|
._4offidpf .fabric-editor-alignment:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
|
|
414
507
|
._4q241osq .fabric-editor--max-width-mode{--ak-editor--breakout-fallback-width:100%}
|
|
508
|
+
._4q84eawv .search-match-expand-title.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
|
|
415
509
|
._4t3i1osq{height:100%}
|
|
510
|
+
._4temv9ra .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
416
511
|
._4wchidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-bottom:0}
|
|
417
512
|
._4z8q1vyj .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-name:k3895my}
|
|
513
|
+
._50231ph4 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
514
|
+
._5061i7a9 .code{font-weight:var(--ds-font-weight-regular,400)}
|
|
418
515
|
._51zm1kkj .ProseMirror .telepointer.color-12{--telepointer-participant-bg-color:var(--ds-background-accent-orange-subtle,#fca700)}
|
|
419
516
|
._54e7idpf .fabric-editor-alignment:first-of-type:first-child h4:first-child:not(style){margin-top:0}
|
|
517
|
+
._59uzyh40 .code{padding-top:2px}
|
|
420
518
|
._5cxqglyw .ProseMirror .ProseMirror-gapcursor{display:none}
|
|
421
519
|
._5h7k1rpy .ProseMirror span.pm-placeholder__text[data-placeholder]:after{color:var(--ds-text-subtlest,#6b6e76)}
|
|
422
520
|
._5m891b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{padding-left:var(--ds-space-050,4px)}
|
|
423
521
|
._5rje1o8l .ProseMirror.ua-firefox ul li p>span:empty{display:inline-block}
|
|
424
522
|
._5sz3f705 .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{content:" "}
|
|
425
523
|
._63b3qvpr .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{white-space:pre}
|
|
524
|
+
._642in7od a .fabric-background-color-mark{background-color:unset}
|
|
525
|
+
._64cs1rj4 .ProseMirror .inlineNodeView{-webkit-user-select:all;user-select:all}
|
|
526
|
+
._64o84viv .code-block .search-match-text.selected-search-match span{color:var(--ds-text,#292a2e)!important}
|
|
426
527
|
._66yetlke .ProseMirror .ak-editor-annotation-blur{cursor:pointer}
|
|
427
528
|
._67ch1nu9 .ProseMirror span.pm-placeholder{display:inline}
|
|
428
529
|
._6f0lidpf .ProseMirror .ak-editor-annotation-focus{padding-left:0}
|
|
429
530
|
._6itxidpf .ProseMirror>.ak-editor-panel:first-child{margin-top:0}
|
|
430
531
|
._6jbkgrf3 .ProseMirror li:has(>ol:only-child){margin-bottom:0!important}
|
|
431
532
|
._6klsh2mm [data-prosemirror-node-name=date] .date-lozenger-container span{position:relative}
|
|
533
|
+
._6p44m5ip .code{padding-right:.5ch}
|
|
534
|
+
._6q1jryon .ProseMirror .inlineNodeViewAddZeroWidthSpace:after{content:""}
|
|
432
535
|
._6shmidpf .fabric-editor-alignment:first-of-type:first-child h3:first-child:not(style){margin-top:0}
|
|
433
536
|
._6w3a1tmo .ProseMirror .telepointer.color-10{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
434
537
|
._70jd1ule [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{display:block}
|
|
@@ -436,14 +539,17 @@
|
|
|
436
539
|
._736didpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-bottom:0}
|
|
437
540
|
._78lz1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node::-moz-selection{background-color:transparent}
|
|
438
541
|
._7fayidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-bottom:0}
|
|
542
|
+
._7gsu17v8 .search-match-block.search-match-dark .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
|
|
439
543
|
._7hwtidpf .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]>div{margin-left:0}
|
|
440
544
|
._7kmy1l7b .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-bottom:3px}
|
|
441
545
|
._7m6lidpf .fabric-editor-font-size:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
546
|
+
._7pge1xf3 .search-match-block.ak-editor-selected-node .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
442
547
|
._7psugrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-right:0!important}
|
|
443
548
|
._7xjx1ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-timing-function:ease-in-out}
|
|
444
549
|
._874g1l7x .ProseMirror hr{background-color:var(--ds-border,#0b120e24)}
|
|
445
550
|
._87u1cuai .ProseMirror ol{padding-left:var(--ed--list--item-counter--padding,24px)}
|
|
446
551
|
._8ctj1b4h .gridParent{width:calc(100% + 2px)}
|
|
552
|
+
._8ctjfknx .gridParent{width:calc(100% + 24px)}
|
|
447
553
|
._8grqv77o .ProseMirror .ak-editor-annotation-hover:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
|
|
448
554
|
._8md310zz .ProseMirror .ProseMirror-gapcursor span:after{animation-timing-function:step-start}
|
|
449
555
|
._8r0ew4vn .ProseMirror ul[data-indent-level="3"]{list-style-type:square}
|
|
@@ -451,11 +557,13 @@
|
|
|
451
557
|
._8ved1mrw div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{z-index:-1}
|
|
452
558
|
._8wmvoqnp .ProseMirror li>style:first-child+p{margin-top:.75rem}
|
|
453
559
|
._92g41l7b .ProseMirror .ak-editor-annotation-blur:has(.card){padding-bottom:3px}
|
|
560
|
+
._95t2zzfg .code{font-family:var(--ds-font-family-code,"Atlassian Mono",ui-monospace,Menlo,"Segoe UI Mono","Ubuntu Mono",monospace)}
|
|
454
561
|
._96x216px .ProseMirror:not(.blockCardView-content-wrap)>li>.ProseMirror-gapcursor:first-child+.code-block{margin-top:-1.714em!important}
|
|
455
562
|
._97xa15vq .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{visibility:hidden}
|
|
456
563
|
._988v1osq .fabric-editor--full-width-mode{--ak-editor--breakout-fallback-width:100%}
|
|
457
564
|
._9b45j4ch .ProseMirror .ak-ol{display:flow-root}
|
|
458
565
|
._9cv91cra .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-name:kxlv1hz}
|
|
566
|
+
._9ef31hna .code{overflow-wrap:break-word}
|
|
459
567
|
._9fge8y3s .ProseMirror .telepointer.color-13{--telepointer-participant-bg-color:var(--ds-background-accent-yellow-subtle,#eed12b)}
|
|
460
568
|
._9j0yxfcs .ProseMirror ol ol ol{list-style-type:lower-roman}
|
|
461
569
|
._9neqidpf .ProseMirror .ak-editor-annotation-focus{padding-right:0}
|
|
@@ -465,34 +573,42 @@
|
|
|
465
573
|
._9qsdbimv .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-restricted{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
466
574
|
._9ubpb3bt .ProseMirror .ProseMirror-gapcursor span:after{content:""}
|
|
467
575
|
._aaynsm61::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-subtle,#00000000)}
|
|
576
|
+
._af7gi8nm .code{--ds--code--bg-color:var(--ds-background-neutral,#0515240f)}
|
|
468
577
|
._ah88v77o .ProseMirror .ak-editor-annotation-focus:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
|
|
469
578
|
._ajy9glyw [layout=wrap-left]+.ProseMirror-gapcursor{clear:none}
|
|
470
579
|
._al8b1tmo .ProseMirror .telepointer.color-11{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
471
580
|
._ali2idpf .ProseMirror [data-layout-section] [data-layout-column]>div .mediaSingleView-content-wrap[layout^=wrap]+.ProseMirror-gapcursor+.mediaSingleView-content-wrap[layout^=wrap] .rich-media-item{margin-top:0}
|
|
472
581
|
._anrdukw8{--ak-editor--default-layout-width:760px}
|
|
473
582
|
._aof7d439 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{top:-14px}
|
|
583
|
+
._ar1b1b18 .search-match-text.selected-search-match{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 5px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
|
|
474
584
|
._awp7f705 [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{content:" "}
|
|
475
585
|
._ay6b6ebc .ProseMirror .telepointer:hover .telepointer-initial{transition-delay:.15s}
|
|
476
586
|
._aycbidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ul{margin-top:0}
|
|
477
587
|
._b1o8grf3 .ProseMirror li:has(>ol:only-child)>ol{margin-top:0!important}
|
|
588
|
+
._b3ovyh40 .fabric-background-color-mark{padding-bottom:2px}
|
|
478
589
|
._b82712n9 .ProseMirror .telepointer:hover .telepointer-fullname{transform:scaleX(1)}
|
|
479
590
|
._b9adidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h4 style:first-child+*{margin-top:0}
|
|
591
|
+
._b9gt1dzh .search-match-block.search-match-block-selected.ak-editor-selected-node [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
480
592
|
._bbrv19by [aria-label="Selection toolbar"]{animation-name:k1xe95hp}
|
|
481
593
|
._beg3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{font-size:0}
|
|
482
594
|
._bmfv9cwz .ProseMirror .ProseMirror-gapcursor span:after{animation-duration:1s}
|
|
595
|
+
._briz1wdg .search-match-block.search-match-dark .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
483
596
|
._bur2idpf .ProseMirror .ProseMirror-gapcursor:first-of-type+blockquote{margin-top:0}
|
|
484
597
|
._bxhh1osq .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%}
|
|
485
598
|
._bzatglyw .ProseMirror .placeholder-decoration .placeholder-android{pointer-events:none}
|
|
486
599
|
._bzk5azsu .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{color:var(--ds-text-subtle,#505258)}
|
|
487
600
|
._c0871i5q .fabric-text-color-mark{color:var(--custom-palette-color,inherit)}
|
|
601
|
+
._c94u1osq .gridContainer{width:100%}
|
|
488
602
|
._ca0qv47k{padding-top:var(--ds-space-250,20px)}
|
|
489
603
|
._cggnidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-right:0}
|
|
604
|
+
._cle21ok8 .search-match-expand-title.selected-search-match.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
490
605
|
._clq7grf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-bottom:0!important}
|
|
491
606
|
._czpfidpf .fabric-editor-alignment:first-of-type:first-child h6 style:first-child+*{margin-top:0}
|
|
492
607
|
._d27rglyw .ProseMirror-gapcursor[layout=wrap-right]+span+[layout=wrap-right]{clear:none}
|
|
493
608
|
._d3za1ule .ProseMirror.ProseMirror-focused .ProseMirror-gapcursor{display:block}
|
|
494
609
|
._d9tridpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h3 style:first-child+*{margin-top:0}
|
|
495
610
|
._dafh1j28 .ak-editor-selected-node>.editor-mention-primitive::-moz-selection{background-color:transparent}
|
|
611
|
+
._dai01kxc .gridContainer{height:100vh}
|
|
496
612
|
._dcmgglyw .ProseMirror{outline-style:none}
|
|
497
613
|
._dhht1tmo .ProseMirror .telepointer.color-17{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
498
614
|
._dhzqagmp .ProseMirror li:has(>ol:only-child){list-style-type:none!important}
|
|
@@ -522,6 +638,7 @@
|
|
|
522
638
|
._fpn9stnw .ProseMirror .placeholder-decoration .placeholder-android{position:absolute}
|
|
523
639
|
._fsoe13gw .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-initial{animation-name:k1g8d6yk}
|
|
524
640
|
._ft1bidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{font-size:0}
|
|
641
|
+
._fukv1q9c .ProseMirror .inlineNodeView{white-space:nowrap}
|
|
525
642
|
._fzk41ssb .ProseMirror .ProseMirror-gapcursor span[layout=wide]{margin-left:50%}
|
|
526
643
|
._g0ho1wwu .ProseMirror .placeholder-decoration-fade-in{animation-name:kgnpaw5}
|
|
527
644
|
._g7vh4jg8 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-direction:normal}
|
|
@@ -535,12 +652,15 @@
|
|
|
535
652
|
._gtdbusvi .ProseMirror ol{box-sizing:border-box}
|
|
536
653
|
._gtdrbimv .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
537
654
|
._gv641nu9 .ProseMirror span[data-placeholder]{display:inline}
|
|
655
|
+
._gzgh1s89 .search-match-block.search-match-block-selected .editor-mention-primitive{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
538
656
|
._gzj3r4us .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
657
|
+
._h2391jcr .search-match-block.search-match-dark.ak-editor-selected-node .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
539
658
|
._h2zmazsu .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{color:var(--ds-text-subtle,#505258)}
|
|
540
659
|
._h3z91q9c [data-prosemirror-node-name=date] .date-lozenger-container span{white-space:nowrap}
|
|
541
660
|
._h4bbidpf .fabric-editor-font-size:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
542
661
|
._h9qo1r31 .ProseMirror .placeholder-decoration .placeholder-android{outline-color:currentColor}
|
|
543
662
|
._haa41wth .ProseMirror ul[data-indent-level="1"]{list-style-type:disc}
|
|
663
|
+
._hje11ckf .search-match-expand-title.selected-search-match>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
|
|
544
664
|
._hte21j28 .ak-editor-selected-node>.editor-mention-primitive ::selection{background-color:transparent}
|
|
545
665
|
._htkd115i .ProseMirror .telepointer.color-10{--telepointer-participant-bg-color:var(--ds-background-accent-blue-subtle,#669df1)}
|
|
546
666
|
._hubiw4vn .ProseMirror ul[data-indent-level="6"]{list-style-type:square}
|
|
@@ -549,6 +669,7 @@
|
|
|
549
669
|
._iauqidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-left:0}
|
|
550
670
|
._ieodidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+*>*{margin-top:0}
|
|
551
671
|
._igie1t4y div[extensionType="com.atlassian.ai-blocks"] .extension-container{background-color:var(--ds-surface,#fff)!important}
|
|
672
|
+
._ipvl1s89 .search-match-block.search-match-block-selected .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
552
673
|
._iqym1l7b .ProseMirror .ak-editor-annotation-hover:has(.card){padding-bottom:3px}
|
|
553
674
|
._j03f1qop{--ak-editor--breakout-wide-layout-width:905px}
|
|
554
675
|
._j2goidpf .fabric-editor-font-size:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
@@ -570,6 +691,7 @@
|
|
|
570
691
|
._jzq1idpf .fabric-editor-alignment:first-of-type:first-child h5:first-child:not(style){margin-top:0}
|
|
571
692
|
._k6qpoly4 html[data-color-mode=dark] .ProseMirror .telepointer{--telepointer-participant-background-second-stop:200000%}
|
|
572
693
|
._k8k0idpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-left:0}
|
|
694
|
+
._kdjsglyw .ProseMirror.ua-chrome .inlineNodeView>span{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
573
695
|
._kf7b1b66 [data-prosemirror-node-name=date] .date-lozenger-container span{padding-left:var(--ds-space-050,4px)}
|
|
574
696
|
._kj6kidpf :not(.fabric-editor-block-mark)>h2 style:first-child+*{margin-top:0}
|
|
575
697
|
._kklf15vq [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{visibility:hidden}
|
|
@@ -590,13 +712,16 @@
|
|
|
590
712
|
._m5j31j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection{background-color:transparent}
|
|
591
713
|
._mcklidpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) h1 style:first-child+*{margin-top:0}
|
|
592
714
|
._mekn1rpy .ProseMirror span.pm-placeholder{color:var(--ds-text-subtlest,#6b6e76)}
|
|
715
|
+
._midr1wdg .search-match-block.search-match-dark .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-bolder-pressed,#77325b),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
593
716
|
._mpruidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{height:0}
|
|
594
717
|
._munn4jg8 .dateView-content-wrap .date-lozenger-container{line-height:normal}
|
|
718
|
+
._mxi51xf3 .search-match-block.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
595
719
|
._mzasidpf .fabric-editor-alignment:first-of-type:first-child h2 style:first-child+*{margin-top:0}
|
|
596
720
|
._n3tdv47k{padding-bottom:var(--ds-space-250,20px)}
|
|
597
721
|
._n4szidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ol{margin-top:0}
|
|
598
722
|
._n65sidpf .fabric-editor-font-size:first-of-type:first-child h3:first-child:not(style){margin-top:0}
|
|
599
723
|
._n6a11fwx{--ak-editor--resizer-handle-spacing:12px}
|
|
724
|
+
._nbea1n1a .gridLine{margin-left:-1px}
|
|
600
725
|
._nck11nu9 .editor-mention-primitive{display:inline}
|
|
601
726
|
._ndfaidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]+*{margin-top:0}
|
|
602
727
|
._nfsm1xbj .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-name:k7xl0d6}
|
|
@@ -613,13 +738,19 @@
|
|
|
613
738
|
._o5elfeiv .ProseMirror .ak-editor-annotation-draft{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
614
739
|
._o7dvt7xp .ProseMirror .ak-editor-annotation-draft{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
615
740
|
._o7sybimv .dateView-content-wrap.ak-editor-selected-node.danger .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
741
|
+
._o9w6iro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .lozenge-wrapper{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
742
|
+
._oa091nka .search-match-block .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
616
743
|
._ocz2idpf :not(.fabric-editor-block-mark)>h1 style:first-child+*{margin-top:0}
|
|
617
744
|
._od11grf3 .ProseMirror li:has(>ul:only-child){margin-top:0!important}
|
|
618
745
|
._ojmct7xp .ProseMirror .ak-editor-annotation-focus{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
746
|
+
._omad1nu9 .ProseMirror .inlineNodeView{display:inline}
|
|
619
747
|
._omxdf705 .ProseMirror:not(.blockCardView-content-wrap)>li:before{content:" "}
|
|
620
748
|
._op0fn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-y:unset}
|
|
621
749
|
._oq4if705 .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{content:" "}
|
|
750
|
+
._or3e1s89 .search-match-block.search-match-block-selected .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
751
|
+
._or5e1jtm .code{white-space:pre-wrap}
|
|
622
752
|
._p31f1hrf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{clear:both}
|
|
753
|
+
._p3p6usvi .gridLine{box-sizing:border-box}
|
|
623
754
|
._pa0l15vq .ProseMirror p:has(.placeholder-decoration-hide-overflow){overflow-x:hidden}
|
|
624
755
|
._pdsn78tn .editor-mention-primitive{line-height:1.714}
|
|
625
756
|
._pg931osq{--ak-editor--breakout-min-width:100%}
|
|
@@ -646,16 +777,22 @@
|
|
|
646
777
|
._qzx91j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::selection{background-color:transparent}
|
|
647
778
|
._r397idpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{left:0}
|
|
648
779
|
._r6joidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{height:0}
|
|
780
|
+
._r79ei7uo .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container .ak-editor-expand__title-input{color:var(--ds-text,#292a2e)}
|
|
781
|
+
._r8mlqxcq .search-match-block.search-match-block-selected.search-match-dark [data-smart-link-container=true]{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
649
782
|
._r8oxidpf .fabric-editor-alignment:first-of-type:first-child h2:first-child:not(style){margin-top:0}
|
|
650
783
|
._ra5tt94y [data-prosemirror-node-name=date] .date-lozenger-container span{margin-right:1px}
|
|
651
784
|
._rajy1tuv .ProseMirror .ak-ul li>ul{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
652
785
|
._rc9pyh40 .ProseMirror hr{height:2px}
|
|
786
|
+
._rdw3qlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
653
787
|
._rejjstnw .ProseMirror .ProseMirror-fake-text-cursor:after{position:absolute}
|
|
654
788
|
._rfl4idpf .fabric-editor-font-size:first-of-type:first-child h5:first-child:not(style){margin-top:0}
|
|
655
789
|
._ri4ridpf :not(.fabric-editor-block-mark)>h3:first-child:not(style){margin-top:0}
|
|
790
|
+
._ri7p1wqq .code{font-size:.875em}
|
|
656
791
|
._ripsidpf .ProseMirror [layout^=wrap-]:has(+[layout^=wrap-]) .rich-media-item{margin-right:0}
|
|
657
792
|
._rjmvidpf .fabric-editor-font-size:first-of-type:first-child p style:first-child+*{margin-top:0}
|
|
658
793
|
._rn5mbimv .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
794
|
+
._rq281nka .search-match-text{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
795
|
+
._rv8p8stv .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-line:underline}
|
|
659
796
|
._s6y9idpf :not(.fabric-editor-block-mark)>div.fabric-editor-block-mark:first-of-type:not(.fabric-editor-indentation-mark):not(.fabric-editor-alignment):not(.fabric-editor-font-size) p:first-child:not(style){margin-top:0}
|
|
660
797
|
._s7xpcuai .ProseMirror ul{padding-left:var(--ed--list--item-counter--padding,24px)}
|
|
661
798
|
._s8m8idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
@@ -666,10 +803,14 @@
|
|
|
666
803
|
._slqe1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::selection{background-color:transparent}
|
|
667
804
|
._smxnglyw .ProseMirror .ProseMirror-fake-text-cursor{pointer-events:none}
|
|
668
805
|
._sneogrf3 .ProseMirror div[data-task-list-local-id]>div[data-task-list-local-id]{margin-top:0!important}
|
|
806
|
+
._sopm17v8 .search-match-expand-title.search-match-dark>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder,#ae4787),inset 0 0 0 5px var(--ds-background-accent-magenta-bolder-pressed,#77325b)}
|
|
669
807
|
._stw0idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-right:0}
|
|
670
808
|
._sx0p1tmo .ProseMirror .telepointer.color-14{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
809
|
+
._syi51wug .code{overflow-y:auto}
|
|
810
|
+
._syi5n7od .code{overflow-y:unset}
|
|
671
811
|
._t7ab1vi7{--ak-editor--default-gutter-padding:32px}
|
|
672
812
|
._te0it94y .editor-mention-primitive{padding-bottom:1px}
|
|
813
|
+
._tfy618hq .search-match-text.search-match-dark{background-color:var(--ds-background-accent-magenta-bolder-pressed,#77325b)!important}
|
|
673
814
|
._tmq91tuv .ProseMirror li+li{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
674
815
|
._tqacbimv .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
675
816
|
._tsa3t94y .editor-mention-primitive{padding-top:1px}
|
|
@@ -679,8 +820,11 @@
|
|
|
679
820
|
._tw4v1j28 .ak-editor-selected-node>.editor-mention-primitive ::-moz-selection{background-color:transparent}
|
|
680
821
|
._tyke17vv div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-name:k1eqwm1p}
|
|
681
822
|
._tyke194d div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-name:k7wtbat}
|
|
823
|
+
._u12f1ypf .search-match-block.search-match-block-selected .loader-wrapper>div:after{box-shadow:inset 0 0 0 1px var(--ds-background-accent-magenta-bolder-hovered,#943d73),inset 0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)}
|
|
824
|
+
._u1hx1up9 .search-match-block .date-lozenger-container>span{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
682
825
|
._u2jdglyw .ProseMirror .telepointer.telepointer-selection:not(.inlineNodeView){-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
683
826
|
._u5f3v47k{padding-right:var(--ds-space-250,20px)}
|
|
827
|
+
._u854iro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .loader-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
684
828
|
._u8en3mia .ProseMirror{font-size:var(--ak-editor-base-font-size)}
|
|
685
829
|
._ug3m1nu9 .ProseMirror span.pm-placeholder__text[data-placeholder]:after{display:inline}
|
|
686
830
|
._ujemidpf .fabric-editor-alignment:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
@@ -696,6 +840,7 @@
|
|
|
696
840
|
._ux32b3bt .ProseMirror .ProseMirror-fake-text-cursor:after{content:""}
|
|
697
841
|
._uxukn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-x:unset}
|
|
698
842
|
._v284h2mm .ProseMirror .ProseMirror-fake-text-cursor{position:relative}
|
|
843
|
+
._v91uqlfy .search-match-block.search-match-block-selected.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1),0 0 0 5px var(--ds-background-accent-magenta-bolder-hovered,#943d73)}
|
|
699
844
|
._v91w1e5c .ProseMirror .telepointer.color-2{--telepointer-participant-bg-color:var(--ds-background-accent-green-bolder,#1f845a)}
|
|
700
845
|
._v9kukb7n .ProseMirror .telepointer:hover .telepointer-fullname{z-index:1}
|
|
701
846
|
._vdlzei1s html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-second-stop:150000%}
|
|
@@ -708,16 +853,19 @@
|
|
|
708
853
|
._vwip2c8p .ProseMirror .telepointer.color-6{--telepointer-participant-bg-color:var(--ds-background-accent-teal-bolder,#227d9b)}
|
|
709
854
|
._vwz41tcg{line-height:24px}
|
|
710
855
|
._w0epidpf .ProseMirror .ak-editor-annotation-blur{padding-left:0}
|
|
856
|
+
._w11vidpf .hyperlink-floating-toolbar{padding-bottom:0}
|
|
711
857
|
._w13212c5 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-iteration-count:infinite}
|
|
712
858
|
._w33agrho .fabric-editor--max-width-mode{--ak-editor--breakout-min-width:0px}
|
|
713
859
|
._w39w1p3b .ProseMirror ul[data-indent-level="2"]{list-style-type:circle}
|
|
714
860
|
._w6dp1ule .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{display:block}
|
|
861
|
+
._w8rkiro1 .search-match-block.search-match-block-selected.search-match-dark.ak-editor-selected-node .hover-card-trigger-wrapper>a{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db),0 0 0 4px var(--ds-background-accent-magenta-bolder-hovered,#943d73),0 0 0 5px var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
715
862
|
._wets1nu9 .ProseMirror .ProseMirror-fake-text-cursor{display:inline}
|
|
716
863
|
._wg06idpf [data-prosemirror-node-name=date] .date-lozenger-container span{margin-top:0}
|
|
717
864
|
._wgub1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::selection{background-color:transparent}
|
|
718
865
|
._wi4l1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection{background-color:transparent}
|
|
719
866
|
._wlqz1o8l .ProseMirror.ua-firefox ul li p:empty{display:inline-block}
|
|
720
867
|
._wmhayh40 .ProseMirror .ak-editor-annotation-focus{padding-bottom:2px}
|
|
868
|
+
._wn3j1up9 .search-match-block .hover-card-trigger-wrapper>a{box-shadow:0 0 0 4px var(--ds-background-accent-magenta-subtler,#fdd0ec),0 0 0 5px var(--ds-border-accent-magenta,#cd519d)}
|
|
721
869
|
._wnl31s93 .text-highlight{background-color:var(--ds-background-accent-blue-subtlest,#e9f2fe)}
|
|
722
870
|
._wsn51tmo .ProseMirror .telepointer.color-15{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
723
871
|
._x07nrrda .ProseMirror span.pm-placeholder__text[data-placeholder]:after{content:attr(data-placeholder)}
|
|
@@ -737,6 +885,8 @@
|
|
|
737
885
|
._yxs7kb7n .ProseMirror .telepointer:hover .telepointer-fullname{opacity:1}
|
|
738
886
|
._yy7y1gly .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{background-color:var(--ds-background-danger,#ffeceb)}
|
|
739
887
|
._yyaxidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-right:0}
|
|
888
|
+
._z2xw1osq .gridLine{height:100%}
|
|
889
|
+
._z49mi7uo .code{color:var(--ds-text,#292a2e)}
|
|
740
890
|
._z75ousic .ProseMirror .embedCardView-content-wrap[layout=wrap-right]{float:right}
|
|
741
891
|
._z9wpidpf .ProseMirror p{margin-bottom:0}
|
|
742
892
|
._zanp1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::-moz-selection{background-color:transparent}
|
|
@@ -745,6 +895,7 @@
|
|
|
745
895
|
._zkkp1tmo .ProseMirror .telepointer.color-12{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
746
896
|
._zlwmidpf .fabric-editor-font-size:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
747
897
|
._zo131tmo .ProseMirror .telepointer.color-13{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
898
|
+
._ztqp1nka .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{box-shadow:inset 0 0 0 1px var(--ds-border-accent-magenta,#cd519d),inset 0 0 0 5px var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
748
899
|
._zy25uj17{--ak-editor--breakout-fallback-width:calc(100cqw - var(--ak-editor--breakout-full-page-guttering-padding))}
|
|
749
900
|
._zzusidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{font-size:0}
|
|
750
901
|
._j9yv7g83 button.first-floating-toolbar-button:focus{outline:2px solid var(--ds-border-focused,#4688ec)}
|
|
@@ -753,7 +904,10 @@
|
|
|
753
904
|
._1b2hplhp [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
754
905
|
._1ogl1ibz::-webkit-scrollbar-thumb:hover{background-color:var(--ds-background-neutral-bold-hovered,#3b3d42)}
|
|
755
906
|
._1orw15s3 .ak-editor-selected-node>.editor-mention-primitive:hover{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
907
|
+
._1pxsnqa1 .ProseMirror a[data-prosemirror-mark-name=link]:hover{text-decoration-style:solid}
|
|
908
|
+
._4m8e1r31 .ProseMirror a[data-prosemirror-mark-name=link]:hover{text-decoration-color:currentColor}
|
|
756
909
|
._8tic1j28 .editor-mention-primitive.mention-restricted:hover{background-color:transparent}
|
|
910
|
+
._b05uglyw .ProseMirror a[data-prosemirror-mark-name=link]:hover{text-decoration-line:none}
|
|
757
911
|
._jdyf1rtt [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red:hover{background-color:var(--ds-background-accent-red-subtler,#ffd5d2)}
|
|
758
912
|
._opx215s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self:hover{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
759
913
|
._ufew15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted:hover{background-color:var(--ds-background-selected,#e9f2fe)}
|