fomantic-ui 2.9.1-beta.19 → 2.9.1-beta.20
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/.eslintrc.js +1 -0
- package/.stylelintrc.js +46 -0
- package/dist/components/accordion.css +19 -26
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +31 -41
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -1
- package/dist/components/api.min.js +1 -1
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +71 -96
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +6 -8
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +1 -1
- package/dist/components/card.css +83 -115
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +47 -64
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +37 -51
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +4 -5
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +31 -41
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +32 -44
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +109 -152
- package/dist/components/dropdown.js +1 -1
- package/dist/components/dropdown.min.css +1 -1
- package/dist/components/dropdown.min.js +1 -1
- package/dist/components/embed.css +13 -19
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +7 -6
- package/dist/components/feed.css +24 -32
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +5 -3
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +39 -56
- package/dist/components/flyout.js +1 -1
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +1 -1
- package/dist/components/form.css +85 -111
- package/dist/components/form.js +1 -1
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +1 -1
- package/dist/components/grid.css +70 -96
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +47 -65
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +42 -53
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +32 -42
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +45 -58
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +55 -77
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +61 -90
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +44 -59
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +16 -22
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +126 -186
- package/dist/components/message.css +25 -35
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +33 -40
- package/dist/components/modal.js +1 -1
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +1 -1
- package/dist/components/nag.css +19 -25
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +10 -12
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +49 -59
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +29 -39
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +1 -1
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +9 -13
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +19 -26
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +41 -58
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +62 -83
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +10 -14
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +41 -58
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +5 -5
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +27 -37
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +29 -41
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +26 -35
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +6 -8
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +87 -117
- package/dist/components/table.min.css +1 -1
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +4 -6
- package/dist/components/toast.js +1 -1
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- package/dist/components/transition.css +4 -3
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1719 -1719
- package/dist/semantic.js +26 -26
- package/dist/semantic.min.css +1 -1
- package/dist/semantic.min.js +1 -1
- package/package.json +8 -4
- package/src/definitions/collections/breadcrumb.less +41 -44
- package/src/definitions/collections/form.less +869 -879
- package/src/definitions/collections/grid.less +1690 -1695
- package/src/definitions/collections/menu.less +1493 -1503
- package/src/definitions/collections/message.less +292 -295
- package/src/definitions/collections/table.less +1616 -1622
- package/src/definitions/elements/button.less +1723 -1737
- package/src/definitions/elements/container.less +209 -210
- package/src/definitions/elements/divider.less +205 -206
- package/src/definitions/elements/emoji.less +38 -44
- package/src/definitions/elements/flag.less +44 -46
- package/src/definitions/elements/header.less +337 -345
- package/src/definitions/elements/icon.less +511 -512
- package/src/definitions/elements/image.less +221 -225
- package/src/definitions/elements/input.less +661 -667
- package/src/definitions/elements/label.less +800 -799
- package/src/definitions/elements/list.less +809 -809
- package/src/definitions/elements/loader.less +272 -266
- package/src/definitions/elements/placeholder.less +171 -168
- package/src/definitions/elements/rail.less +91 -91
- package/src/definitions/elements/reveal.less +192 -196
- package/src/definitions/elements/segment.less +743 -747
- package/src/definitions/elements/step.less +425 -433
- package/src/definitions/elements/text.less +32 -34
- package/src/definitions/globals/reset.less +9 -6
- package/src/definitions/globals/site.less +106 -108
- package/src/definitions/modules/accordion.less +242 -246
- package/src/definitions/modules/calendar.less +91 -92
- package/src/definitions/modules/checkbox.less +536 -542
- package/src/definitions/modules/dimmer.less +300 -297
- package/src/definitions/modules/dropdown.less +1577 -1591
- package/src/definitions/modules/embed.less +81 -82
- package/src/definitions/modules/flyout.less +443 -452
- package/src/definitions/modules/modal.less +459 -462
- package/src/definitions/modules/nag.less +134 -137
- package/src/definitions/modules/popup.less +738 -739
- package/src/definitions/modules/progress.less +521 -494
- package/src/definitions/modules/rating.less +94 -101
- package/src/definitions/modules/search.less +375 -383
- package/src/definitions/modules/shape.less +71 -76
- package/src/definitions/modules/sidebar.less +464 -474
- package/src/definitions/modules/slider.less +307 -308
- package/src/definitions/modules/sticky.less +21 -23
- package/src/definitions/modules/tab.less +51 -52
- package/src/definitions/modules/toast.less +584 -586
- package/src/definitions/modules/transition.less +55 -56
- package/src/definitions/views/ad.less +206 -206
- package/src/definitions/views/card.less +968 -970
- package/src/definitions/views/comment.less +190 -198
- package/src/definitions/views/feed.less +220 -224
- package/src/definitions/views/item.less +436 -446
- package/src/definitions/views/statistic.less +269 -280
- package/src/theme.less +29 -32
- package/src/themes/default/globals/colors.less +589 -589
@@ -8,12 +8,11 @@
|
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
11
|
-
|
12
11
|
/*******************************
|
13
12
|
Theme
|
14
13
|
*******************************/
|
15
14
|
|
16
|
-
@type
|
15
|
+
@type : 'view';
|
17
16
|
@element : 'comment';
|
18
17
|
|
19
18
|
@import (multiple) '../../theme.config';
|
@@ -22,186 +21,183 @@
|
|
22
21
|
Standard
|
23
22
|
*******************************/
|
24
23
|
|
25
|
-
|
26
|
-
/*--------------
|
24
|
+
/* --------------
|
27
25
|
Comments
|
28
|
-
|
26
|
+
--------------- */
|
29
27
|
|
30
28
|
.ui.comments {
|
31
|
-
|
32
|
-
|
29
|
+
margin: @margin;
|
30
|
+
max-width: @maxWidth;
|
33
31
|
}
|
34
32
|
|
35
33
|
.ui.comments:first-child {
|
36
|
-
|
34
|
+
margin-top: 0;
|
37
35
|
}
|
38
36
|
.ui.comments:last-child {
|
39
|
-
|
37
|
+
margin-bottom: 0;
|
40
38
|
}
|
41
39
|
|
42
|
-
|
40
|
+
/* --------------
|
43
41
|
Comment
|
44
|
-
|
42
|
+
--------------- */
|
45
43
|
|
46
44
|
.ui.comments .comment {
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
45
|
+
position: relative;
|
46
|
+
background: @commentBackground;
|
47
|
+
margin: @commentMargin;
|
48
|
+
padding: @commentPadding;
|
49
|
+
border: @commentBorder;
|
50
|
+
border-top: @commentDivider;
|
51
|
+
line-height: @commentLineHeight;
|
54
52
|
}
|
55
53
|
.ui.comments .comment:first-child {
|
56
|
-
|
57
|
-
|
54
|
+
margin-top: @firstCommentMargin;
|
55
|
+
padding-top: @firstCommentPadding;
|
58
56
|
}
|
59
57
|
|
60
|
-
|
61
|
-
/*--------------------
|
58
|
+
/* --------------------
|
62
59
|
Nested Comments
|
63
|
-
|
60
|
+
--------------------- */
|
64
61
|
|
65
62
|
.ui.comments .comment > .comments {
|
66
|
-
|
67
|
-
|
63
|
+
margin: @nestedCommentsMargin;
|
64
|
+
padding: @nestedCommentsPadding;
|
68
65
|
}
|
69
|
-
.ui.comments .comment > .comments::before{
|
70
|
-
|
71
|
-
|
72
|
-
|
66
|
+
.ui.comments .comment > .comments::before {
|
67
|
+
position: absolute;
|
68
|
+
top: 0;
|
69
|
+
left: 0;
|
73
70
|
}
|
74
71
|
.ui.comments .comment > .comments .comment {
|
75
|
-
|
76
|
-
|
77
|
-
|
72
|
+
border: @nestedCommentBorder;
|
73
|
+
border-top: @nestedCommentDivider;
|
74
|
+
background: @nestedCommentBackground;
|
78
75
|
}
|
79
76
|
& when (@variationCommentAvatar) {
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
77
|
+
/* --------------
|
78
|
+
Avatar
|
79
|
+
--------------- */
|
80
|
+
|
81
|
+
.ui.comments .comment .avatar {
|
82
|
+
display: @avatarDisplay;
|
83
|
+
width: @avatarWidth;
|
84
|
+
height: @avatarHeight;
|
85
|
+
float: @avatarFloat;
|
86
|
+
margin: @avatarMargin;
|
87
|
+
}
|
88
|
+
.ui.comments .comment img.avatar,
|
89
|
+
.ui.comments .comment .avatar img {
|
90
|
+
display: block;
|
91
|
+
margin: 0 auto;
|
92
|
+
width: 100%;
|
93
|
+
height: 100%;
|
94
|
+
border-radius: @avatarBorderRadius;
|
95
|
+
}
|
99
96
|
}
|
100
97
|
|
101
|
-
|
98
|
+
/* --------------
|
102
99
|
Content
|
103
|
-
|
100
|
+
--------------- */
|
104
101
|
|
105
102
|
.ui.comments .comment > .content {
|
106
|
-
|
103
|
+
display: block;
|
107
104
|
}
|
108
105
|
& when (@variationCommentAvatar) {
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
106
|
+
/* If there is an avatar move content over */
|
107
|
+
.ui.comments .comment > .avatar ~ .content {
|
108
|
+
margin-left: @contentMargin;
|
109
|
+
}
|
113
110
|
}
|
114
111
|
|
115
112
|
& when (@variationCommentAuthor) {
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
113
|
+
/* --------------
|
114
|
+
Author
|
115
|
+
--------------- */
|
116
|
+
|
117
|
+
.ui.comments .comment .author {
|
118
|
+
font-size: @authorFontSize;
|
119
|
+
color: @authorColor;
|
120
|
+
font-weight: @authorFontWeight;
|
121
|
+
}
|
122
|
+
.ui.comments .comment a.author {
|
123
|
+
cursor: pointer;
|
124
|
+
}
|
125
|
+
.ui.comments .comment a.author:hover {
|
126
|
+
color: @authorHoverColor;
|
127
|
+
}
|
131
128
|
}
|
132
129
|
|
133
130
|
& when (@variationCommentMeta) {
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
131
|
+
/* --------------
|
132
|
+
Metadata
|
133
|
+
--------------- */
|
134
|
+
|
135
|
+
.ui.comments .comment .metadata {
|
136
|
+
display: @metadataDisplay;
|
137
|
+
margin-left: @metadataSpacing;
|
138
|
+
color: @metadataColor;
|
139
|
+
font-size: @metadataFontSize;
|
140
|
+
}
|
141
|
+
.ui.comments .comment .metadata > * {
|
142
|
+
display: inline-block;
|
143
|
+
margin: 0 @metadataContentSpacing 0 0;
|
144
|
+
}
|
145
|
+
.ui.comments .comment .metadata > :last-child {
|
146
|
+
margin-right: 0;
|
147
|
+
}
|
151
148
|
}
|
152
149
|
|
153
|
-
|
150
|
+
/* --------------------
|
154
151
|
Comment Text
|
155
|
-
|
152
|
+
--------------------- */
|
156
153
|
|
157
154
|
.ui.comments .comment .text {
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
155
|
+
margin: @textMargin;
|
156
|
+
font-size: @textFontSize;
|
157
|
+
word-wrap: @textWordWrap;
|
158
|
+
color: @textColor;
|
159
|
+
line-height: @textLineHeight;
|
163
160
|
}
|
164
161
|
|
165
|
-
|
166
162
|
& when (@variationCommentActions) {
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
163
|
+
/* --------------------
|
164
|
+
User Actions
|
165
|
+
--------------------- */
|
166
|
+
|
167
|
+
.ui.comments .comment .actions {
|
168
|
+
font-size: @actionFontSize;
|
169
|
+
}
|
170
|
+
.ui.comments .comment .actions a {
|
171
|
+
cursor: pointer;
|
172
|
+
display: inline-block;
|
173
|
+
margin: 0 @actionContentDistance 0 0;
|
174
|
+
color: @actionLinkColor;
|
175
|
+
}
|
176
|
+
.ui.comments .comment .actions a:last-child {
|
177
|
+
margin-right: 0;
|
178
|
+
}
|
179
|
+
.ui.comments .comment .actions a.active,
|
180
|
+
.ui.comments .comment .actions a:hover {
|
181
|
+
color: @actionLinkHoverColor;
|
182
|
+
}
|
187
183
|
}
|
188
184
|
|
189
185
|
& when (@variationCommentReply) {
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
186
|
+
/* --------------------
|
187
|
+
Reply Form
|
188
|
+
--------------------- */
|
189
|
+
|
190
|
+
.ui.comments > .reply.form {
|
191
|
+
margin-top: @replyDistance;
|
192
|
+
}
|
193
|
+
.ui.comments .comment .reply.form {
|
194
|
+
width: 100%;
|
195
|
+
margin-top: @commentReplyDistance;
|
196
|
+
}
|
197
|
+
.ui.comments .reply.form textarea {
|
198
|
+
font-size: @replyFontSize;
|
199
|
+
height: @replyHeight;
|
200
|
+
}
|
205
201
|
}
|
206
202
|
|
207
203
|
/*******************************
|
@@ -211,92 +207,88 @@
|
|
211
207
|
.ui.collapsed.comments,
|
212
208
|
.ui.comments .collapsed.comments,
|
213
209
|
.ui.comments .collapsed.comment {
|
214
|
-
|
210
|
+
display: none;
|
215
211
|
}
|
216
212
|
|
217
|
-
|
218
213
|
/*******************************
|
219
214
|
Variations
|
220
215
|
*******************************/
|
221
216
|
|
222
217
|
& when (@variationCommentThreaded) {
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
218
|
+
/* --------------------
|
219
|
+
Threaded
|
220
|
+
--------------------- */
|
221
|
+
|
222
|
+
.ui.threaded.comments .comment > .comments {
|
223
|
+
margin: @threadedCommentMargin;
|
224
|
+
padding: @threadedCommentPadding;
|
225
|
+
box-shadow: @threadedCommentBoxShadow;
|
226
|
+
}
|
232
227
|
}
|
233
228
|
|
234
229
|
& when (@variationCommentMinimal) {
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
230
|
+
/* --------------------
|
231
|
+
Minimal
|
232
|
+
--------------------- */
|
233
|
+
|
234
|
+
.ui.minimal.comments .comment .actions {
|
235
|
+
opacity: 0;
|
236
|
+
position: @minimalActionPosition;
|
237
|
+
top: @minimalActionTop;
|
238
|
+
right: @minimalActionRight;
|
239
|
+
left: @minimalActionLeft;
|
240
|
+
transition: @minimalTransition;
|
241
|
+
transition-delay: @minimalTransitionDelay;
|
242
|
+
}
|
243
|
+
.ui.minimal.comments .comment > .content:hover > .actions {
|
244
|
+
opacity: 1;
|
245
|
+
}
|
251
246
|
}
|
252
247
|
|
253
|
-
|
254
|
-
/*-------------------
|
248
|
+
/* -------------------
|
255
249
|
Sizes
|
256
|
-
|
250
|
+
-------------------- */
|
257
251
|
|
258
252
|
.ui.comments {
|
259
|
-
|
253
|
+
font-size: @medium;
|
260
254
|
}
|
261
255
|
& when not (@variationCommentSizes = false) {
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
256
|
+
each(@variationCommentSizes, {
|
257
|
+
@s: @@value;
|
258
|
+
.ui.@{value}.comments {
|
259
|
+
font-size: @s;
|
260
|
+
}
|
261
|
+
})
|
268
262
|
}
|
269
263
|
|
270
|
-
|
271
264
|
& when (@variationCommentInverted) {
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
}
|
278
|
-
|
279
|
-
.ui.inverted.comments .comment .author,
|
280
|
-
.ui.inverted.comments .comment .text {
|
281
|
-
color: @invertedTextColor;
|
282
|
-
}
|
283
|
-
|
284
|
-
.ui.inverted.comments .comment .metadata,
|
285
|
-
.ui.inverted.comments .comment .actions a {
|
286
|
-
color: @invertedLightTextColor;
|
287
|
-
}
|
288
|
-
|
289
|
-
.ui.inverted.comments .comment a.author:hover,
|
290
|
-
.ui.inverted.comments .comment .actions a.active,
|
291
|
-
.ui.inverted.comments .comment .actions a:hover {
|
292
|
-
color: @invertedHoveredTextColor;
|
293
|
-
}
|
294
|
-
& when (@variationCommentThreaded) {
|
295
|
-
.ui.inverted.threaded.comments .comment > .comments {
|
296
|
-
box-shadow: -1px 0 0 @solidWhiteBorderColor;
|
265
|
+
/* -------------------
|
266
|
+
Inverted
|
267
|
+
-------------------- */
|
268
|
+
.ui.inverted.comments .comment {
|
269
|
+
background-color: @black;
|
297
270
|
}
|
298
|
-
}
|
299
|
-
}
|
300
271
|
|
272
|
+
.ui.inverted.comments .comment .author,
|
273
|
+
.ui.inverted.comments .comment .text {
|
274
|
+
color: @invertedTextColor;
|
275
|
+
}
|
276
|
+
|
277
|
+
.ui.inverted.comments .comment .metadata,
|
278
|
+
.ui.inverted.comments .comment .actions a {
|
279
|
+
color: @invertedLightTextColor;
|
280
|
+
}
|
281
|
+
|
282
|
+
.ui.inverted.comments .comment a.author:hover,
|
283
|
+
.ui.inverted.comments .comment .actions a.active,
|
284
|
+
.ui.inverted.comments .comment .actions a:hover {
|
285
|
+
color: @invertedHoveredTextColor;
|
286
|
+
}
|
287
|
+
& when (@variationCommentThreaded) {
|
288
|
+
.ui.inverted.threaded.comments .comment > .comments {
|
289
|
+
box-shadow: -1px 0 0 @solidWhiteBorderColor;
|
290
|
+
}
|
291
|
+
}
|
292
|
+
}
|
301
293
|
|
302
294
|
.loadUIOverrides();
|