@atlaskit/editor-core 219.6.0 → 219.6.1
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 +11 -0
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +283 -6
- package/dist/cjs/ui/EditorContentContainer/EditorContentContainer-compiled.js +25 -23
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +283 -6
- package/dist/es2019/ui/EditorContentContainer/EditorContentContainer-compiled.js +26 -24
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.compiled.css +283 -6
- package/dist/esm/ui/EditorContentContainer/EditorContentContainer-compiled.js +26 -24
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +4 -4
|
@@ -3,24 +3,29 @@
|
|
|
3
3
|
._13ax1rb6 .pm-table-sticky-wrapper>table{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
|
|
4
4
|
._13cd1uzo div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{border-radius:calc(var(--ds-radius-small, 3px) + 1px)}
|
|
5
5
|
._13heu2gc .pm-table-container>table>tbody>tr>td{padding:var(--ds-space-100,8px)}
|
|
6
|
+
._141yzg2b .danger .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{border:1px solid var(--ds-border-danger,#e2483d)}
|
|
6
7
|
._14oi1rb6 .pm-table-sticky-wrapper>table>tbody>tr>th{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
|
|
8
|
+
._14wj12b0 .ak-editor-expand__icon-button{border-radius:var(--ds-radius-small,4px)}
|
|
7
9
|
._185t1rb6 .pm-table-wrapper>table>tbody>tr>th{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
|
|
10
|
+
._18x1sm61 .ak-editor-expand__icon-button{background:var(--ds-background-neutral-subtle,#00000000)}
|
|
8
11
|
._1cnzgx6n .ProseMirror hr{margin:var(--ds-space-300,24px) 0}
|
|
12
|
+
._1dcv12b0 .ak-editor-expand{border-radius:var(--ds-radius-small,4px)}
|
|
9
13
|
._1di9vvzz .ProseMirror [data-prosemirror-node-name=blockTaskItem]:has(.fabric-editor-font-size[data-font-size=small]){font:var(--editor-font-ugc-token-body-small)}
|
|
14
|
+
._1f82glyw .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{border:none}
|
|
15
|
+
._1fbsglyw .ak-editor-expand__title-input{border:none}
|
|
16
|
+
._1ffuu2gc .ak-editor-expand{padding:var(--ds-space-100,8px)}
|
|
10
17
|
._1fi2t7zq .ProseMirror p{font:normal 400 1em/1.714 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
11
18
|
._1gep1rb6 .pm-table-sticky-wrapper>table>tbody>tr>td{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
|
|
12
19
|
._1gna19qg .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{border-radius:0 var(--ds-radius-xsmall,2px) var(--ds-radius-xsmall,2px) 0}
|
|
13
20
|
._1jlk1uzo div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{border-radius:calc(var(--ds-radius-small, 3px) + 1px)}
|
|
14
21
|
._1khk1mok:hover::-webkit-scrollbar-thumb{border-radius:var(--ds-radius-large,8px)}
|
|
15
|
-
._1l4z1p41 .ProseMirror .telepointer{transition:opacity .2s}
|
|
16
22
|
._1l4zlb4i .fabric-background-color-mark{border-radius:var(--ds-radius-xsmall,2px)}
|
|
17
|
-
.
|
|
23
|
+
._1mc7glyw .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{border:none}
|
|
18
24
|
._1mml7qp0 .pm-table-container .pm-table-right-border{background:var(--ds-background-accent-gray-subtler,#dddee1)}
|
|
19
25
|
._1n0xibhp .ProseMirror .ak-editor-annotation-blur{background:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
|
|
20
26
|
._1nzzu2gc .pm-table-wrapper>table>tbody>tr>th{padding:var(--ds-space-100,8px)}
|
|
21
27
|
._1o19rsbi div[extensionType="com.atlassian.ai-blocks"] .extension-container.with-hover-border:before{background:var(--ds-border-input,#8c8f97)}
|
|
22
28
|
._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)}
|
|
23
|
-
._1pea1jj1 .gridLine{transition:border-color .15s linear}
|
|
24
29
|
._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%)}
|
|
25
30
|
._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)}
|
|
26
31
|
._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%)}
|
|
@@ -31,59 +36,83 @@
|
|
|
31
36
|
._1u451rb6 .pm-table-container>table>tbody>tr>th{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
|
|
32
37
|
._1uh7swc3 .ProseMirror hr{padding:var(--ds-space-050,4px) 0}
|
|
33
38
|
._1uj1u2gc .pm-table-container>table>tbody>tr>th{padding:var(--ds-space-100,8px)}
|
|
39
|
+
._1w8qq98m .ak-editor-expand.ak-editor-selected-node:not(.danger):after{background:var(--ds-border-selected,#1868db)}
|
|
34
40
|
._1waku2gc .pm-table-wrapper>table>tbody>tr>td{padding:var(--ds-space-100,8px)}
|
|
35
|
-
.
|
|
41
|
+
._2gbkglyw .ak-editor-expand__title-container{border:none}
|
|
42
|
+
._3emmglyw .ak-editor-expand__icon-button{border:none}
|
|
36
43
|
._3vafglyw .ProseMirror hr{border:none}
|
|
37
44
|
._3yki1rb6 .pm-table-wrapper>table>tbody>tr>td{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
|
|
38
45
|
._49vlokh7 .editor-mention-primitive{border:1px solid transparent}
|
|
39
46
|
._5cdi6z83 .pm-table-wrapper>table{margin:var(--ds-space-300,24px) 0 0 0}
|
|
40
47
|
._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))}
|
|
41
48
|
._6kversbi div[extensionType="com.atlassian.ai-blocks"] .extension-container.with-hover-border:after{background:var(--ds-border-input,#8c8f97)}
|
|
49
|
+
._7xotcd8q .ProseMirror .right-shadow:after{background:linear-gradient(to right,transparent 0,var(--ds-shadow-overflow-spread,#1e1f2129) 140%),linear-gradient(to left,var(--ds-shadow-overflow-perimeter,#1e1f211f) 0,transparent 1px)}
|
|
50
|
+
._8q99glyw .ak-editor-expand__title-container{background:none}
|
|
42
51
|
._9d0e7qp0 .pm-table-container .pm-table-left-border{background:var(--ds-background-accent-gray-subtler,#dddee1)}
|
|
43
52
|
._9g7rfajl .code{border-radius:var(--ds-radius-small,3px)}
|
|
44
53
|
._9laafajl .search-match{border-radius:var(--ds-radius-small,3px)}
|
|
45
54
|
._9vqg11ss .pm-table-sticky-wrapper>table{margin:var(--ds-space-300,24px) var(--ds-space-100,8px) 0 0}
|
|
46
55
|
._9y08i8nm .editor-mention-primitive{background:var(--ds-background-neutral,#0515240f)}
|
|
47
56
|
._ad1u99ee .pm-table-container{margin:0 auto var(--ds-space-200,1pc)}
|
|
57
|
+
._age41gly .ak-editor-expand.danger{background:var(--ds-background-danger,#ffeceb)}
|
|
48
58
|
._arowokh7 .editor-mention-primitive.mention-self{border:1px solid transparent}
|
|
49
59
|
._b7zl1rb6 .pm-table-wrapper>table{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
|
|
50
60
|
._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%)}
|
|
51
61
|
._bi6a1yt2 div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background:linear-gradient(90deg,#0065ff80,#0469ff80 12%,#bf63f380 24%,#ffa90080 48%,#bf63f380 64%,#0469ff80 80%,#0065ff80)}
|
|
52
62
|
._bi6aa6bd div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background:conic-gradient(from var(--panel-gradient-angle,270deg),#0065ff80 0,#0469ff80 20%,#bf63f380 50%,#ffa90080 56%,#0065ff80 100%)}
|
|
63
|
+
._bj9o180e .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{transition:transform .2s cubic-bezier(.15,1,.3,1)}
|
|
53
64
|
._d10bhq3d .ProseMirror li>p:not(:first-child){margin:var(--ds-space-050,4px) 0 0 0}
|
|
54
65
|
._dci5qo0w div[extensionType="com.atlassian.ai-blocks"]:after{background:linear-gradient(90deg,#0065ff,#0469ff 12%,#bf63f3 24%,#ffa900 48%,#bf63f3 64%,#0469ff 80%,#0065ff)}
|
|
55
66
|
._e2i01856 .editor-mention-primitive.mention-self{background:var(--ds-background-brand-bold,#1868db)}
|
|
56
|
-
.
|
|
67
|
+
._eyk7fyzg .ak-editor-expand.ak-editor-selected-node:not(.danger){border:var(--ds-border-width,1px) solid var(--ds-border-selected,#1868db)}
|
|
57
68
|
._g4fm7g83 .ProseMirror-selectednode:empty{outline:2px solid var(--ds-border-focused,#4688ec)}
|
|
69
|
+
._hl71sm61 .ak-editor-expand__expanded{background:var(--ds-background-neutral-subtle,#00000000)}
|
|
58
70
|
._hym9vvzz .ProseMirror .fabric-editor-font-size[data-font-size=small]{font:var(--editor-font-ugc-token-body-small)}
|
|
71
|
+
._ig0i4w17 .ak-editor-expand__title-input{padding:0 0 0 var(--ds-space-050,4px)}
|
|
59
72
|
._ir60vvzz .ProseMirror li:has(>.fabric-editor-font-size[data-font-size=small])::marker{font:var(--editor-font-ugc-token-body-small)}
|
|
60
73
|
._jz731rb6 .pm-table-container>table{border:1px solid var(--ds-background-accent-gray-subtler,#dddee1)}
|
|
74
|
+
._k4r0q98m .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{background:var(--ds-border-selected,#1868db)}
|
|
75
|
+
._k9adhueu .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{border:1px solid var(--ds-border-selected,#1868db)}
|
|
61
76
|
._kc8l11ss .pm-table-container>table{margin:var(--ds-space-300,24px) var(--ds-space-100,8px) 0 0}
|
|
62
77
|
._kn991o1l .ProseMirror .ak-editor-annotation-draft{background:var(--ds-background-accent-yellow-subtlest-pressed,#efdd4e)}
|
|
63
78
|
._l0rkaetg .ProseMirror .ak-editor-annotation-hover{background:var(--ds-background-accent-yellow-subtlest-hovered,#f5e989)}
|
|
64
79
|
._lqdju2gc .pm-table-sticky-wrapper>table>tbody>tr>th{padding:var(--ds-space-100,8px)}
|
|
65
80
|
._n9nt1rr0 .editor-mention-primitive{border-radius:var(--ds-radius-full,9999px)}
|
|
81
|
+
._nshtskji .ak-editor-expand{margin:var(--ds-space-050,4px) 0 0}
|
|
66
82
|
._o0ds5rkr .editor-mention-primitive.mention-restricted{border:1px solid var(--ds-border-bold,#7d818a)}
|
|
83
|
+
._omzvglyw .ak-editor-expand.ak-editor-selected-node:not(.danger):after{border:none}
|
|
67
84
|
._pdovfajl div[extensionType="com.atlassian.ai-blocks"] .extension-container .with-margin-styles{border-radius:var(--ds-radius-small,3px)}
|
|
68
85
|
._s9qz1mok .ProseMirror .pm-table-wrapper>table:hover::-webkit-scrollbar-thumb{border-radius:var(--ds-radius-large,8px)}
|
|
86
|
+
._txt11rqd .ProseMirror .left-shadow:before{background:linear-gradient(to left,transparent 0,var(--ds-shadow-overflow-spread,#1e1f2129) 140%),linear-gradient(to right,var(--ds-shadow-overflow-perimeter,#1e1f211f) 0,transparent 1px)}
|
|
69
87
|
._up97ia51 .pm-table-wrapper .ak-editor-panel{border:var(--ds-border-width,1px) solid var(--ds-border,#0b120e24)}
|
|
88
|
+
._vir8sm61 .ak-editor-expand{background:var(--ds-background-neutral-subtle,#00000000)}
|
|
70
89
|
._vkeh12b0 [data-prosemirror-node-name=date] .date-lozenger-container span{border-radius:var(--ds-radius-small,4px)}
|
|
90
|
+
._vy5czg2b .danger .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){border:1px solid var(--ds-border-danger,#e2483d)}
|
|
91
|
+
._wo9i1dpa .ak-editor-expand__icon-button:hover:not(:disabled){background:var(--ds-background-neutral-subtle-hovered,#0515240f)}
|
|
71
92
|
._x53a1o1l .ProseMirror .ak-editor-annotation-focus{background:var(--ds-background-accent-yellow-subtlest-pressed,#efdd4e)}
|
|
72
93
|
._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)}
|
|
73
94
|
._xph31b66 .search-match-text{border-radius:var(--ds-space-050,4px)}
|
|
95
|
+
._ye0rq98m .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{background:var(--ds-border-selected,#1868db)}
|
|
96
|
+
._ygeohueu .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){border:1px solid var(--ds-border-selected,#1868db)}
|
|
74
97
|
._yhgjt94y .ProseMirror hr{border-radius:1px}
|
|
75
98
|
._zy611kw7 .ProseMirror [data-prosemirror-node-name=blockTaskItem]:has(.fabric-editor-font-size[data-font-size=small]) .fabric-editor-font-size{font:inherit}
|
|
99
|
+
._1husnqa1 .ak-editor-expand{border-style:solid}
|
|
76
100
|
._1pyq1j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive{border-color:transparent}
|
|
77
101
|
._1v6z1j28 .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{border-color:transparent}
|
|
78
102
|
._1v8i1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self{border-color:transparent}
|
|
103
|
+
._1xt11j28 .ak-editor-expand{border-color:transparent}
|
|
104
|
+
._1ymq1bqt .ak-editor-expand.danger{border-color:var(--ds-border-danger,#e2483d)}
|
|
79
105
|
._3y8g1j28 .ProseMirror.ProseMirror-focused .ProseMirror-gapcursor{border-color:transparent}
|
|
80
106
|
._aa1g1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{border-color:transparent}
|
|
81
107
|
._dgh21j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{border-color:transparent}
|
|
82
108
|
._ic7s1j28 .ak-editor-selected-node>.editor-mention-primitive{border-color:transparent}
|
|
83
109
|
._igra1j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-self{border-color:transparent}
|
|
110
|
+
._kh951j28 .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger){border-color:transparent}
|
|
84
111
|
._mgp11vg9 .ProseMirror .telepointer[class*=color-]:after{border-color:var(--telepointer-participant-bg-color)}
|
|
112
|
+
._n4fm1l7x .ak-editor-expand__expanded{border-color:var(--ds-border,#0b120e24)}
|
|
85
113
|
._pwh8glyw .code{border-style:none}
|
|
86
114
|
._uhe21j28 .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive.mention-restricted{border-color:transparent}
|
|
115
|
+
._v5bbe4h9 .ak-editor-expand{border-width:var(--ds-border-width,1px)}
|
|
87
116
|
._13bnglyw .pm-table-container>table tbody{border-bottom:none}
|
|
88
117
|
._14gpj0fz .ProseMirror .ProseMirror-fake-text-cursor:after{border-right:1px solid var(--ds-border,#0b120e24)}
|
|
89
118
|
._1ekgglyw .pm-table-sticky-wrapper>table tbody{border-bottom:none}
|
|
@@ -97,36 +126,49 @@
|
|
|
97
126
|
._u5bs1vrj .ProseMirror .ak-editor-annotation-draft{border-bottom:2px solid transparent}
|
|
98
127
|
._xkuf1vrj .ProseMirror .ak-editor-annotation-hover{border-bottom:2px solid transparent}._100i1ntv .pm-table-wrapper>table hr{box-sizing:content-box}
|
|
99
128
|
._102f1j28 .ProseMirror:has(.ProseMirror-hide-cursor){caret-color:transparent}
|
|
129
|
+
._109wc7mi .ak-editor-content-area.appearance-full-page .ProseMirror>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-250,-20px)}
|
|
100
130
|
._10a5ox06 li[data-testid=show-diff-changed-decoration-node]::marker{color:var(--diff-decoration-marker-color)}
|
|
101
131
|
._10c7glyw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
102
132
|
._10gj1u8q .pm-table-sticky-wrapper>table>tbody>tr>td{background-clip:padding-box}
|
|
103
133
|
._10h6v77o .ProseMirror .ak-editor-annotation-blur:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
|
|
104
134
|
._10i7j4ch .ProseMirror .ak-ul{display:flow-root}
|
|
135
|
+
._10l0idpf .ProseMirror .left-shadow:before{top:0}
|
|
136
|
+
._10pe1ul9 .ProseMirror .fabric-editor-indentation-mark[data-level="1"]{margin-left:30px}
|
|
105
137
|
._10va1osq .ProseMirror .pm-table-wrapper table{width:100%}
|
|
106
138
|
._10zo1osq .ProseMirror>div[data-prosemirror-node-block] [data-prosemirror-node-block]{--ak-editor-max-container-width:100%}
|
|
139
|
+
._10zo1osq .ak-editor-expand__content .nestedExpand-content-wrapper{width:100%}
|
|
107
140
|
._10zwglyw [layout=wrap-left]+.ProseMirror-gapcursor+span [layout=wrap-right]{clear:none}
|
|
108
141
|
._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}
|
|
109
142
|
._11311p3b .ProseMirror ul ul ul ul ul{list-style-type:circle}
|
|
143
|
+
._113e1o8l .ak-editor-expand.ak-editor-selected-node:not(.danger):after{display:inline-block}
|
|
110
144
|
._1150qvcn .fabric-background-color-mark{-webkit-box-decoration-break:clone;box-decoration-break:clone}
|
|
111
145
|
._1171idpf .fabric-editor-alignment:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
112
146
|
._1190v77o [data-prosemirror-node-name=date] .date-lozenger-container span{padding-bottom:var(--ds-space-025,2px)}
|
|
113
147
|
._11a2n7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{padding-right:unset}
|
|
114
148
|
._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)}
|
|
149
|
+
._11d01fw0{--editor-font-ugc-token-weight-heading-bold:700}
|
|
115
150
|
._11gt15cr .search-match-text.search-match-dark{color:var(--ds-text-inverse,#fff)}
|
|
116
151
|
._11h1stnw .ProseMirror .ProseMirror-gapcursor span:after{position:absolute}
|
|
152
|
+
._11h4stnw .ProseMirror .left-shadow:after{position:absolute}
|
|
117
153
|
._11jf78tn .ProseMirror p{line-height:1.714}
|
|
154
|
+
._11pmewfl .ak-editor-expand__title-container{overflow-x:visible}
|
|
118
155
|
._11q31i5q .fabric-background-color-mark{background-color:var(--custom-palette-color,inherit)}
|
|
156
|
+
._11qn1osq .ak-editor-expand__input-container{width:100%}
|
|
119
157
|
._11rg15cr .ProseMirror .telepointer.color-9{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
120
158
|
._11t078tn .ProseMirror:not(.blockCardView-content-wrap)>li:before{line-height:1.714}
|
|
121
159
|
._11t9ckbl .pm-table-wrapper>table>tbody>tr>td{min-width:3pc}
|
|
122
160
|
._11ukidpf .fabric-editor-font-size:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
123
161
|
._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)}
|
|
162
|
+
._120fcs5v .ProseMirror .left-shadow:after{z-index:2}
|
|
124
163
|
._121i1r31 .ProseMirror{outline-color:currentColor}
|
|
125
164
|
._123b1aqn:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e)}
|
|
126
165
|
._1244idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child .heading-wrapper style:first-child+*{margin-top:0}
|
|
166
|
+
._1245kb7n .ak-editor-expand__title-input{flex-shrink:1}
|
|
167
|
+
._126j68cl .ProseMirror .fabric-editor-indentation-mark[data-level="4"]{margin-left:90pt}
|
|
127
168
|
._129midpf :not(.fabric-editor-block-mark)>h1:first-child:not(style){margin-top:0}
|
|
128
169
|
._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)}
|
|
129
170
|
._12i1idpf :not(.fabric-editor-block-mark)>h5:first-child:not(style){margin-top:0}
|
|
171
|
+
._12i31osq .ProseMirror .left-shadow:before{height:100%}
|
|
130
172
|
._12j81osq .pm-table-container>table{width:100%}
|
|
131
173
|
._12jli8nm .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{--ds--code--line-number-bg-color:var(--ds-background-neutral,#0515240f)}
|
|
132
174
|
._12ly1u8q .pm-table-wrapper>table>tbody>tr>td{background-clip:padding-box}
|
|
@@ -137,14 +179,17 @@
|
|
|
137
179
|
._12wgusvi .ProseMirror .pm-table-wrapper{box-sizing:border-box}
|
|
138
180
|
._12wvglyw .ProseMirror .placeholder-decoration .placeholder-android{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
139
181
|
._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)}
|
|
182
|
+
._12yq1osq .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{height:100%}
|
|
140
183
|
._132p1k9k .ProseMirror ol[data-indent-level="5"]{list-style-type:lower-alpha}
|
|
141
184
|
._135a1osq .pm-table-sticky-wrapper>table{width:100%}
|
|
142
185
|
._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)}
|
|
143
186
|
._13fl1vk5 [data-prosemirror-node-name=date] .date-lozenger-container span.date-node-color-red{background-color:var(--ds-background-accent-red-subtlest,#ffeceb)}
|
|
187
|
+
._13mr1txw .ak-editor-expand__icon-button{display:flex}
|
|
144
188
|
._13q2grf3 .ProseMirror li:has(>ul:only-child){margin-bottom:0!important}
|
|
145
189
|
._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)}
|
|
146
190
|
._144ruibq .ProseMirror .telepointer.color-0{--telepointer-participant-bg-color:var(--ds-background-accent-red-bolder,#c9372c)}
|
|
147
191
|
._1499idpf .hyperlink-floating-toolbar{padding-right:0}
|
|
192
|
+
._149p1txw .ak-editor-expand__title-input{display:flex}
|
|
148
193
|
._14dm15cr .ProseMirror .telepointer.color-8{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
149
194
|
._14e716px .ProseMirror:not(.blockCardView-content-wrap)>li>.code-block:first-child{margin-top:-1.714em!important}
|
|
150
195
|
._14ew15s3 .mentionView-content-wrap.ak-editor-selected-node [data-mention-id]>span{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
@@ -153,15 +198,20 @@
|
|
|
153
198
|
._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}
|
|
154
199
|
._14ib1ssb .ProseMirror .ProseMirror-gapcursor span[layout=fixed-width]{margin-left:50%}
|
|
155
200
|
._14ijglyw .ProseMirror .placeholder-decoration{pointer-events:none}
|
|
201
|
+
._14j01n1a .ak-editor-expand.ak-editor-selected-node:not(.danger):after{right:-1px}
|
|
156
202
|
._14jm1ntv .pm-table-container>table hr{box-sizing:content-box}
|
|
157
203
|
._14olidpf .hyperlink-floating-toolbar{padding-top:0}
|
|
158
204
|
._14r215vq .ProseMirror p:has(.placeholder-decoration-hide-overflow){overflow-y:hidden}
|
|
205
|
+
._14uamgvx .ProseMirror .fabric-editor-indentation-mark[data-level="6"]{margin-left:180px}
|
|
159
206
|
._14uo1osq .ProseMirror .placeholder-decoration{width:100%}
|
|
160
207
|
._14xl126e .ProseMirror div[data-task-local-id]+div[data-task-list-local-id]{margin-top:var(--ds-space-050,4px)!important}
|
|
208
|
+
._14zzb3bt .ak-editor-expand.ak-editor-selected-node:not(.danger):before{content:""}
|
|
209
|
+
._1506brmi .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{transition-property:opacity}
|
|
161
210
|
._1543idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child p:first-child:not(style){margin-top:0}
|
|
162
211
|
._155q1o8l .gridLine{display:inline-block}
|
|
163
212
|
._156tidpf .pm-table-header-content-wrap :not(.fabric-editor-alignment,.fabric-editor-font-size) p:first-of-type{margin-top:0}
|
|
164
213
|
._1574i8nm .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger) .line-number-gutter{background-color:var(--ds-background-neutral,#0515240f)}
|
|
214
|
+
._157n1ejb .ak-editor-expand__content{padding-left:var(--ds-space-300,24px)}
|
|
165
215
|
._15a61hrf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{clear:both}
|
|
166
216
|
._15bz1tsb .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger):not(.ak-editor-selected-node){box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
|
|
167
217
|
._15cgjt0p .ProseMirror .telepointer[class*=color-]:after{color:var(--telepointer-participant-text-color)}
|
|
@@ -169,12 +219,16 @@
|
|
|
169
219
|
._15epidpf :not(.fabric-editor-block-mark)>h4:first-child:not(style){margin-top:0}
|
|
170
220
|
._15eyya33 .ProseMirror .telepointer.color-4{--telepointer-participant-bg-color:var(--ds-background-accent-purple-bolder,#964ac0)}
|
|
171
221
|
._15haglyw .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]{clear:none}
|
|
222
|
+
._15hx9q8f{--editor-font-ugc-token-heading-h4:normal 600 1em/1.14286 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
223
|
+
._15hxe8o0{--editor-font-ugc-token-heading-h4:normal 600 1em/1.14286 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
172
224
|
._15i0idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4 style:first-child+*{margin-top:0}
|
|
225
|
+
._15klc7mi .ak-editor-content-area.appearance-full-page .ProseMirror>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-250,-20px)}
|
|
173
226
|
._15n6n7od .date-lozenger-container span{white-space:unset}
|
|
174
227
|
._15no1e5h .ProseMirror .embedCardView-content-wrap[layout=wrap-left]{float:left}
|
|
175
228
|
._15pyjp4b .pm-table-wrapper>table>tbody>tr>th{vertical-align:top}
|
|
176
229
|
._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)}
|
|
177
230
|
._15t1i7a9 .pm-table-sticky-wrapper>table>tbody>tr>td{font-weight:var(--ds-font-weight-regular,400)}
|
|
231
|
+
._15uri7a9 .ak-editor-expand__title-input{font-weight:var(--ds-font-weight-regular,400)}
|
|
178
232
|
._15zti7a9 .ProseMirror p{font-weight:var(--ds-font-weight-regular,400)}
|
|
179
233
|
._1613yh40 .ProseMirror .ak-editor-annotation-draft{padding-bottom:2px}
|
|
180
234
|
._162zidpf .hyperlink-floating-toolbar{padding-left:0}
|
|
@@ -183,11 +237,13 @@
|
|
|
183
237
|
._16d4idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h4:first-child:not(style){margin-top:0}
|
|
184
238
|
._16fuidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child p style:first-child+*{margin-top:0}
|
|
185
239
|
._16j6glyw .ProseMirror .placeholder-decoration{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
240
|
+
._16j6idpf .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{bottom:0}
|
|
186
241
|
._16jlkb7n{flex-grow:1}
|
|
187
242
|
._16k0idpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{height:0}
|
|
188
243
|
._16k4i7a9 .pm-table-wrapper>table>tbody>tr>td{font-weight:var(--ds-font-weight-regular,400)}
|
|
189
244
|
._16mx1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive{background-color:var(--ds-background-danger,#ffeceb)}
|
|
190
245
|
._16oexfcs .ProseMirror ol[data-indent-level="3"]{list-style-type:lower-roman}
|
|
246
|
+
._16r81j28 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div::-moz-selection{background-color:transparent}
|
|
191
247
|
._1713cs5v .gridParent{z-index:2}
|
|
192
248
|
._17291ule .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{display:block}
|
|
193
249
|
._172zidpf .ProseMirror .ak-editor-annotation-draft{padding-right:0}
|
|
@@ -204,8 +260,10 @@
|
|
|
204
260
|
._17kl1wth .ProseMirror ul ul ul ul{list-style-type:disc}
|
|
205
261
|
._17liidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
206
262
|
._17qpt94y .ProseMirror .ak-editor-annotation-hover{padding-top:1px}
|
|
263
|
+
._17sv1q9c .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{white-space:nowrap}
|
|
207
264
|
._17v9idpf .pm-table-wrapper>table>tbody>tr>td{border-bottom-width:0}
|
|
208
265
|
._17vzi7uo .search-match-text{color:var(--ds-text,#292a2e)}
|
|
266
|
+
._17wjb3bt .ProseMirror .right-shadow:before{content:""}
|
|
209
267
|
._17xf1j28 .pm-table-container>table{border-left-color:transparent}
|
|
210
268
|
._17xq15s3 .ak-editor-selected-node>.editor-mention-primitive{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
211
269
|
._17xw1j28 .ProseMirror.ua-safari .inlineNodeView::selection{background-color:transparent}
|
|
@@ -219,17 +277,25 @@
|
|
|
219
277
|
._18et1nu9 .ProseMirror span.pm-placeholder__text{display:inline}
|
|
220
278
|
._18j96ui8 .ProseMirror .placeholder-decoration-fade-in{animation-timing-function:ease-out}
|
|
221
279
|
._18m915zi{overflow-y:scroll}
|
|
280
|
+
._18mb3mia .ak-editor-expand__title-input{font-size:var(--ak-editor-base-font-size)}
|
|
281
|
+
._18mboxwj .ak-editor-expand__title-input{font-size:.875rem}
|
|
222
282
|
._18ml1osq .ProseMirror .pm-table-wrapper{max-width:100%}
|
|
223
283
|
._18pfidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{height:0}
|
|
224
284
|
._18qq1jtm .ProseMirror{white-space:pre-wrap}
|
|
225
285
|
._18tb16e3 .ProseMirror .telepointer.color-1{--telepointer-participant-bg-color:var(--ds-background-accent-blue-bolder,#1868db)}
|
|
226
286
|
._18uvidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-bottom:0}
|
|
227
287
|
._18vwtde4 .ProseMirror .telepointer.color-8{--telepointer-participant-bg-color:var(--ds-background-accent-lime-bolder,#5b7f24)}
|
|
288
|
+
._194h1ul7 .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__icon-container svg{transform:rotate(0deg)}
|
|
289
|
+
._197qcs5v .ProseMirror .right-shadow:after{z-index:2}
|
|
228
290
|
._197w1hrf .ProseMirror .embedCardView-content-wrap[layout=wrap-right]+.embedCardView-content-wrap[layout=wrap-left]{clear:both}
|
|
229
291
|
._19bvv47k{padding-left:var(--ds-space-250,20px)}
|
|
230
292
|
._19iin7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{padding-bottom:unset}
|
|
231
293
|
._19il1u8q .pm-table-container>table>tbody>tr>th{background-clip:padding-box}
|
|
294
|
+
._19lestnw .ak-editor-expand.ak-editor-selected-node:not(.danger):after{position:absolute}
|
|
295
|
+
._19lwdgkc .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__icon-container svg{color:var(--ds-icon-subtle,#505258)}
|
|
296
|
+
._19mvidpf .ak-editor-expand__content .expand-content-wrapper{height:0}
|
|
232
297
|
._19n6t94y .fabric-background-color-mark{padding-top:1px}
|
|
298
|
+
._19p11u4t .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transition-duration:.15s,.15s}
|
|
233
299
|
._19rk1l99 .ProseMirror{--ak-editor-max-container-width:calc(100cqw - var(--ak-editor--large-gutter-padding)*2)}
|
|
234
300
|
._19rk1uph .ProseMirror{--ak-editor-max-container-width:calc(100cqw - var(--ak-editor--large-gutter-padding))}
|
|
235
301
|
._19sfidpf .ProseMirror .ProseMirror-gapcursor span:after{top:0}
|
|
@@ -238,6 +304,7 @@
|
|
|
238
304
|
._19vztlke .ProseMirror .ak-editor-annotation-draft{cursor:pointer}
|
|
239
305
|
._1a0i1x4e .pm-table-sticky-wrapper>table{font-size:1em}
|
|
240
306
|
._1a3o1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::-moz-selection{background-color:transparent}
|
|
307
|
+
._1a5m1j28 .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger){background-color:transparent}
|
|
241
308
|
._1a6x1fbg .ProseMirror ol[data-indent-level="1"]{list-style-type:decimal}
|
|
242
309
|
._1ab3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{height:0}
|
|
243
310
|
._1abn1q9c .ProseMirror p:has(.placeholder-decoration-hide-overflow){white-space:nowrap}
|
|
@@ -247,42 +314,59 @@
|
|
|
247
314
|
._1aho1ejb .pm-table-container .pm-table-left-border{top:var(--ds-space-300,24px)}
|
|
248
315
|
._1ali9cwz div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-duration:1s}
|
|
249
316
|
._1aliymdr div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-duration:2s}
|
|
317
|
+
._1aljidpf .ak-editor-expand__icon-button{margin-top:0}
|
|
250
318
|
._1ancidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-left:0}
|
|
251
319
|
._1atv187e .code{background-color:var(--ds--code--bg-color,var(--ds-background-neutral,#0515240f))}
|
|
252
320
|
._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}
|
|
253
321
|
._1az4vuon .pm-table-container>table>tbody>tr>td{background-color:var(--ds-surface,#fff)}
|
|
322
|
+
._1azw1o8l .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{display:inline-block}
|
|
323
|
+
._1b22tlke .unsupportedInlineView-content-wrap>span:nth-of-type(2){cursor:pointer}
|
|
324
|
+
._1b7utlke .ak-editor-expand{cursor:pointer}
|
|
254
325
|
._1bbqglyw .ProseMirror .inlineNodeView>.assistive{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
255
326
|
._1bd0idpf .fabric-editor-alignment:first-of-type:first-child h4 style:first-child+*{margin-top:0}
|
|
256
327
|
._1bk513ow .search-match-text{background-color:var(--ds-background-accent-magenta-subtler,#fdd0ec)!important}
|
|
257
328
|
._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)}
|
|
258
329
|
._1blo4viv .code-block .search-match.selected-search-match span{color:var(--ds-text,#292a2e)!important}
|
|
330
|
+
._1botidpf .ProseMirror .sentinel-right{min-width:0}
|
|
259
331
|
._1bq9w4vn .ProseMirror ul ul ul ul ul ul{list-style-type:square}
|
|
260
332
|
._1br5d439 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{top:-14px}
|
|
261
333
|
._1bsc1nu9 .code{display:inline}
|
|
262
334
|
._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)}
|
|
263
335
|
._1bxo1ea5 .pm-table-resizer-container table{will-change:width}
|
|
336
|
+
._1by9fnf5 .ProseMirror .telepointer{transition-duration:.2s}
|
|
264
337
|
._1bzj1tuv .ProseMirror .ak-ol li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
338
|
+
._1c011b66 .ak-editor-expand__content{margin-left:var(--ds-space-050,4px)}
|
|
265
339
|
._1c0fidpf .ProseMirror .ak-editor-annotation-blur:has(.card){padding-left:0}
|
|
266
340
|
._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)}
|
|
267
341
|
._1c20feiv .ProseMirror .ak-editor-annotation-hover{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
268
342
|
._1c8bglyw div[extensionType="com.atlassian.ai-blocks"] .extension-label{display:none}
|
|
343
|
+
._1cfbrprw .danger .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{background-color:var(--ds-blanket-danger,#ef5c4814)}
|
|
269
344
|
._1ci21j28 .ProseMirror .ProseMirror-gapcursor span{caret-color:transparent}
|
|
345
|
+
._1ci8stnw .ak-editor-expand.ak-editor-selected-node:not(.danger):before{position:absolute}
|
|
270
346
|
._1ciasm61 .pm-table-container>table th td{background-color:var(--ds-background-neutral-subtle,#00000000)}
|
|
271
347
|
._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)}
|
|
272
348
|
._1cmi15ob div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{background-size:200%}
|
|
273
349
|
._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)}
|
|
274
350
|
._1cr2idpf .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-left:0}
|
|
351
|
+
._1cub16ux .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{content:"\00a0"}
|
|
275
352
|
._1cw81ule .ProseMirror a.blockLink{display:block}
|
|
353
|
+
._1czel1r9 .ProseMirror .fabric-editor-indentation-mark[data-level="3"]{margin-left:90px}
|
|
354
|
+
._1d0tglyw .ak-editor-expand__title-input{outline-style:none}
|
|
276
355
|
._1d63idpf .pm-table-sticky-wrapper>table>tbody>tr>th>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
|
|
277
356
|
._1d6qfeiv .ProseMirror .ak-editor-annotation-focus{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
278
357
|
._1d8u546l .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transform:scaleX(0)}
|
|
358
|
+
._1d9kt94y .ak-editor-expand.ak-editor-selected-node:not(.danger):after{width:1px}
|
|
279
359
|
._1db9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3:first-child:not(style){margin-top:0}
|
|
280
360
|
._1dlzi7a9 .pm-table-container>table>tbody>tr>td{font-weight:var(--ds-font-weight-regular,400)}
|
|
281
361
|
._1dm8q5uf{scroll-behavior:smooth}
|
|
282
362
|
._1do8cs5v .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{z-index:2}
|
|
363
|
+
._1dod6ebc .gridLine{transition-duration:.15s}
|
|
364
|
+
._1dr7idpf .ak-editor-expand.ak-editor-selected-node:not(.danger):before{bottom:0}
|
|
283
365
|
._1dsv1wug .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]{table-layout:auto}
|
|
284
366
|
._1du2idpf :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:first-child:not(style){margin-top:0}
|
|
285
367
|
._1duxidpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{font-size:0}
|
|
368
|
+
._1dwdj4ch .ak-editor-expand__content{display:flow-root}
|
|
369
|
+
._1dx5idpf .ak-editor-expand__icon-button{margin-left:0}
|
|
286
370
|
._1dyh1l7b .ProseMirror .ak-editor-annotation-hover:has([data-inline-card]){padding-bottom:3px}
|
|
287
371
|
._1e0c1txw{display:flex}
|
|
288
372
|
._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)}
|
|
@@ -304,24 +388,34 @@
|
|
|
304
388
|
._1esgtoke .pm-table-container>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-color:var(--ds-background-neutral,#0515240f)!important}
|
|
305
389
|
._1eui1o36 .ProseMirror .placeholder-decoration .placeholder-android{outline-width:medium}
|
|
306
390
|
._1eus161g div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{transform:translate3d(0,0,0)}
|
|
391
|
+
._1ev778tn .ak-editor-expand__title-input{line-height:1.714}
|
|
392
|
+
._1ev7kb7n .ak-editor-expand__title-input{line-height:1}
|
|
307
393
|
._1ex4r4us .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
394
|
+
._1ezhb3bt .ProseMirror .left-shadow:after{content:""}
|
|
308
395
|
._1f3widpf .ProseMirror .ak-editor-annotation-hover{padding-left:0}
|
|
309
396
|
._1f5xidpf .pm-table-cell-content-wrap :not(p,.fabric-editor-block-mark)+div.fabric-editor-block-mark p:first-of-type{margin-top:0}
|
|
310
397
|
._1f6f1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::-moz-selection{background-color:transparent}
|
|
311
398
|
._1f6mzr6s .ProseMirror .ProseMirror-gapcursor span[layout=fixed-width]{transform:translateX(-50%)}
|
|
312
399
|
._1fbjidpf .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]>div{margin-bottom:0}
|
|
400
|
+
._1fkbxmi2 .ProseMirror>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-150,-9pt)}
|
|
313
401
|
._1fkoglyw .ProseMirror-selectednode{outline-style:none}
|
|
402
|
+
._1fmjf1ug .ak-editor-expand__title-input{flex-basis:0%}
|
|
314
403
|
._1fpfolhs{ms-overflow-style:-ms-autohiding-scrollbar}
|
|
404
|
+
._1fq7glyw .ProseMirror .right-shadow:before{pointer-events:none}
|
|
315
405
|
._1fqx14y2 .ProseMirror .ak-editor-annotation-hover:has(.card){padding-top:5px}
|
|
316
406
|
._1fusidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+blockquote{margin-top:0}
|
|
317
407
|
._1fvc1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{width:calc(100% + 2px)}
|
|
318
408
|
._1fwwv77o .fabric-background-color-mark:has(.background-color-padding-left){padding-left:var(--ds-space-025,2px)}
|
|
319
409
|
._1fzu1j28 .ProseMirror.ProseMirror-hide-gapcursor{caret-color:transparent}
|
|
410
|
+
._1g2sncm8{--editor-font-ugc-token-body:normal 400 1em/1.714 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
411
|
+
._1g2st7zq{--editor-font-ugc-token-body:normal 400 1em/1.714 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
320
412
|
._1g35idpf .ProseMirror .ak-editor-annotation-hover:has(.card){padding-right:0}
|
|
321
413
|
._1g35idpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+*{margin-top:0}
|
|
322
414
|
._1g3g15ob div[extensionType="com.atlassian.ai-blocks"]:after{background-size:200%}
|
|
323
415
|
._1g4eglyw .ProseMirror-gapcursor[layout=wrap-left]+span+[layout=wrap-left]{clear:none}
|
|
416
|
+
._1g6m15vq .ak-editor-expand__content .nestedExpand-content-wrapper{overflow-y:hidden}
|
|
324
417
|
._1gbz1osq .ProseMirror .pm-table-wrapper table{max-width:100%}
|
|
418
|
+
._1gdo1h6o .ak-editor-expand__icon-button{justify-content:center}
|
|
325
419
|
._1gej1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::-moz-selection{background-color:transparent}
|
|
326
420
|
._1gf31gly .danger .editor-mention-primitive{background-color:var(--ds-background-danger,#ffeceb)}
|
|
327
421
|
._1ghsidpf .ProseMirror-gapcursor+[layout=wrap-right]+[layout=wrap-left]>div{margin-right:0}
|
|
@@ -333,26 +427,38 @@
|
|
|
333
427
|
._1gr6t94y .pm-table-container .pm-table-left-border{width:1px}
|
|
334
428
|
._1gvgidpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]+*{margin-top:0}
|
|
335
429
|
._1gvnmqba{--ak-editor--max-width-layout-width:4000px}
|
|
430
|
+
._1gwnglyw .ak-editor-expand__content .nestedExpand-content-wrapper{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
431
|
+
._1gxpkb7n .ak-editor-expand__title-input{flex-grow:1}
|
|
336
432
|
._1gzy1b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{width:calc(100% + 2px)}
|
|
337
433
|
._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)}
|
|
338
434
|
._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)}
|
|
339
435
|
._1h3k1j28 .pm-table-container>table{border-right-color:transparent}
|
|
436
|
+
._1h99glyw .ProseMirror .right-shadow:before{display:none}
|
|
437
|
+
._1h9p16ux .ak-editor-expand.ak-editor-selected-node:not(.danger):after{content:"\00a0"}
|
|
340
438
|
._1hb9idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]+*>*{margin-top:0}
|
|
341
439
|
._1hbb14y2 .ProseMirror .ak-editor-annotation-draft:has(.card){padding-top:5px}
|
|
440
|
+
._1hd21j28 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div ::-moz-selection{background-color:transparent}
|
|
441
|
+
._1hr01ejb .ak-editor-expand__icon-button{height:var(--ds-space-300,24px)}
|
|
342
442
|
._1hrr1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{top:-1px}
|
|
343
443
|
._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}
|
|
344
444
|
._1hwbidpf .pm-table-sticky-wrapper>table>tbody>tr>td{border-right-width:0}
|
|
345
445
|
._1hwxidpf .fabric-editor-font-size:first-of-type:first-child h4:first-child:not(style){margin-top:0}
|
|
346
446
|
._1hy1bokp .pm-table-resizer-container{will-change:width,margin-left}
|
|
347
447
|
._1hz91n9t .pm-table-wrapper>table{table-layout:fixed}
|
|
448
|
+
._1i7i15vq .ak-editor-expand__content .expand-content-wrapper{overflow-x:hidden}
|
|
348
449
|
._1i9tyh40 .code{padding-bottom:2px}
|
|
450
|
+
._1ia1h2mm .ak-editor-expand.ak-editor-selected-node:not(.danger){position:relative}
|
|
451
|
+
._1icakb7n .ak-editor-expand__title-input::-ms-input-placeholder{opacity:1}
|
|
452
|
+
._1icakb7n .ak-editor-expand__title-input::placeholder{opacity:1}
|
|
349
453
|
._1igzolhs .ProseMirror .pm-table-wrapper>table{ms-overflow-style:-ms-autohiding-scrollbar}
|
|
350
454
|
._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)}
|
|
351
455
|
._1inzj35l html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-first-stop:-850000%}
|
|
456
|
+
._1io9glyw .ak-editor-expand__content .expand-content-wrapper{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
352
457
|
._1iod1o36 .ProseMirror hr.ak-editor-selected-node{outline-width:medium}
|
|
353
458
|
._1iphidpf .pm-table-sticky-wrapper>table>tbody>tr>td{border-bottom-width:0}
|
|
354
459
|
._1iqr1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-restricted{background-color:var(--ds-background-danger,#ffeceb)}
|
|
355
460
|
._1ir6xfcs .ProseMirror ol[data-indent-level="6"]{list-style-type:lower-roman}
|
|
461
|
+
._1ish1ule .ak-editor-expand__content .expand-content-wrapper{display:block}
|
|
356
462
|
._1ivxi7a9 .pm-table-sticky-wrapper>table>tbody>tr>th{font-weight:var(--ds-font-weight-regular,400)}
|
|
357
463
|
._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)}
|
|
358
464
|
._1iyw1wug .code{overflow-x:auto}
|
|
@@ -362,6 +468,7 @@
|
|
|
362
468
|
._1j36idpf .pm-table-wrapper>table>tbody>tr>td>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
|
|
363
469
|
._1j8ac3uk .ProseMirror .telepointer.color-5{--telepointer-participant-bg-color:var(--ds-background-accent-magenta-bolder,#ae4787)}
|
|
364
470
|
._1j94utpp .pm-table-wrapper>table>tbody>tr>td td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
471
|
+
._1j9kt94y .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{height:1px}
|
|
365
472
|
._1jbz1i6y .fabric-background-color-mark:has(.background-color-padding-left){margin-left:var(--ds-space-negative-025,-2px)}
|
|
366
473
|
._1je9idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
367
474
|
._1ji11vg9 .ProseMirror .telepointer[class*=color-]:after{background-color:var(--telepointer-participant-bg-color)}
|
|
@@ -375,15 +482,18 @@
|
|
|
375
482
|
._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)}
|
|
376
483
|
._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)}
|
|
377
484
|
._1kbpidpf .gridLine{z-index:0}
|
|
485
|
+
._1kd91qdr .ak-editor-expand{transition-timing-function:cubic-bezier(.15,1,.3,1),cubic-bezier(.15,1,.3,1)}
|
|
378
486
|
._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)}
|
|
379
487
|
._1kffutpp .pm-table-wrapper>table>tbody>tr>th th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
380
488
|
._1kg4idpf .fabric-editor-alignment:first-of-type:first-child p style:first-child+*{margin-top:0}
|
|
381
489
|
._1ki7qvpr .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{white-space:pre}
|
|
490
|
+
._1kk7brmi .ProseMirror .telepointer{transition-property:opacity}
|
|
382
491
|
._1ku31ytf .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-timing-function:ease-in-out}
|
|
383
492
|
._1kx81j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::selection{background-color:transparent}
|
|
384
493
|
._1kxaf705 [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{content:" "}
|
|
385
494
|
._1l071u8q .pm-table-wrapper>table>tbody>tr>th{background-clip:padding-box}
|
|
386
495
|
._1l0sxfcs .ProseMirror ol ol ol ol ol ol{list-style-type:lower-roman}
|
|
496
|
+
._1l2jidpf .ak-editor-expand__icon-button{padding-left:0}
|
|
387
497
|
._1l3q1hrf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{clear:both}
|
|
388
498
|
._1lbautpp .ProseMirror{margin-top:var(--ds-space-150,9pt)}
|
|
389
499
|
._1lbj1hrf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{clear:both}
|
|
@@ -395,8 +505,10 @@
|
|
|
395
505
|
._1luc15cr .ProseMirror .telepointer.color-5{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
396
506
|
._1lxan7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{padding-top:unset}
|
|
397
507
|
._1lxyidpf .pm-table-sticky-wrapper>table>tbody>tr>th{border-right-width:0}
|
|
508
|
+
._1m2q7mnp .ak-editor-expand__content .nestedExpand-content-wrapper{clip:rect(1px,1px,1px,1px)}
|
|
398
509
|
._1m2zidpf .ProseMirror .ak-editor-annotation-blur:has(.card){padding-right:0}
|
|
399
510
|
._1m6qckbl .pm-table-sticky-wrapper>table>tbody>tr>td{min-width:3pc}
|
|
511
|
+
._1mat15s3 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
400
512
|
._1mca1wug .ProseMirror .pm-table-wrapper table{min-width:auto}
|
|
401
513
|
._1md215cr .ProseMirror .telepointer.color-3{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
402
514
|
._1mdwvuon .pm-table-sticky-wrapper>table>tbody>tr>td{background-color:var(--ds-surface,#fff)}
|
|
@@ -405,6 +517,7 @@
|
|
|
405
517
|
._1n111fbg .ProseMirror ol{list-style-type:decimal}
|
|
406
518
|
._1n37v77o .fabric-background-color-mark:has(.background-color-padding-right){padding-right:var(--ds-space-025,2px)}
|
|
407
519
|
._1n42utpp .pm-table-container>table>tbody>tr>td th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
520
|
+
._1n9xxmi2 .ProseMirror>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-150,-9pt)}
|
|
408
521
|
._1nd8idpf .pm-table-container .decisionItemView-content-wrap:first-of-type>div{margin-top:0}
|
|
409
522
|
._1nhdi8nm .danger .mentionView-content-wrap>span>span>span{background-color:var(--ds-background-neutral,#0515240f)}
|
|
410
523
|
._1nl9idpf .ProseMirror .ak-editor-annotation-draft:has(.card){padding-right:0}
|
|
@@ -417,19 +530,29 @@
|
|
|
417
530
|
._1o0wstnw .pm-table-container .pm-table-right-border{position:absolute}
|
|
418
531
|
._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)}
|
|
419
532
|
._1oc51b4h div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{height:calc(100% + 2px)}
|
|
533
|
+
._1ocgttxp .ak-editor-expand__title-input{font-family:var(--ds-font-family-body,"Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
420
534
|
._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)}
|
|
421
535
|
._1ocsv77o .gridParent{margin-right:var(--ds-space-025,2px)}
|
|
422
536
|
._1ocsxmi2 .gridParent{margin-right:var(--ds-space-negative-150,-9pt)}
|
|
537
|
+
._1oif1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger)::-moz-selection{background-color:transparent}
|
|
538
|
+
._1ol3glyw .ProseMirror .right-shadow:after{pointer-events:none}
|
|
423
539
|
._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}
|
|
424
540
|
._1oqxr4us .ak-editor-selected-node:not(.search-match-block)>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
425
541
|
._1oraidpf .fabric-editor-alignment:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
426
542
|
._1orf1b66 .ProseMirror li>ol{margin-top:var(--ds-space-050,4px)}
|
|
427
543
|
._1orf1tuv .ProseMirror li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
544
|
+
._1otj1rjc .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transition-property:transform,opacity}
|
|
545
|
+
._1otoidpf .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{top:0}
|
|
546
|
+
._1otu1txw .ak-editor-expand__title-container{display:flex}
|
|
428
547
|
._1owy1l7b .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-bottom:3px}
|
|
548
|
+
._1oymc7mi .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-250,-20px)}
|
|
549
|
+
._1oymxmi2 .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-right:var(--ds-space-negative-150,-9pt)}
|
|
429
550
|
._1p0gglyw .gridContainer{pointer-events:none}
|
|
430
551
|
._1p171ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-timing-function:ease-in-out}
|
|
431
552
|
._1p281y2m .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-duration:7.5s}
|
|
553
|
+
._1p3gidpf .ak-editor-expand.ak-editor-selected-node:not(.danger):after{bottom:0}
|
|
432
554
|
._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)}
|
|
555
|
+
._1p5p1j28 .ak-editor-expand__title-input{background-color:transparent}
|
|
433
556
|
._1p9315cr .ProseMirror .telepointer.color-7{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
434
557
|
._1p9g14y2 .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-top:5px}
|
|
435
558
|
._1pg2v77o .gridParent{margin-left:var(--ds-space-025,2px)}
|
|
@@ -437,7 +560,10 @@
|
|
|
437
560
|
._1pjl15cr .ProseMirror .telepointer.color-1{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
438
561
|
._1pjt14y2 .ProseMirror .ak-editor-annotation-focus:has(.card){padding-top:5px}
|
|
439
562
|
._1pjtr5cr .ProseMirror .ProseMirror-gapcursor.-left span:after{left:var(--ds-space-negative-050,-4px)}
|
|
563
|
+
._1pm0idpf .ak-editor-expand.ak-editor-selected-node:not(.danger):after{top:0}
|
|
440
564
|
._1pmn12c5 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-iteration-count:infinite}
|
|
565
|
+
._1pnt15vq .ak-editor-expand__content .nestedExpand-content-wrapper{overflow-x:hidden}
|
|
566
|
+
._1psiidpf .ak-editor-expand.ak-editor-selected-node:not(.danger):before{left:0}
|
|
441
567
|
._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)}
|
|
442
568
|
._1pycidpf .fabric-editor-alignment:first-of-type:first-child h3 style:first-child+*{margin-top:0}
|
|
443
569
|
._1pye1qg1 .ProseMirror .telepointer.color-7{--telepointer-participant-bg-color:var(--ds-background-accent-orange-bolder,#bd5b00)}
|
|
@@ -445,12 +571,16 @@
|
|
|
445
571
|
._1q09glyw .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
446
572
|
._1q0atoke .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-color:var(--ds-background-neutral,#0515240f)!important}
|
|
447
573
|
._1q0gidpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]+*>*{margin-top:0}
|
|
574
|
+
._1q2615vq .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{overflow-x:hidden}
|
|
448
575
|
._1q471e5h [layout=wrap-left]+.ProseMirror-gapcursor{float:left}
|
|
449
576
|
._1q5dh2mm .ProseMirror li{position:relative}
|
|
450
577
|
._1qihyh40 .ProseMirror .ak-editor-annotation-hover{padding-bottom:2px}
|
|
451
578
|
._1qikidpf .ProseMirror>.ak-editor-expand:first-child{margin-top:0}
|
|
452
579
|
._1qkxidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child .heading-wrapper:first-child:not(style){margin-top:0}
|
|
453
580
|
._1qnc1rpy .ProseMirror span[data-placeholder]{color:var(--ds-text-subtlest,#6b6e76)}
|
|
581
|
+
._1qomidpf .ProseMirror .left-shadow:before{left:0}
|
|
582
|
+
._1qs312nz{--editor-font-ugc-token-heading-h5:normal 600 0.857143em/1.33333 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
583
|
+
._1qs3ddzq{--editor-font-ugc-token-heading-h5:normal 600 0.857143em/1.33333 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
454
584
|
._1qs3i7a9 .editor-mention-primitive{font-weight:var(--ds-font-weight-regular,400)}
|
|
455
585
|
._1quk1aqn .ProseMirror .pm-table-wrapper>table:hover::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-bold,#292a2e)}
|
|
456
586
|
._1qvtgrf3 .ProseMirror li:has(>ol:only-child){margin-top:0!important}
|
|
@@ -462,6 +592,7 @@
|
|
|
462
592
|
._1r9butpp .ProseMirror{margin-left:var(--ds-space-150,9pt)}
|
|
463
593
|
._1raq1poh .editor-mention-primitive{padding-left:.23em}
|
|
464
594
|
._1rcq1hrf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{clear:both}
|
|
595
|
+
._1rdsfs2f .ak-editor-expand{transition-duration:.3s,.3s}
|
|
465
596
|
._1reozryt{overflow-x:clip}
|
|
466
597
|
._1rfm1ntv .pm-table-sticky-wrapper>table hr{box-sizing:content-box}
|
|
467
598
|
._1rg715cr .ProseMirror .telepointer.color-2{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
@@ -471,7 +602,9 @@
|
|
|
471
602
|
._1rnf1k9k .ProseMirror ol ol ol ol ol{list-style-type:lower-alpha}
|
|
472
603
|
._1rpoidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-right:0}
|
|
473
604
|
._1rpp1n1a div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{left:-1px}
|
|
605
|
+
._1rrkdgkc .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{color:var(--ds-icon-subtle,#505258)}
|
|
474
606
|
._1rxqnqa1 .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-style:solid}
|
|
607
|
+
._1s0y7mnp .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{clip:rect(1px,1px,1px,1px)}
|
|
475
608
|
._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)}
|
|
476
609
|
._1s25t94y .ProseMirror .ak-editor-annotation-focus{padding-top:1px}
|
|
477
610
|
._1s2t1mrw div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{z-index:-1}
|
|
@@ -480,13 +613,16 @@
|
|
|
480
613
|
._1sidglyw div[extensionType="com.atlassian.ai-blocks"] .extension-container{box-shadow:none}
|
|
481
614
|
._1skp1tsb .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger):not(.ak-editor-selected-node){box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
|
|
482
615
|
._1sn3idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-right:0}
|
|
616
|
+
._1sncp3kn .gridLine{transition-timing-function:linear}
|
|
483
617
|
._1srh1gly .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive.mention-self{background-color:var(--ds-background-danger,#ffeceb)}
|
|
484
618
|
._1srjqvcn .code{-webkit-box-decoration-break:clone;box-decoration-break:clone}
|
|
619
|
+
._1ssocs5v .ProseMirror .left-shadow:before{z-index:2}
|
|
485
620
|
._1supidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]>div{margin-right:0}
|
|
486
621
|
._1syri8nm .pm-table-container>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{--ds--code--line-number-bg-color:var(--ds-background-neutral,#0515240f)}
|
|
487
622
|
._1syzglyw [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]{clear:none}
|
|
488
623
|
._1t0tidpf .ProseMirror .ak-editor-annotation-hover:has(.card){padding-left:0}
|
|
489
624
|
._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)}
|
|
625
|
+
._1t5a10yn .ak-editor-expand{min-height:25px}
|
|
490
626
|
._1t6mglyw .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]{clear:none}
|
|
491
627
|
._1t8514y2 .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-top:5px}
|
|
492
628
|
._1t914jg8 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-direction:normal}
|
|
@@ -496,13 +632,18 @@
|
|
|
496
632
|
._1tenidpf .fabric-editor-alignment:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
497
633
|
._1texusic .ProseMirror .ProseMirror-gapcursor[layout=wrap-right]{float:right}
|
|
498
634
|
._1tieidpf :not(.fabric-editor-block-mark)>h3 style:first-child+*{margin-top:0}
|
|
635
|
+
._1tiyh2mm .ProseMirror .right-shadow{position:relative}
|
|
499
636
|
._1tlp1x4e .ProseMirror p{font-size:1em}
|
|
500
637
|
._1tqsazsu .editor-mention-primitive{color:var(--ds-text-subtle,#505258)}
|
|
501
638
|
._1trh7xuz .search-match{background-color:var(--ds-background-accent-teal-subtlest,#e7f9ff)}
|
|
502
639
|
._1tud1tuv .ProseMirror .ak-ul li>ol{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
640
|
+
._1tv57wq0 .ak-editor-expand.ak-editor-selected-node:not(.danger):before{background-color:var(--ds-blanket-selected,#388bff14)}
|
|
503
641
|
._1u0115vq .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{visibility:hidden}
|
|
642
|
+
._1u1ft94y .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{width:1px}
|
|
504
643
|
._1u4a1ule .pm-table-container .pm-table-left-border{display:block}
|
|
505
644
|
._1u701ule .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{display:block}
|
|
645
|
+
._1u7x1v8p{--editor-font-ugc-token-heading-h6:normal 600 0.785714em/1.45455 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
646
|
+
._1u7xm9w9{--editor-font-ugc-token-heading-h6:normal 700 0.785714em/1.45455 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
506
647
|
._1u8dp3kn div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-timing-function:linear}
|
|
507
648
|
._1ubf1vop .ProseMirror .telepointer.color-3{--telepointer-participant-bg-color:var(--ds-background-accent-yellow-bolder,#946f00)}
|
|
508
649
|
._1ubhidpf .ProseMirror .ak-editor-annotation-blur{padding-right:0}
|
|
@@ -518,7 +659,9 @@
|
|
|
518
659
|
._1us5sxj9 .ProseMirror .telepointer.telepointer-dim{opacity:.2}
|
|
519
660
|
._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)}
|
|
520
661
|
._1uv9idpf :not(.fabric-editor-block-mark)>h2:first-child:not(style){margin-top:0}
|
|
662
|
+
._1v2gnkc8{--editor-font-ugc-token-body-small:normal 400 0.875em/1.714 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
521
663
|
._1v4iidpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h6 style:first-child+*{margin-top:0}
|
|
664
|
+
._1v6tt94y .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{width:1px}
|
|
522
665
|
._1v741j28 .ProseMirror.ua-safari .inlineNodeView ::selection{background-color:transparent}
|
|
523
666
|
._1v9ev77o .ProseMirror .ak-editor-annotation-draft:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
|
|
524
667
|
._1vgtidpf .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-right:0}
|
|
@@ -530,7 +673,9 @@
|
|
|
530
673
|
._1vpk188d .ProseMirror .placeholder-decoration-fade-in{animation-duration:.3s}
|
|
531
674
|
._1vpzn7od .resizer-item:has(table[data-initial-width-mode=content])>.resizer-hover-zone.resizer-is-extended{padding-left:unset}
|
|
532
675
|
._1vqj1r31 .ProseMirror-selectednode{outline-color:currentColor}
|
|
676
|
+
._1vs6idpf .ProseMirror .right-shadow:after{right:0}
|
|
533
677
|
._1vtyidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+span+*>*{margin-top:0}
|
|
678
|
+
._1vuvusvi .ak-editor-expand{box-sizing:border-box}
|
|
534
679
|
._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}
|
|
535
680
|
._1w5mtlke .editor-mention-primitive{cursor:pointer}
|
|
536
681
|
._1w721ule .pm-table-container .pm-table-right-border{display:block}
|
|
@@ -539,6 +684,7 @@
|
|
|
539
684
|
._1wet1hna .editor-mention-primitive{word-break:break-word}
|
|
540
685
|
._1wgaidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+*>*{margin-top:0}
|
|
541
686
|
._1wh8idpf .ProseMirror>div[data-layout-section]:first-child{margin-top:0}
|
|
687
|
+
._1wtktlke .ak-editor-expand__title-container{cursor:pointer}
|
|
542
688
|
._1wwxbimv .danger .editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
543
689
|
._1wys1l7b .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-bottom:3px}
|
|
544
690
|
._1wzd1t4y div[extensionType="com.atlassian.ai-blocks"] .extension-container .with-margin-styles{background-color:var(--ds-surface,#fff)!important}
|
|
@@ -546,16 +692,20 @@
|
|
|
546
692
|
._1x2sidpf .fabric-editor-font-size:first-of-type:first-child h2 style:first-child+*{margin-top:0}
|
|
547
693
|
._1x5zidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+*{margin-top:0}
|
|
548
694
|
._1x70idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]>div{margin-left:0}
|
|
695
|
+
._1x8yidpf .ak-editor-expand td>:not(style):first-child{margin-top:0}
|
|
549
696
|
._1xbs1kdv .ProseMirror span.pm-placeholder__text[data-placeholder]:after{cursor:text}
|
|
550
697
|
._1xcb15vq [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{visibility:hidden}
|
|
551
698
|
._1xdsidpf :not(.fabric-editor-block-mark)>p:first-child:not(style){margin-top:0}
|
|
552
699
|
._1xemcjiy .ProseMirror .telepointer.telepointer-selection:not(.inlineNodeView){line-height:1.2}
|
|
553
700
|
._1xfvidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{font-size:0}
|
|
701
|
+
._1xgj1kdv .ak-editor-expand__content{cursor:text}
|
|
554
702
|
._1xgk1l7b .ProseMirror .ak-editor-annotation-draft:has(.card){padding-bottom:3px}
|
|
555
703
|
._1xktidpf .ProseMirror .ak-editor-annotation-focus:has([data-inline-card]){padding-left:0}
|
|
556
704
|
._1xm91l7b .ProseMirror .ak-editor-annotation-focus:has(.card){padding-bottom:3px}
|
|
557
705
|
._1xmbfeiv .ProseMirror .ak-editor-annotation-blur{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
706
|
+
._1xnzidpf .ak-editor-expand__icon-button{padding-bottom:0}
|
|
558
707
|
._1xog1ule [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]:after{display:block}
|
|
708
|
+
._1xoh1j28 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2) ::selection{background-color:transparent}
|
|
559
709
|
._1xq8stnw div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{position:absolute}
|
|
560
710
|
._1xqjw4vn .ProseMirror ul ul ul{list-style-type:square}
|
|
561
711
|
._1xqtt94y .ProseMirror .ak-editor-annotation-draft{padding-top:1px}
|
|
@@ -563,6 +713,7 @@
|
|
|
563
713
|
._1xr818ah .ProseMirror .telepointer.color-16{--telepointer-participant-bg-color:var(--ds-background-accent-purple-subtle,#c97cf4)}
|
|
564
714
|
._1xx3b3bt div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{content:""}
|
|
565
715
|
._1xy6glyw .ProseMirror:not(.ProseMirror-focused) .ProseMirror-mark-boundary-cursor{display:none}
|
|
716
|
+
._1y55cs5v .ProseMirror .right-shadow:before{z-index:2}
|
|
566
717
|
._1y9hutpp .pm-table-sticky-wrapper>table>tbody>tr>td td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
567
718
|
._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)}
|
|
568
719
|
._1ybwjocv .search-match-text.selected-search-match{background-color:var(--ds-background-accent-magenta-subtlest-pressed,#fcb6e1)!important}
|
|
@@ -570,7 +721,9 @@
|
|
|
570
721
|
._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)}
|
|
571
722
|
._1yg7azsu .ak-editor-selected-node>.editor-mention-primitive.mention-self{color:var(--ds-text-subtle,#505258)}
|
|
572
723
|
._1yi41osq .ProseMirror .ProseMirror-gapcursor span{height:100%}
|
|
724
|
+
._1yn7uhok .gridLine{transition-property:border-color}
|
|
573
725
|
._1ys91j28 .ProseMirror:has(.ProseMirror-gapcursor){caret-color:transparent}
|
|
726
|
+
._1yzk1osq .ProseMirror .sentinel-right{height:100%}
|
|
574
727
|
._1z0h1ule [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{display:block}
|
|
575
728
|
._1z0n1osq .ProseMirror .ProseMirror-gapcursor span:after{height:100%}
|
|
576
729
|
._242x1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self::selection{background-color:transparent}
|
|
@@ -579,34 +732,44 @@
|
|
|
579
732
|
._28dsidpf .pm-table-header-content-wrap :not(.fabric-editor-alignment) p:first-of-type{margin-top:0}
|
|
580
733
|
._2b661rsu .ProseMirror .telepointer.color-14{--telepointer-participant-bg-color:var(--ds-background-accent-green-subtle,#4bce97)}
|
|
581
734
|
._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)}
|
|
735
|
+
._2jyr1ial .ak-editor-expand.ak-editor-selected-node:not(.danger):before{z-index:12}
|
|
582
736
|
._2k8xutpp .ProseMirror{margin-right:var(--ds-space-150,9pt)}
|
|
583
737
|
._2lvxm5ip .code{padding-left:.5ch}
|
|
584
738
|
._2lx21bp4{flex-direction:column}
|
|
585
739
|
._2mn9r4us .ak-editor-selected-node>.editor-mention-primitive.mention-self{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
586
740
|
._2nre1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node::selection{background-color:transparent}
|
|
587
741
|
._2qpjr4us .ak-editor-selected-node>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
742
|
+
._2s1d1xgx{--editor-font-ugc-token-heading-h3:normal 600 1.14286em/1.25 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
743
|
+
._2s1dh9f3{--editor-font-ugc-token-heading-h3:normal 600 1.14286em/1.25 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
588
744
|
._2ss61y2m .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-initial{animation-duration:7.5s}
|
|
745
|
+
._2xjk14w8 .ak-editor-expand__expanded .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{transform:rotate(90deg)}
|
|
589
746
|
._31x2usvi .pm-table-sticky-wrapper>table *{box-sizing:border-box}
|
|
590
747
|
._3429idpf :not(.fabric-editor-block-mark)>.heading-wrapper:first-child:not(style){margin-top:0}
|
|
591
748
|
._35ci1mi6 .ProseMirror .telepointer.color-17{--telepointer-participant-bg-color:var(--ds-background-accent-magenta-subtle,#e774bb)}
|
|
749
|
+
._372tidpf td>.ak-editor-expand{margin-top:0}
|
|
592
750
|
._3aim1n9t .pm-table-container>table{table-layout:fixed}
|
|
593
751
|
._3d3tidpf :not(.fabric-editor-block-mark)>p style:first-child+*{margin-top:0}
|
|
752
|
+
._3dscidpf .ak-editor-expand__icon-button{padding-right:0}
|
|
594
753
|
._3gtki8nm .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
|
|
595
754
|
._3gvxkrt9 .ProseMirror .telepointer.color-11{--telepointer-participant-bg-color:var(--ds-background-accent-red-subtle,#f87168)}
|
|
596
755
|
._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))}
|
|
756
|
+
._3jj9rprw .danger .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){background-color:var(--ds-blanket-danger,#ef5c4814)}
|
|
597
757
|
._3n591ule .ProseMirror .ProseMirror-gapcursor span{display:block}
|
|
598
758
|
._3nq8idpf .ProseMirror .ak-editor-annotation-draft:has(.card){padding-left:0}
|
|
599
759
|
._3ojs1n9t .gridContainer{position:fixed}
|
|
600
760
|
._3q5uidpf .fabric-editor-font-size:first-of-type:first-child h2:first-child:not(style){margin-top:0}
|
|
601
761
|
._3sy0i8nm [data-prosemirror-node-name=date] .date-lozenger-container span{background-color:var(--ds-background-neutral,#0515240f)}
|
|
762
|
+
._3tz5idpf .ak-editor-expand td>style:first-child+*{margin-top:0}
|
|
602
763
|
._42an1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self::-moz-selection{background-color:transparent}
|
|
603
764
|
._42pj1j28 .editor-mention-primitive.mention-restricted{background-color:transparent}
|
|
604
765
|
._43nwglyw .ProseMirror hr.ak-editor-selected-node{outline-style:none}
|
|
605
766
|
._44741b66 .ProseMirror li>ul{margin-top:var(--ds-space-050,4px)}
|
|
606
767
|
._44741tuv .ProseMirror li>ul{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
768
|
+
._4666idpf .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{bottom:0}
|
|
607
769
|
._4aknutpp .ProseMirror{margin-bottom:var(--ds-space-150,9pt)}
|
|
608
770
|
._4ded1wth .ProseMirror ul{list-style-type:disc}
|
|
609
771
|
._4e711hrf .pm-table-container[data-number-column=true]{clear:both}
|
|
772
|
+
._4fj21o36 .ak-editor-expand__title-input{outline-width:medium}
|
|
610
773
|
._4g8dgrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-top:0!important}
|
|
611
774
|
._4gkwidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]+*>*{margin-top:0}
|
|
612
775
|
._4ieeidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+span+ol{margin-top:0}
|
|
@@ -618,8 +781,11 @@
|
|
|
618
781
|
._4p8kidpf .pm-table-wrapper>table>tbody>tr>th{border-bottom-width:0}
|
|
619
782
|
._4q241osq .fabric-editor--max-width-mode{--ak-editor--breakout-fallback-width:100%}
|
|
620
783
|
._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)}
|
|
784
|
+
._4ssh16ux .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{content:"\00a0"}
|
|
621
785
|
._4t3i1osq{height:100%}
|
|
622
786
|
._4temv9ra .search-match-expand-title>.ak-editor-expand__title-container>.ak-editor-expand__input-container{background-color:var(--ds-background-accent-magenta-subtler,#fdd0ec)}
|
|
787
|
+
._4tu36ebc .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{transition-duration:.15s}
|
|
788
|
+
._4uf1idpf .ak-editor-expand__title-container{padding-left:0}
|
|
623
789
|
._4waqtoke .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-color:var(--ds-background-neutral,#0515240f)!important}
|
|
624
790
|
._4wchidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-bottom:0}
|
|
625
791
|
._4z8q1vyj .ProseMirror .telepointer.telepointer-pulse-during-tr .telepointer-fullname{animation-name:k3895my}
|
|
@@ -632,11 +798,15 @@
|
|
|
632
798
|
._5cxqglyw .ProseMirror .ProseMirror-gapcursor{display:none}
|
|
633
799
|
._5dtjutpp .pm-table-sticky-wrapper>table>tbody>tr>th td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
634
800
|
._5gm1sm61 .pm-table-sticky-wrapper>table th td{background-color:var(--ds-background-neutral-subtle,#00000000)}
|
|
801
|
+
._5gqnftgi .ProseMirror .left-shadow:after{width:8px}
|
|
635
802
|
._5h7k1rpy .ProseMirror span.pm-placeholder__text[data-placeholder]:after{color:var(--ds-text-subtlest,#6b6e76)}
|
|
636
803
|
._5m891b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{padding-left:var(--ds-space-050,4px)}
|
|
637
804
|
._5o16utpp .pm-table-wrapper>table>tbody>tr>td th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
638
805
|
._5rje1o8l .ProseMirror.ua-firefox ul li p>span:empty{display:inline-block}
|
|
639
806
|
._5sz3f705 .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{content:" "}
|
|
807
|
+
._5u1u1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger) ::-moz-selection{background-color:transparent}
|
|
808
|
+
._5xhvstnw .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{position:absolute}
|
|
809
|
+
._63an1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger) ::selection{background-color:transparent}
|
|
640
810
|
._63b3qvpr .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{white-space:pre}
|
|
641
811
|
._642in7od a .fabric-background-color-mark{background-color:unset}
|
|
642
812
|
._64cs1rj4 .ProseMirror .inlineNodeView{-webkit-user-select:all;user-select:all}
|
|
@@ -647,6 +817,7 @@
|
|
|
647
817
|
._6ggl1j28 .pm-table-sticky-wrapper>table{border-left-color:transparent}
|
|
648
818
|
._6itxidpf .ProseMirror>.ak-editor-panel:first-child{margin-top:0}
|
|
649
819
|
._6jbkgrf3 .ProseMirror li:has(>ol:only-child){margin-bottom:0!important}
|
|
820
|
+
._6jk61j28 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2) ::-moz-selection{background-color:transparent}
|
|
650
821
|
._6klsh2mm [data-prosemirror-node-name=date] .date-lozenger-container span{position:relative}
|
|
651
822
|
._6o4midpf .pm-table-container>table>tbody>tr>td>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
|
|
652
823
|
._6p44m5ip .code{padding-right:.5ch}
|
|
@@ -654,6 +825,7 @@
|
|
|
654
825
|
._6shmidpf .fabric-editor-alignment:first-of-type:first-child h3:first-child:not(style){margin-top:0}
|
|
655
826
|
._6w3a1tmo .ProseMirror .telepointer.color-10{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
656
827
|
._70jd1ule [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{display:block}
|
|
828
|
+
._70nuglyw .ak-editor-expand__content.ak-editor-expand__content--collapsed{display:none}
|
|
657
829
|
._72x4idpf .fabric-editor-font-size:first-of-type:first-child .heading-wrapper:first-child:not(style){margin-top:0}
|
|
658
830
|
._736didpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]>div{margin-bottom:0}
|
|
659
831
|
._762vutpp .pm-table-container>table>tbody>tr>th td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
@@ -663,11 +835,14 @@
|
|
|
663
835
|
._7hwtidpf .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]>div{margin-left:0}
|
|
664
836
|
._7kmy1l7b .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-bottom:3px}
|
|
665
837
|
._7m6lidpf .fabric-editor-font-size:first-of-type:first-child h1:first-child:not(style){margin-top:0}
|
|
838
|
+
._7nbfstnw .ProseMirror .left-shadow:before{position:absolute}
|
|
666
839
|
._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)}
|
|
667
840
|
._7psugrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-right:0!important}
|
|
841
|
+
._7sqtstnw .ProseMirror .right-shadow:after{position:absolute}
|
|
668
842
|
._7vb2pzf8 .pm-table-container .pm-table-left-border[data-with-numbered-table=true]{left:41px}
|
|
669
843
|
._7xjx1ytf .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-timing-function:ease-in-out}
|
|
670
844
|
._7xl8ckbl .pm-table-container>table>tbody>tr>td{min-width:3pc}
|
|
845
|
+
._862v1osq .ProseMirror .left-shadow:after{height:100%}
|
|
671
846
|
._866vckbl .pm-table-wrapper>table>tbody>tr>th{min-width:3pc}
|
|
672
847
|
._874g1l7x .ProseMirror hr{background-color:var(--ds-border,#0b120e24)}
|
|
673
848
|
._87u1cuai .ProseMirror ol{padding-left:var(--ed--list--item-counter--padding,24px)}
|
|
@@ -677,18 +852,22 @@
|
|
|
677
852
|
._8md310zz .ProseMirror .ProseMirror-gapcursor span:after{animation-timing-function:step-start}
|
|
678
853
|
._8r0ew4vn .ProseMirror ul[data-indent-level="3"]{list-style-type:square}
|
|
679
854
|
._8uqaidpf .ProseMirror>div[data-task-list-local-id]:first-child{margin-top:0}
|
|
855
|
+
._8va114w8 .ak-editor-expand .ak-editor-expand__icon-container svg{transform:rotate(90deg)}
|
|
680
856
|
._8ved1mrw div[extensionType="com.atlassian.ai-blocks"] .extension-container:after{z-index:-1}
|
|
681
857
|
._8vyeidpf .ProseMirror .pm-table-wrapper>table{margin-right:0}
|
|
682
858
|
._8wmvoqnp .ProseMirror li>style:first-child+p{margin-top:.75rem}
|
|
683
859
|
._8zqr2lzm .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-image:var(--ak-editor--table-overflow-shadow)}
|
|
684
860
|
._8zz2idpf .pm-table-container>table>tbody>tr>th{border-right-width:0}
|
|
685
861
|
._92g41l7b .ProseMirror .ak-editor-annotation-blur:has(.card){padding-bottom:3px}
|
|
862
|
+
._92xt1ule .ProseMirror .left-shadow:before{display:block}
|
|
863
|
+
._92xtglyw .ProseMirror .left-shadow:before{display:none}
|
|
686
864
|
._946yutpp .pm-table-wrapper>table>tbody>tr>th td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
687
865
|
._95t2zzfg .code{font-family:var(--ds-font-family-code,"Atlassian Mono",ui-monospace,Menlo,"Segoe UI Mono","Ubuntu Mono",monospace)}
|
|
688
866
|
._96m3hp5a .pm-table-wrapper>table th:not(.danger) .code-block:not(.danger){background-color:var(--ds-surface-raised,#fff)}
|
|
689
867
|
._96x216px .ProseMirror:not(.blockCardView-content-wrap)>li>.ProseMirror-gapcursor:first-child+.code-block{margin-top:-1.714em!important}
|
|
690
868
|
._97xa15vq .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{visibility:hidden}
|
|
691
869
|
._988v1osq .fabric-editor--full-width-mode{--ak-editor--breakout-fallback-width:100%}
|
|
870
|
+
._9apoidpf .ak-editor-expand.ak-editor-selected-node:not(.danger):before{right:0}
|
|
692
871
|
._9b45j4ch .ProseMirror .ak-ol{display:flow-root}
|
|
693
872
|
._9cv91cra .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-name:kxlv1hz}
|
|
694
873
|
._9e5g1wug .ProseMirror .pm-table-wrapper{overflow-x:auto}
|
|
@@ -696,15 +875,19 @@
|
|
|
696
875
|
._9ex2idpf .pm-table-container>table>tbody>tr>td{border-bottom-width:0}
|
|
697
876
|
._9fge8y3s .ProseMirror .telepointer.color-13{--telepointer-participant-bg-color:var(--ds-background-accent-yellow-subtle,#eed12b)}
|
|
698
877
|
._9j0yxfcs .ProseMirror ol ol ol{list-style-type:lower-roman}
|
|
878
|
+
._9jfyglyw .ProseMirror .left-shadow:before{pointer-events:none}
|
|
699
879
|
._9l08vuon .pm-table-wrapper>table>tbody>tr>td{background-color:var(--ds-surface,#fff)}
|
|
700
880
|
._9loxvi1l .resizer-item:has(table[data-initial-width-mode=content]){width:max-content!important}
|
|
701
881
|
._9neqidpf .ProseMirror .ak-editor-annotation-focus{padding-right:0}
|
|
882
|
+
._9o0ystnw .ProseMirror .right-shadow:before{position:absolute}
|
|
702
883
|
._9o1p1j28 .ProseMirror-hideselection ::-moz-selection{background-color:transparent}
|
|
703
884
|
._9onx14y2 .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-top:5px}
|
|
704
885
|
._9pd8q98m .ProseMirror hr.ak-editor-selected-node{background-color:var(--ds-border-selected,#1868db)}
|
|
705
886
|
._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)}
|
|
887
|
+
._9s8f1osq .ak-editor-expand__content .expand-content-wrapper{width:100%}
|
|
706
888
|
._9ubpb3bt .ProseMirror .ProseMirror-gapcursor span:after{content:""}
|
|
707
889
|
._9v33vi1l .pm-table-resizer-container:has(table[data-initial-width-mode=content]){width:max-content!important}
|
|
890
|
+
._a0pq1h6o .ak-editor-expand__icon-button{align-items:center}
|
|
708
891
|
._aaynsm61::-webkit-scrollbar-thumb{background-color:var(--ds-background-neutral-subtle,#00000000)}
|
|
709
892
|
._af7gi8nm .code{--ds--code--bg-color:var(--ds-background-neutral,#0515240f)}
|
|
710
893
|
._ah88v77o .ProseMirror .ak-editor-annotation-focus:has(.date-lozenger-container){padding-top:var(--ds-space-025,2px)}
|
|
@@ -714,7 +897,9 @@
|
|
|
714
897
|
._anrdukw8{--ak-editor--default-layout-width:760px}
|
|
715
898
|
._aof7d439 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{top:-14px}
|
|
716
899
|
._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)}
|
|
900
|
+
._ar4h1h6o .ak-editor-expand__title-container{align-items:center}
|
|
717
901
|
._awp7f705 [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{content:" "}
|
|
902
|
+
._ay4r7mnp .ak-editor-expand__content .expand-content-wrapper{clip:rect(1px,1px,1px,1px)}
|
|
718
903
|
._ay6b6ebc .ProseMirror .telepointer:hover .telepointer-initial{transition-delay:.15s}
|
|
719
904
|
._ay9u2lzm .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-image:var(--ak-editor--table-overflow-shadow)}
|
|
720
905
|
._aycbidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+ul{margin-top:0}
|
|
@@ -722,11 +907,15 @@
|
|
|
722
907
|
._b3ovyh40 .fabric-background-color-mark{padding-bottom:2px}
|
|
723
908
|
._b82712n9 .ProseMirror .telepointer:hover .telepointer-fullname{transform:scaleX(1)}
|
|
724
909
|
._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}
|
|
910
|
+
._b9ejidpf .ProseMirror .sentinel-right{width:0}
|
|
725
911
|
._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)}
|
|
726
912
|
._bbrv19by [aria-label="Selection toolbar"]{animation-name:k1xe95hp}
|
|
913
|
+
._bc4d1r31 .ak-editor-expand__title-input{outline-color:currentColor}
|
|
727
914
|
._beg3idpf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{font-size:0}
|
|
728
915
|
._bjiqutpp .pm-table-sticky-wrapper>table>tbody>tr>td th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
729
916
|
._bmfv9cwz .ProseMirror .ProseMirror-gapcursor span:after{animation-duration:1s}
|
|
917
|
+
._bqovidpf .ak-editor-expand__icon-button{margin-bottom:0}
|
|
918
|
+
._bqvk1osq .ak-editor-expand.ak-editor-selected-node:not(.danger):after{height:100%}
|
|
730
919
|
._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)}
|
|
731
920
|
._bur2idpf .ProseMirror .ProseMirror-gapcursor:first-of-type+blockquote{margin-top:0}
|
|
732
921
|
._bxhh1osq .ProseMirror .embedCardView-content-wrap[layout^=wrap-]{max-width:100%}
|
|
@@ -736,20 +925,26 @@
|
|
|
736
925
|
._c0871i5q .fabric-text-color-mark{color:var(--custom-palette-color,inherit)}
|
|
737
926
|
._c94u1osq .gridContainer{width:100%}
|
|
738
927
|
._ca0qv47k{padding-top:var(--ds-space-250,20px)}
|
|
928
|
+
._caue1rpy .ak-editor-expand__title-input{color:var(--ds-text-subtlest,#6b6e76)}
|
|
739
929
|
._cbmx261p .ProseMirror .pm-table-wrapper table[data-initial-width-mode=content]>colgroup>col{width:unset!important}
|
|
740
930
|
._cee918tx .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-image:var(--ak-editor--table-overflow-shadow)!important}
|
|
741
931
|
._cggnidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-right:0}
|
|
742
932
|
._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)}
|
|
743
933
|
._clq7grf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-bottom:0!important}
|
|
934
|
+
._cnga1w81 .ProseMirror .fabric-editor-indentation-mark[data-level="5"]{margin-left:150px}
|
|
935
|
+
._czgd1txw .ak-editor-expand__icon>div{display:flex}
|
|
744
936
|
._czpfidpf .fabric-editor-alignment:first-of-type:first-child h6 style:first-child+*{margin-top:0}
|
|
745
937
|
._d27rglyw .ProseMirror-gapcursor[layout=wrap-right]+span+[layout=wrap-right]{clear:none}
|
|
746
938
|
._d3za1ule .ProseMirror.ProseMirror-focused .ProseMirror-gapcursor{display:block}
|
|
747
939
|
._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}
|
|
940
|
+
._da23111w{--editor-font-ugc-token-heading-h1:normal 600 1.71429em/1.16667 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
941
|
+
._da23275c{--editor-font-ugc-token-heading-h1:normal 500 1.71429em/1.16667 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
748
942
|
._dafh1j28 .ak-editor-selected-node>.editor-mention-primitive::-moz-selection{background-color:transparent}
|
|
749
943
|
._dai01kxc .gridContainer{height:100vh}
|
|
750
944
|
._dbl6pzf8 .pm-table-container[data-number-column=true]{padding-left:41px}
|
|
751
945
|
._dclrutpp .pm-table-sticky-wrapper>table>tbody>tr>th th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
752
946
|
._dcmgglyw .ProseMirror{outline-style:none}
|
|
947
|
+
._dfkj1k9t [data-prosemirror-node-name=date] .date-lozenger-container span{transition-property:background}
|
|
753
948
|
._dhht1tmo .ProseMirror .telepointer.color-17{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
754
949
|
._dhzqagmp .ProseMirror li:has(>ol:only-child){list-style-type:none!important}
|
|
755
950
|
._dj9oidpf .pm-table-container>table>tbody>tr>td{border-right-width:0}
|
|
@@ -764,6 +959,7 @@
|
|
|
764
959
|
._dzhmjp4b .pm-table-wrapper>table>tbody>tr>td{vertical-align:top}
|
|
765
960
|
._e08p1p3b .ProseMirror ul ul{list-style-type:circle}
|
|
766
961
|
._e364idpf .pm-table-container .pm-table-left-border{left:0}
|
|
962
|
+
._e4bx1o8l .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{display:inline-block}
|
|
767
963
|
._e519idpf .ProseMirror [layout^=wrap-]:has(+.ProseMirror-gapcursor+[layout^=wrap-]) .rich-media-item{margin-left:0}
|
|
768
964
|
._e73x1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{padding-right:var(--ds-space-050,4px)}
|
|
769
965
|
._e9pffnf5 [aria-label="Selection toolbar"]{animation-duration:.2s}
|
|
@@ -775,6 +971,8 @@
|
|
|
775
971
|
._f5slidpf :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:first-child:not(style){margin-top:0}
|
|
776
972
|
._f7xi15vq [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{visibility:hidden}
|
|
777
973
|
._fbx71fbg .ProseMirror ol[data-indent-level="4"]{list-style-type:decimal}
|
|
974
|
+
._fc0tstnw .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{position:absolute}
|
|
975
|
+
._ffpwidpf .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{top:0}
|
|
778
976
|
._fhbe16z4 .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-fullname{animation-duration:2.5s}
|
|
779
977
|
._fk2nidpf :not(.fabric-editor-block-mark)>.heading-wrapper style:first-child+*{margin-top:0}
|
|
780
978
|
._fk7o1ule .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{display:block}
|
|
@@ -787,8 +985,12 @@
|
|
|
787
985
|
._fzk41ssb .ProseMirror .ProseMirror-gapcursor span[layout=wide]{margin-left:50%}
|
|
788
986
|
._fzt6usvi .pm-table-container{box-sizing:border-box}
|
|
789
987
|
._g0ho1wwu .ProseMirror .placeholder-decoration-fade-in{animation-name:kgnpaw5}
|
|
988
|
+
._g5xu1j28 .ak-editor-expand.ak-editor-selected-node:not(.danger)::selection{background-color:transparent}
|
|
790
989
|
._g62yutpp .pm-table-container>table>tbody>tr>th th p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
990
|
+
._g6l115s3 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2){background-color:var(--ds-background-selected,#e9f2fe)}
|
|
991
|
+
._g7u3dgkc .ak-editor-expand .ak-editor-expand__icon-container svg{color:var(--ds-icon-subtle,#505258)}
|
|
791
992
|
._g7vh4jg8 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-direction:normal}
|
|
993
|
+
._g8xr1b66 .ak-editor-expand__expanded .ak-editor-expand__content>div.ak-editor-expand[data-node-type=nestedExpand]{margin-top:var(--ds-space-050,4px)}
|
|
792
994
|
._g91j15cr .editor-mention-primitive.mention-self{color:var(--ds-text-inverse,#fff)}
|
|
793
995
|
._g971h2mm .pm-table-container{position:relative}
|
|
794
996
|
._ga7midpf .ProseMirror .ProseMirror-fake-text-cursor:after{top:0}
|
|
@@ -801,6 +1003,7 @@
|
|
|
801
1003
|
._go9a1e5h .pm-table-container>table th{text-align:left}
|
|
802
1004
|
._gtdbusvi .ProseMirror ol{box-sizing:border-box}
|
|
803
1005
|
._gtdrbimv .ak-editor-selected-node:not(.search-match-block).danger>.editor-mention-primitive{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
1006
|
+
._gtia188d [data-prosemirror-node-name=date] .date-lozenger-container span{transition-duration:.3s}
|
|
804
1007
|
._gv641nu9 .ProseMirror span[data-placeholder]{display:inline}
|
|
805
1008
|
._gw0eutpp .pm-table-container>table>tbody>tr>td td p:not(:first-of-type){margin-top:var(--ds-space-150,9pt)}
|
|
806
1009
|
._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)}
|
|
@@ -811,6 +1014,8 @@
|
|
|
811
1014
|
._h4bbidpf .fabric-editor-font-size:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
812
1015
|
._h9qo1r31 .ProseMirror .placeholder-decoration .placeholder-android{outline-color:currentColor}
|
|
813
1016
|
._haa41wth .ProseMirror ul[data-indent-level="1"]{list-style-type:disc}
|
|
1017
|
+
._hiyf1rpy .ak-editor-expand__title-input::-ms-input-placeholder{color:var(--ds-text-subtlest,#6b6e76)}
|
|
1018
|
+
._hiyf1rpy .ak-editor-expand__title-input::placeholder{color:var(--ds-text-subtlest,#6b6e76)}
|
|
814
1019
|
._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)}
|
|
815
1020
|
._hlqnidpf .pm-table-wrapper>table>tbody>tr>th>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
|
|
816
1021
|
._hte21j28 .ak-editor-selected-node>.editor-mention-primitive ::selection{background-color:transparent}
|
|
@@ -822,12 +1027,16 @@
|
|
|
822
1027
|
._ieodidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]+*>*{margin-top:0}
|
|
823
1028
|
._igie1t4y div[extensionType="com.atlassian.ai-blocks"] .extension-container{background-color:var(--ds-surface,#fff)!important}
|
|
824
1029
|
._ihzat94y .pm-table-container .pm-table-right-border{width:1px}
|
|
1030
|
+
._ikp21osq .ak-editor-expand__title-container{width:100%}
|
|
825
1031
|
._iley2lzm .pm-table-container>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-image:var(--ak-editor--table-overflow-shadow)}
|
|
1032
|
+
._im3nidpf .ak-editor-expand__title-container{padding-bottom:0}
|
|
826
1033
|
._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)}
|
|
1034
|
+
._iqou1osq .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{height:100%}
|
|
827
1035
|
._iqym1l7b .ProseMirror .ak-editor-annotation-hover:has(.card){padding-bottom:3px}
|
|
828
1036
|
._irzhi7a9 .pm-table-container>table>tbody>tr>th{font-weight:var(--ds-font-weight-regular,400)}
|
|
829
1037
|
._ixm7jp4b .pm-table-sticky-wrapper>table>tbody>tr>td{vertical-align:top}
|
|
830
1038
|
._j03f1qop{--ak-editor--breakout-wide-layout-width:905px}
|
|
1039
|
+
._j0guglyw .ProseMirror .left-shadow:after{display:none}
|
|
831
1040
|
._j2goidpf .fabric-editor-font-size:first-of-type:first-child h5 style:first-child+*{margin-top:0}
|
|
832
1041
|
._j543idpf :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 style:first-child+*{margin-top:0}
|
|
833
1042
|
._j6t01o8l .ProseMirror.ua-firefox ol li p>span:empty{display:inline-block}
|
|
@@ -836,6 +1045,7 @@
|
|
|
836
1045
|
._jcgg17vv div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-name:k1eqwm1p}
|
|
837
1046
|
._jcgg194d div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-name:k7wtbat}
|
|
838
1047
|
._jd6pidpf .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-right:0}
|
|
1048
|
+
._jdud1osq .ProseMirror .right-shadow:before{height:100%}
|
|
839
1049
|
._jhe3r4us .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{box-shadow:0 0 0 1px var(--ds-border-selected,#1868db)}
|
|
840
1050
|
._jj6didpf :not(.fabric-editor-block-mark)>h6:first-child:not(style){margin-top:0}
|
|
841
1051
|
._jlwvidpf .ProseMirror .ProseMirror-gapcursor:first-of-type+pre{margin-top:0}
|
|
@@ -849,9 +1059,12 @@
|
|
|
849
1059
|
._jzq1idpf .fabric-editor-alignment:first-of-type:first-child h5:first-child:not(style){margin-top:0}
|
|
850
1060
|
._k6qpoly4 html[data-color-mode=dark] .ProseMirror .telepointer{--telepointer-participant-background-second-stop:200000%}
|
|
851
1061
|
._k8k0idpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]>div{margin-left:0}
|
|
1062
|
+
._kb94idpf .ak-editor-expand__icon-button{margin-right:0}
|
|
852
1063
|
._kdjsglyw .ProseMirror.ua-chrome .inlineNodeView>span{-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
853
1064
|
._kf7b1b66 [data-prosemirror-node-name=date] .date-lozenger-container span{padding-left:var(--ds-space-050,4px)}
|
|
1065
|
+
._kinytlke .ak-editor-expand__icon-button{cursor:pointer}
|
|
854
1066
|
._kj6kidpf :not(.fabric-editor-block-mark)>h2 style:first-child+*{margin-top:0}
|
|
1067
|
+
._kkfiidpf .ProseMirror .right-shadow:after{top:0}
|
|
855
1068
|
._kklf15vq [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]:after{visibility:hidden}
|
|
856
1069
|
._km2cidpf .ProseMirror .ak-editor-annotation-focus:has(.card){padding-left:0}
|
|
857
1070
|
._knnuidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+span+*>*{margin-top:0}
|
|
@@ -874,12 +1087,16 @@
|
|
|
874
1087
|
._lv7dn7od a .fabric-text-color-mark{color:unset}
|
|
875
1088
|
._m1d5tlke .dateView-content-wrap .date-lozenger-container{cursor:pointer}
|
|
876
1089
|
._m3b01o36 .ProseMirror-selectednode{outline-width:medium}
|
|
1090
|
+
._m4h31ul7 .ak-editor-expand__icon-button .ak-editor-expand__icon-svg{transform:rotate(0deg)}
|
|
877
1091
|
._m5f81x4e .pm-table-wrapper>table{font-size:1em}
|
|
878
1092
|
._m5j31j28 .ak-editor-selected-node>.editor-mention-primitive.mention-self ::selection{background-color:transparent}
|
|
879
1093
|
._m6yo1u8q .pm-table-container>table>tbody>tr>td{background-clip:padding-box}
|
|
880
1094
|
._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}
|
|
881
1095
|
._mekn1rpy .ProseMirror span.pm-placeholder{color:var(--ds-text-subtlest,#6b6e76)}
|
|
882
1096
|
._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)}
|
|
1097
|
+
._mjjq1n1a .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{right:-1px}
|
|
1098
|
+
._mklmidpf .ProseMirror>.ak-editor-expand{margin-left:0}
|
|
1099
|
+
._mpdktlke .unsupportedBlockView-content-wrap>div{cursor:pointer}
|
|
883
1100
|
._mpruidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{height:0}
|
|
884
1101
|
._munn4jg8 .dateView-content-wrap .date-lozenger-container{line-height:normal}
|
|
885
1102
|
._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)}
|
|
@@ -893,8 +1110,12 @@
|
|
|
893
1110
|
._nck11nu9 .editor-mention-primitive{display:inline}
|
|
894
1111
|
._ndfaidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]+*{margin-top:0}
|
|
895
1112
|
._nfsm1xbj .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-name:k7xl0d6}
|
|
1113
|
+
._ngbzidpf .ProseMirror .sentinel-left{min-width:0}
|
|
896
1114
|
._nh0eidpf .ProseMirror-gapcursor+[layout=wrap-right]+[layout=wrap-left]>div{margin-left:0}
|
|
1115
|
+
._nj021ule .ProseMirror .right-shadow:after{display:block}
|
|
1116
|
+
._nj02glyw .ProseMirror .right-shadow:after{display:none}
|
|
897
1117
|
._nnhzewfl .ProseMirror .pm-table-wrapper.pm-table-wrapper-no-overflow{overflow-x:visible}
|
|
1118
|
+
._nnniidpf .ProseMirror>.ak-editor-expand{margin-right:0}
|
|
898
1119
|
._npmhh2mm .ProseMirror .ProseMirror-gapcursor{position:relative}
|
|
899
1120
|
._nr43161g div[extensionType="com.atlassian.ai-blocks"] .extension-container:before{transform:translate3d(0,0,0)}
|
|
900
1121
|
._nuih1j28 .ProseMirror-hideselection ::selection{background-color:transparent}
|
|
@@ -904,21 +1125,31 @@
|
|
|
904
1125
|
._nyhtglyw .ProseMirror .ProseMirror-fake-text-selection{pointer-events:none}
|
|
905
1126
|
._o0dm16z4 .ProseMirror .telepointer.telepointer-pulse-animate .telepointer-initial{animation-duration:2.5s}
|
|
906
1127
|
._o0lfidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]+span+*{margin-top:0}
|
|
1128
|
+
._o1nxstnw .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{position:absolute}
|
|
907
1129
|
._o1p8idpf .ProseMirror .ak-editor-annotation-blur:has([data-inline-card]){padding-left:0}
|
|
908
1130
|
._o5elfeiv .ProseMirror .ak-editor-annotation-draft{border-bottom-color:var(--ds-border-accent-yellow,#b38600)}
|
|
909
1131
|
._o7dvt7xp .ProseMirror .ak-editor-annotation-draft{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
1132
|
+
._o7hy9c8s .ak-editor-expand{transition-property:background,border-color}
|
|
910
1133
|
._o7sybimv .dateView-content-wrap.ak-editor-selected-node.danger .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
1134
|
+
._o9ii6ui8 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{transition-timing-function:ease-out}
|
|
911
1135
|
._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)}
|
|
912
1136
|
._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)}
|
|
1137
|
+
._ocu01rwh{--editor-font-ugc-token-heading-h2:normal 500 1.42857em/1.2 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
1138
|
+
._ocu0mnnt{--editor-font-ugc-token-heading-h2:normal 600 1.42857em/1.2 "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif}
|
|
913
1139
|
._ocz2idpf :not(.fabric-editor-block-mark)>h1 style:first-child+*{margin-top:0}
|
|
914
1140
|
._od11grf3 .ProseMirror li:has(>ul:only-child){margin-top:0!important}
|
|
1141
|
+
._odc0ftgi .ProseMirror .right-shadow:after{width:8px}
|
|
1142
|
+
._oemsidpf .ak-editor-expand__title-container{padding-top:0}
|
|
1143
|
+
._oi2iewfl .ak-editor-expand__title-container{overflow-y:visible}
|
|
915
1144
|
._ojmct7xp .ProseMirror .ak-editor-annotation-focus{box-shadow:var(--ds-shadow-raised,0 1px 1px #1e1f2140,0 0 1px #1e1f214f)}
|
|
916
1145
|
._omad1nu9 .ProseMirror .inlineNodeView{display:inline}
|
|
917
1146
|
._omxdf705 .ProseMirror:not(.blockCardView-content-wrap)>li:before{content:" "}
|
|
918
1147
|
._op0fn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-y:unset}
|
|
1148
|
+
._opw2b3bt .ProseMirror .right-shadow:after{content:""}
|
|
919
1149
|
._oq4if705 .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]:after{content:" "}
|
|
920
1150
|
._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)}
|
|
921
1151
|
._or5e1jtm .code{white-space:pre-wrap}
|
|
1152
|
+
._oz7r1j28 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2)::selection{background-color:transparent}
|
|
922
1153
|
._p31f1hrf .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]:after{clear:both}
|
|
923
1154
|
._p3p6usvi .gridLine{box-sizing:border-box}
|
|
924
1155
|
._pa0l15vq .ProseMirror p:has(.placeholder-decoration-hide-overflow){overflow-x:hidden}
|
|
@@ -936,19 +1167,25 @@
|
|
|
936
1167
|
._pvtri8nm .pm-table-sticky-wrapper>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{--ds--code--line-number-bg-color:var(--ds-background-neutral,#0515240f)}
|
|
937
1168
|
._pxl0idpf .ProseMirror [layout^=wrap-]:has(+[layout^=wrap-]) .rich-media-item{margin-left:0}
|
|
938
1169
|
._pxvridpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h5:first-child:not(style){margin-top:0}
|
|
1170
|
+
._py7e1osq .ak-editor-expand.ak-editor-selected-node:not(.danger):before{width:100%}
|
|
939
1171
|
._pyh015s3 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
940
1172
|
._pzcb1b66 [data-prosemirror-node-name=date] .date-lozenger-container span{padding-right:var(--ds-space-050,4px)}
|
|
941
1173
|
._q0zvjp4b .pm-table-container>table>tbody>tr>td{vertical-align:top}
|
|
942
1174
|
._q353idpf .ProseMirror .ak-editor-annotation-draft:has([data-inline-card]){padding-left:0}
|
|
943
1175
|
._q7vcidpf .ProseMirror .telepointer:hover .telepointer-initial{opacity:0}
|
|
1176
|
+
._q8c11osq .ProseMirror .right-shadow:after{height:100%}
|
|
1177
|
+
._q9kpglyw .ak-editor-expand.ak-editor-selected-node:not(.danger):before{pointer-events:none}
|
|
944
1178
|
._qbxqgrf3 div[extensiontype="com.atlassian.ai-blocks"][extensionkey="ai-action-items-block:aiActionItemsBodiedExtension"] div[data-node-type=actionList]{margin-left:0!important}
|
|
945
1179
|
._qd3musvi .ProseMirror ul{box-sizing:border-box}
|
|
946
1180
|
._qfmzp3kn div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation-timing-function:linear}
|
|
1181
|
+
._qg62idpf .ak-editor-expand__icon-button{padding-top:0}
|
|
947
1182
|
._qgb1tlke .ProseMirror hr{cursor:pointer}
|
|
948
1183
|
._qhe2idpf .fabric-editor-font-size:first-of-type:first-child h6 style:first-child+*{margin-top:0}
|
|
949
1184
|
._qkm8idpf .pm-table-sticky-wrapper>table>tbody>tr>th{border-bottom-width:0}
|
|
950
1185
|
._qmjbxjz2{--ak-editor--breakout-full-page-guttering-padding:calc(var(--ak-editor--large-gutter-padding)*2 + var(--ak-editor--default-gutter-padding))}
|
|
951
1186
|
._qok21p3b .ProseMirror ul[data-indent-level="5"]{list-style-type:circle}
|
|
1187
|
+
._qokmftgi .ProseMirror .right-shadow:before{width:8px}
|
|
1188
|
+
._qv61idpf .ProseMirror .sentinel-left{width:0}
|
|
952
1189
|
._qxl3i8nm .pm-table-container>table th:not(.danger) .code-block:not(.danger) .code-block-content-wrapper{background-color:var(--ds-background-neutral,#0515240f)}
|
|
953
1190
|
._qzx91j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted ::selection{background-color:transparent}
|
|
954
1191
|
._r397idpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{left:0}
|
|
@@ -969,60 +1206,76 @@
|
|
|
969
1206
|
._rjmvidpf .fabric-editor-font-size:first-of-type:first-child p style:first-child+*{margin-top:0}
|
|
970
1207
|
._rn5mbimv .danger .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
971
1208
|
._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)}
|
|
1209
|
+
._rrwb3mia .ak-editor-expand__title-container{font-size:var(--ak-editor-base-font-size)}
|
|
1210
|
+
._rrwboxwj .ak-editor-expand__title-container{font-size:.875rem}
|
|
972
1211
|
._rv8p8stv .ProseMirror a[data-prosemirror-mark-name=link]{text-decoration-line:underline}
|
|
973
1212
|
._s2681tsb .pm-table-container>table th:not(.danger) .code-block:not(.danger):not(.ak-editor-selected-node){box-shadow:0 0 0 1px var(--ds-border,#0b120e24)}
|
|
974
1213
|
._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}
|
|
975
1214
|
._s7xpcuai .ProseMirror ul{padding-left:var(--ed--list--item-counter--padding,24px)}
|
|
976
1215
|
._s8m8idpf .ProseMirror .fabric-editor-indentation-mark:first-of-type:first-child h6:first-child:not(style){margin-top:0}
|
|
977
1216
|
._s8y916px .ProseMirror:not(.blockCardView-content-wrap)>li>p:first-child{margin-top:-1.714em!important}
|
|
1217
|
+
._s94sftgi .ProseMirror .left-shadow:before{width:8px}
|
|
978
1218
|
._sb9fglyw .ProseMirror-gapcursor+[layout=wrap-left]+span+[layout=wrap-right]{clear:none}
|
|
979
1219
|
._sdnkidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]+*{margin-top:0}
|
|
980
1220
|
._sellckbl .pm-table-sticky-wrapper>table>tbody>tr>th{min-width:3pc}
|
|
981
1221
|
._si4z1tuv .ProseMirror .ak-ol li>ul{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
982
1222
|
._slqe1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::selection{background-color:transparent}
|
|
983
1223
|
._smxnglyw .ProseMirror .ProseMirror-fake-text-cursor{pointer-events:none}
|
|
1224
|
+
._smy6idpf .ak-editor-expand__expanded .ak-editor-expand__content>:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span)){margin-top:0}
|
|
984
1225
|
._sneogrf3 .ProseMirror div[data-task-list-local-id]>div[data-task-list-local-id]{margin-top:0!important}
|
|
985
1226
|
._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)}
|
|
986
1227
|
._stw0idpf [layout=wrap-right]+.ProseMirror-gapcursor+span+[layout=wrap-left]>div{margin-right:0}
|
|
1228
|
+
._sv44u2gc .ak-editor-expand__expanded .ak-editor-expand__content{padding-top:var(--ds-space-100,8px)}
|
|
1229
|
+
._svkwu2gc .ak-editor-expand__content{padding-right:var(--ds-space-100,8px)}
|
|
987
1230
|
._sx0p1tmo .ProseMirror .telepointer.color-14{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
988
1231
|
._syi51wug .code{overflow-y:auto}
|
|
989
1232
|
._syi5n7od .code{overflow-y:unset}
|
|
990
1233
|
._t176sm61 .pm-table-wrapper>table th td{background-color:var(--ds-background-neutral-subtle,#00000000)}
|
|
1234
|
+
._t1ygidpf .ak-editor-expand.ak-editor-selected-node:not(.danger):before{top:0}
|
|
991
1235
|
._t7ab1vi7{--ak-editor--default-gutter-padding:32px}
|
|
992
1236
|
._tbd61u8q .pm-table-sticky-wrapper>table>tbody>tr>th{background-clip:padding-box}
|
|
993
1237
|
._te0it94y .editor-mention-primitive{padding-bottom:1px}
|
|
994
1238
|
._tfy618hq .search-match-text.search-match-dark{background-color:var(--ds-background-accent-magenta-bolder-pressed,#77325b)!important}
|
|
995
1239
|
._tmq91tuv .ProseMirror li+li{margin-top:max(0px,calc((var(--ak-editor-base-font-size, 1pc) - 13px)*1.33333))}
|
|
996
1240
|
._tqacbimv .danger .mentionView-content-wrap.ak-editor-selected-node>span>span>span{box-shadow:0 0 0 1px var(--ds-border-danger,#e2483d)}
|
|
1241
|
+
._trbp1j28 .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2)::-moz-selection{background-color:transparent}
|
|
997
1242
|
._tsa3t94y .editor-mention-primitive{padding-top:1px}
|
|
998
1243
|
._tsrtidpf [data-prosemirror-node-name=date] .date-lozenger-container span{margin-bottom:0}
|
|
999
1244
|
._ttnbidpf .fabric-editor-alignment:first-of-type:first-child .heading-wrapper:first-child:not(style){margin-top:0}
|
|
1000
1245
|
._tw0uidpf :not(.fabric-editor-block-mark)>h4 style:first-child+*{margin-top:0}
|
|
1001
1246
|
._tw4v1j28 .ak-editor-selected-node>.editor-mention-primitive ::-moz-selection{background-color:transparent}
|
|
1247
|
+
._txkaazsu .ak-editor-expand__title-container{color:var(--ds-text-subtle,#505258)}
|
|
1002
1248
|
._tyke17vv div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-name:k1eqwm1p}
|
|
1003
1249
|
._tyke194d div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-name:k7wtbat}
|
|
1004
1250
|
._u0mgmh6f .ProseMirror .pm-table-wrapper .pm-table-header-content-wrap p:empty{min-height:1.714em}
|
|
1005
1251
|
._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)}
|
|
1006
1252
|
._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)}
|
|
1253
|
+
._u29r1osq .ak-editor-expand__title-input{width:100%}
|
|
1007
1254
|
._u2jdglyw .ProseMirror .telepointer.telepointer-selection:not(.inlineNodeView){-webkit-user-select:none;-ms-user-select:none;user-select:none}
|
|
1008
1255
|
._u5f3v47k{padding-right:var(--ds-space-250,20px)}
|
|
1009
1256
|
._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)}
|
|
1010
1257
|
._u8en3mia .ProseMirror{font-size:var(--ak-editor-base-font-size)}
|
|
1258
|
+
._ubim1n1a .ak-editor-selected-node.unsupportedBlockView-content-wrap>div:after{right:-1px}
|
|
1259
|
+
._ufoh1lfe .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{transition-timing-function:ease-out,ease-out}
|
|
1011
1260
|
._ug3m1nu9 .ProseMirror span.pm-placeholder__text[data-placeholder]:after{display:inline}
|
|
1012
1261
|
._ujemidpf .fabric-editor-alignment:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
1013
1262
|
._uk93idpf .ProseMirror-gapcursor+[layout=wrap-left]+[layout=wrap-right]>div{margin-right:0}
|
|
1014
1263
|
._ul3mutpp .ProseMirror ul:not(li>ul):not(:nth-child(1 of :not(style,.ProseMirror-gapcursor,.ProseMirror-widget,span))){margin-top:var(--ds-space-150,9pt)}
|
|
1264
|
+
._ullp1kdv .ak-editor-expand.ak-editor-selected-node:not(.danger){-webkit-user-select:text}
|
|
1015
1265
|
._umh5idpf .ProseMirror>.ProseMirror-widget:first-child+hr{margin-top:0}
|
|
1266
|
+
._upeu1ejb .ak-editor-expand__icon-button{width:var(--ds-space-300,24px)}
|
|
1016
1267
|
._ups11rpy .ProseMirror .placeholder-decoration{color:var(--ds-text-subtlest,#6b6e76)}
|
|
1017
1268
|
._uput15s3 .ak-editor-selected-node>.editor-mention-primitive.mention-self{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
1018
1269
|
._uqg71ejb .pm-table-container .pm-table-right-border{top:var(--ds-space-300,24px)}
|
|
1019
1270
|
._uqqyh2mm .ProseMirror .telepointer{position:relative}
|
|
1020
1271
|
._uuop1j28 .ProseMirror-hideselection{caret-color:transparent}
|
|
1272
|
+
._uvar1j28 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div::selection{background-color:transparent}
|
|
1021
1273
|
._uw601ku9 [aria-label="Selection toolbar"]{animation-timing-function:cubic-bezier(.6,0,0,1)}
|
|
1022
1274
|
._uw641q08{--ak-editor--full-width-layout-width:1800px}
|
|
1023
1275
|
._uwd31osq .ProseMirror .pm-table-wrapper{width:100%}
|
|
1024
1276
|
._ux32b3bt .ProseMirror .ProseMirror-fake-text-cursor:after{content:""}
|
|
1025
1277
|
._ux48glyw .ProseMirror .pm-table-wrapper>table::-webkit-scrollbar-corner{display:none}
|
|
1278
|
+
._ux5uidpf .ak-editor-expand__title-container{padding-right:0}
|
|
1026
1279
|
._uxukn7od div[extensionType="com.atlassian.ai-blocks"] .extension-container{overflow-x:unset}
|
|
1027
1280
|
._v284h2mm .ProseMirror .ProseMirror-fake-text-cursor{position:relative}
|
|
1028
1281
|
._v91rcfaq .pm-table-container>table{border-collapse:collapse}
|
|
@@ -1031,8 +1284,11 @@
|
|
|
1031
1284
|
._v9kukb7n .ProseMirror .telepointer:hover .telepointer-fullname{z-index:1}
|
|
1032
1285
|
._vdlzei1s html:not([data-color-mode=dark]) .ProseMirror .telepointer{--telepointer-participant-background-second-stop:150000%}
|
|
1033
1286
|
._vdne1b66 .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{padding-right:var(--ds-space-050,4px)}
|
|
1287
|
+
._vffj15vq .ak-editor-expand:not(.ak-editor-expand__expanded) .ak-editor-expand__content{overflow-y:hidden}
|
|
1288
|
+
._vgp2ze3t .ak-editor-expand__content{padding-top:var(--ds-space-0,0)}
|
|
1034
1289
|
._vgzaidpf .ProseMirror .telepointer.telepointer-selection-badge .telepointer-fullname{left:0}
|
|
1035
1290
|
._vkob1osq .pm-table-wrapper>table{width:100%}
|
|
1291
|
+
._vkxwidpf .ak-editor-expand__content .nestedExpand-content-wrapper{height:0}
|
|
1036
1292
|
._vm1cidpf :not(.fabric-editor-block-mark)>h6 style:first-child+*{margin-top:0}
|
|
1037
1293
|
._vmt0glyw .ProseMirror .telepointer.telepointer-selection:not(.inlineNodeView){pointer-events:none}
|
|
1038
1294
|
._vqlp1x4e .pm-table-container>table{font-size:1em}
|
|
@@ -1041,15 +1297,20 @@
|
|
|
1041
1297
|
._vtgestnw .ProseMirror .ProseMirror-gapcursor span{position:absolute}
|
|
1042
1298
|
._vwip2c8p .ProseMirror .telepointer.color-6{--telepointer-participant-bg-color:var(--ds-background-accent-teal-bolder,#227d9b)}
|
|
1043
1299
|
._vwz41tcg{line-height:24px}
|
|
1300
|
+
._vx27c7mi .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-250,-20px)}
|
|
1301
|
+
._vx27xmi2 .fabric-editor-breakout-mark-dom>.ak-editor-expand__type-expand{margin-left:var(--ds-space-negative-150,-9pt)}
|
|
1044
1302
|
._w0epidpf .ProseMirror .ak-editor-annotation-blur{padding-left:0}
|
|
1045
1303
|
._w11vidpf .hyperlink-floating-toolbar{padding-bottom:0}
|
|
1046
1304
|
._w13212c5 div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation-iteration-count:infinite}
|
|
1305
|
+
._w1tc1osq .ProseMirror .sentinel-left{height:100%}
|
|
1047
1306
|
._w33agrho .fabric-editor--max-width-mode{--ak-editor--breakout-min-width:0px}
|
|
1048
1307
|
._w39w1p3b .ProseMirror ul[data-indent-level="2"]{list-style-type:circle}
|
|
1049
1308
|
._w6dp1ule .ProseMirror .telepointer.telepointer-selection-badge .telepointer-initial{display:block}
|
|
1050
1309
|
._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)}
|
|
1310
|
+
._w9ivh2mm .ProseMirror .left-shadow{position:relative}
|
|
1051
1311
|
._w9wp1j28 .pm-table-wrapper>table{border-right-color:transparent}
|
|
1052
1312
|
._wets1nu9 .ProseMirror .ProseMirror-fake-text-cursor{display:inline}
|
|
1313
|
+
._wfdzglyw .ProseMirror .left-shadow:after{pointer-events:none}
|
|
1053
1314
|
._wg06idpf [data-prosemirror-node-name=date] .date-lozenger-container span{margin-top:0}
|
|
1054
1315
|
._wgub1j28 .ProseMirror span.pm-placeholder.ak-editor-selected-node ::selection{background-color:transparent}
|
|
1055
1316
|
._wi4l1j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span ::-moz-selection{background-color:transparent}
|
|
@@ -1060,10 +1321,13 @@
|
|
|
1060
1321
|
._wqm3stnw .pm-table-container .pm-table-left-border{position:absolute}
|
|
1061
1322
|
._wsn51tmo .ProseMirror .telepointer.color-15{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
1062
1323
|
._wxs41j28 .pm-table-wrapper>table{border-left-color:transparent}
|
|
1324
|
+
._wyq613gf .ak-editor-expand__icon-button:disabled{cursor:not-allowed}
|
|
1325
|
+
._wz3i15vq .ak-editor-expand__content .expand-content-wrapper{overflow-y:hidden}
|
|
1063
1326
|
._x07nrrda .ProseMirror span.pm-placeholder__text[data-placeholder]:after{content:attr(data-placeholder)}
|
|
1064
1327
|
._x6bu11lh .ProseMirror .ProseMirror-fake-text-selection{color:HighlightText}
|
|
1065
1328
|
._x74zidpf [layout=wrap-right]+.ProseMirror-gapcursor+[layout=wrap-left]:after{height:0}
|
|
1066
1329
|
._x81614y2 .ProseMirror .ak-editor-annotation-blur:has(.card){padding-top:5px}
|
|
1330
|
+
._xhe7b3bt .ProseMirror .left-shadow:before{content:""}
|
|
1067
1331
|
._xi121j28 .dateView-content-wrap.ak-editor-selected-node .date-lozenger-container>span::selection{background-color:transparent}
|
|
1068
1332
|
._xlm615cr .ProseMirror .telepointer.color-4{--telepointer-participant-text-color:var(--ds-text-inverse,#fff)}
|
|
1069
1333
|
._xpqwidpf [layout=wrap-left]+.ProseMirror-gapcursor+[layout=wrap-right]>div{margin-left:0}
|
|
@@ -1074,6 +1338,8 @@
|
|
|
1074
1338
|
._y5fkglyw .ProseMirror .placeholder-decoration .placeholder-android{outline-style:none}
|
|
1075
1339
|
._yd46zr6s .ProseMirror .ProseMirror-gapcursor span[layout=wide]{transform:translateX(-50%)}
|
|
1076
1340
|
._ydciidpf .ProseMirror-widget:not([data-blocks-decoration-container=true]):not([data-blocks-drag-handle-container=true]):not([data-blocks-quick-insert-container=true])+.ProseMirror-gapcursor+span+*{margin-top:0}
|
|
1341
|
+
._ygai1wqb .ProseMirror .fabric-editor-indentation-mark[data-level="2"]{margin-left:60px}
|
|
1342
|
+
._yhcc1j28 .ak-editor-selected-node.unsupportedBlockView-content-wrap>div ::selection{background-color:transparent}
|
|
1077
1343
|
._yqeuidpf .pm-table-wrapper>table>tbody>tr>td{border-right-width:0}
|
|
1078
1344
|
._yw541wth .ProseMirror ul[data-indent-level="4"]{list-style-type:disc}
|
|
1079
1345
|
._ywut18tx .pm-table-container>table th:not(.danger) .code-block:not(.danger)>[data-ds--code--code-block]{background-image:var(--ak-editor--table-overflow-shadow)!important}
|
|
@@ -1085,18 +1351,28 @@
|
|
|
1085
1351
|
._z75ousic .ProseMirror .embedCardView-content-wrap[layout=wrap-right]{float:right}
|
|
1086
1352
|
._z9wpidpf .ProseMirror p{margin-bottom:0}
|
|
1087
1353
|
._zanp1j28 .ak-editor-selected-node>.editor-mention-primitive.mention-restricted::-moz-selection{background-color:transparent}
|
|
1354
|
+
._zfb0t94y .ak-editor-selected-node.unsupportedInlineView-content-wrap>span:nth-of-type(2):after{width:1px}
|
|
1088
1355
|
._zgemidpf .ProseMirror-gapcursor+[layout=wrap-right]+span+[layout=wrap-left]+*>*{margin-top:0}
|
|
1089
1356
|
._zi6e1vmz .pm-table-container .pm-table-left-border{height:calc(100% - var(--ds-space-300, 24px))}
|
|
1090
1357
|
._zih31bqt .ProseMirror hr.ak-editor-selected-node.danger{background-color:var(--ds-border-danger,#e2483d)}
|
|
1091
1358
|
._zkkp1tmo .ProseMirror .telepointer.color-12{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
1359
|
+
._zkn71ule .ak-editor-expand__content .nestedExpand-content-wrapper{display:block}
|
|
1092
1360
|
._zlwmidpf .fabric-editor-font-size:first-of-type:first-child h1 style:first-child+*{margin-top:0}
|
|
1093
1361
|
._zo131tmo .ProseMirror .telepointer.color-13{--telepointer-participant-text-color:var(--ds-text-accent-gray-bolder,#1e1f21)}
|
|
1362
|
+
._zsbmglyw .ak-editor-expand__icon-button{-webkit-appearance:none;appearance:none}
|
|
1094
1363
|
._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)}
|
|
1095
1364
|
._zy25uj17{--ak-editor--breakout-fallback-width:calc(100cqw - var(--ak-editor--breakout-full-page-guttering-padding))}
|
|
1096
1365
|
._zzusidpf [layout=wrap-left]+.ProseMirror-gapcursor+span+[layout=wrap-right]:after{font-size:0}
|
|
1097
1366
|
._j9yv7g83 button.first-floating-toolbar-button:focus{outline:2px solid var(--ds-border-focused,#4688ec)}
|
|
1367
|
+
._eu2zidpf .ak-editor-expand__title-container:focus{outline-width:0}
|
|
1368
|
+
._m5xjglyw .ak-editor-expand__title-container:focus{outline-style:none}
|
|
1369
|
+
._wn6j1r31 .ak-editor-expand__title-container:focus{outline-color:currentColor}
|
|
1370
|
+
._sma4dfik .ak-editor-expand__icon-button:focus-visible{outline:var(--ds-border-width-focused,2px) solid var(--ds-border-focused,#4688ec)}
|
|
1371
|
+
._1slov77o .ak-editor-expand__icon-button:focus-visible{outline-offset:var(--ds-space-025,2px)}
|
|
1098
1372
|
._1t47plhp .editor-mention-primitive:hover{background:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
1099
1373
|
._1y0dhf2y .editor-mention-primitive.mention-self:hover{background:var(--ds-background-brand-bold-hovered,#1558bc)}
|
|
1374
|
+
._317nsm61 .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger):hover{background:var(--ds-background-neutral-subtle,#00000000)}
|
|
1375
|
+
._1srh1l7x .ak-editor-expand:not(.ak-editor-expand__expanded):not(.ak-editor-selected-node):not(.danger):hover{border-color:var(--ds-border,#0b120e24)}
|
|
1100
1376
|
._1b2hplhp [data-prosemirror-node-name=date] .date-lozenger-container span:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
1101
1377
|
._1ogl1ibz::-webkit-scrollbar-thumb:hover{background-color:var(--ds-background-neutral-bold-hovered,#3b3d42)}
|
|
1102
1378
|
._1orw15s3 .ak-editor-selected-node>.editor-mention-primitive:hover{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
@@ -1126,4 +1402,5 @@
|
|
|
1126
1402
|
@keyframes kgnpaw5{0%{opacity:0}to{opacity:1}}
|
|
1127
1403
|
@keyframes kxlv1hz{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(0);opacity:0}10%{transform:scaleX(1.4);opacity:1}15%{transform:scaleX(1);opacity:1}85%{transform:scaleX(1);opacity:1}}
|
|
1128
1404
|
@media (prefers-reduced-motion){._1mheglyw div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:after{animation:none}._zkj1glyw div[extensionType="com.atlassian.ai-blocks"]:has(.streaming) .extension-container:before{animation:none}}
|
|
1129
|
-
@property --panel-gradient-angle{syntax:"<angle>";initial-value:270deg;inherits:false}
|
|
1405
|
+
@property --panel-gradient-angle{syntax:"<angle>";initial-value:270deg;inherits:false}
|
|
1406
|
+
@supports not (display:flow-root){._fqkm1osq .ak-editor-expand__content{width:100%}._9n6nusvi .ak-editor-expand__content{box-sizing:border-box}}
|