fomantic-ui-sass 2.7.6 → 2.7.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +7 -17
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +290 -168
- data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +6 -2
- data/app/assets/javascripts/semantic-ui/checkbox.js +2 -1
- data/app/assets/javascripts/semantic-ui/dropdown.js +32 -9
- data/app/assets/javascripts/semantic-ui/form.js +9 -9
- data/app/assets/javascripts/semantic-ui/modal.js +4 -1
- data/app/assets/javascripts/semantic-ui/popup.js +4 -1
- data/app/assets/javascripts/semantic-ui/search.js +10 -5
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +69 -25
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +181 -71
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +134 -46
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +107 -47
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +81 -46
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +680 -323
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +39 -39
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -0
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +10 -4
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +73 -12
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +34 -10
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +23 -9
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +4 -0
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +2 -1
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +4 -0
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +7 -2
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +74 -27
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +83 -21
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -5
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +4 -1
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +8 -4
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +179 -10
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +20 -5
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +94 -35
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +45 -17
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +40 -19
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +16 -5
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +6 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +15 -2
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +12 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +2 -1
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +5 -2
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +2 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +183 -81
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +7 -3
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +20 -6
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +37 -12
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +42 -10
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +2 -2
@@ -20,10 +20,13 @@
|
|
20
20
|
text-align: left;
|
21
21
|
background: #FFFFFF;
|
22
22
|
border: none;
|
23
|
-
box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
|
23
|
+
-webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
|
24
|
+
box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
|
24
25
|
-webkit-transform-origin: 50% 25%;
|
25
26
|
transform-origin: 50% 25%;
|
26
|
-
flex: 0
|
27
|
+
-webkit-box-flex: 0;
|
28
|
+
-ms-flex: 0 0 auto;
|
29
|
+
flex: 0 0 auto;
|
27
30
|
border-radius: 0.28571429rem;
|
28
31
|
-webkit-user-select: text;
|
29
32
|
-moz-user-select: text;
|
@@ -80,7 +83,8 @@
|
|
80
83
|
background: #FFFFFF;
|
81
84
|
margin: 0;
|
82
85
|
padding: 1.25rem 1.5rem;
|
83
|
-
box-shadow: none;
|
86
|
+
-webkit-box-shadow: none;
|
87
|
+
box-shadow: none;
|
84
88
|
color: rgba(0, 0, 0, 0.85);
|
85
89
|
border-bottom: 1px solid rgba(34, 36, 38, 0.15);
|
86
90
|
}
|
@@ -103,38 +107,54 @@
|
|
103
107
|
background: #FFFFFF;
|
104
108
|
}
|
105
109
|
.ui.modal > .image.content {
|
110
|
+
display: -webkit-box;
|
111
|
+
display: -ms-flexbox;
|
106
112
|
display: flex;
|
107
|
-
|
113
|
+
-webkit-box-orient: horizontal;
|
114
|
+
-webkit-box-direction: normal;
|
115
|
+
-ms-flex-direction: row;
|
116
|
+
flex-direction: row;
|
108
117
|
}
|
109
118
|
|
110
119
|
/* Image */
|
111
120
|
.ui.modal > .content > .image {
|
112
121
|
display: block;
|
113
|
-
flex: 0
|
122
|
+
-webkit-box-flex: 0;
|
123
|
+
-ms-flex: 0 1 auto;
|
124
|
+
flex: 0 1 auto;
|
114
125
|
width: '';
|
115
|
-
align
|
126
|
+
-ms-flex-item-align: start;
|
127
|
+
align-self: start;
|
116
128
|
max-width: 100%;
|
117
129
|
}
|
118
130
|
.ui.modal > [class*="top aligned"] {
|
119
|
-
align
|
131
|
+
-ms-flex-item-align: start;
|
132
|
+
align-self: start;
|
120
133
|
}
|
121
134
|
.ui.modal > [class*="middle aligned"] {
|
122
|
-
align
|
135
|
+
-ms-flex-item-align: center;
|
136
|
+
align-self: center;
|
123
137
|
}
|
124
138
|
.ui.modal > [class*="stretched"] {
|
125
|
-
align
|
139
|
+
-ms-flex-item-align: stretch;
|
140
|
+
align-self: stretch;
|
126
141
|
}
|
127
142
|
|
128
143
|
/* Description */
|
129
144
|
.ui.modal > .content > .description {
|
130
145
|
display: block;
|
131
|
-
flex: 1
|
146
|
+
-webkit-box-flex: 1;
|
147
|
+
-ms-flex: 1 0 auto;
|
148
|
+
flex: 1 0 auto;
|
132
149
|
min-width: 0;
|
133
|
-
align
|
150
|
+
-ms-flex-item-align: start;
|
151
|
+
align-self: start;
|
134
152
|
}
|
135
153
|
.ui.modal > .content > .icon + .description,
|
136
154
|
.ui.modal > .content > .image + .description {
|
137
|
-
flex: 0
|
155
|
+
-webkit-box-flex: 0;
|
156
|
+
-ms-flex: 0 1 auto;
|
157
|
+
flex: 0 1 auto;
|
138
158
|
min-width: '';
|
139
159
|
width: auto;
|
140
160
|
padding-left: 2em;
|
@@ -236,7 +256,10 @@
|
|
236
256
|
}
|
237
257
|
/*rtl:ignore*/
|
238
258
|
.ui.modal .image.content {
|
239
|
-
|
259
|
+
-webkit-box-orient: vertical;
|
260
|
+
-webkit-box-direction: normal;
|
261
|
+
-ms-flex-direction: column;
|
262
|
+
flex-direction: column;
|
240
263
|
}
|
241
264
|
.ui.modal .content > .image {
|
242
265
|
display: block;
|
@@ -255,7 +278,8 @@
|
|
255
278
|
width: 100% !important;
|
256
279
|
margin: 0 !important;
|
257
280
|
padding: 1rem 0 !important;
|
258
|
-
box-shadow: none;
|
281
|
+
-webkit-box-shadow: none;
|
282
|
+
box-shadow: none;
|
259
283
|
}
|
260
284
|
|
261
285
|
/* Let Buttons Stack */
|
@@ -273,7 +297,8 @@
|
|
273
297
|
---------------*/
|
274
298
|
|
275
299
|
.ui.inverted.dimmer > .ui.modal {
|
276
|
-
box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
|
300
|
+
-webkit-box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
|
301
|
+
box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
|
277
302
|
}
|
278
303
|
|
279
304
|
|
@@ -285,7 +310,8 @@
|
|
285
310
|
background-color: transparent;
|
286
311
|
border: none;
|
287
312
|
border-radius: 0;
|
288
|
-
box-shadow: none !important;
|
313
|
+
-webkit-box-shadow: none !important;
|
314
|
+
box-shadow: none !important;
|
289
315
|
color: #FFFFFF;
|
290
316
|
}
|
291
317
|
.ui.basic.modal > .header,
|
@@ -376,7 +402,9 @@
|
|
376
402
|
overflow: hidden;
|
377
403
|
}
|
378
404
|
.scrolling.dimmable > .dimmer {
|
379
|
-
|
405
|
+
-webkit-box-pack: start;
|
406
|
+
-ms-flex-pack: start;
|
407
|
+
justify-content: flex-start;
|
380
408
|
position: fixed;
|
381
409
|
}
|
382
410
|
.scrolling.dimmable.dimmed > .dimmer {
|
@@ -25,11 +25,13 @@
|
|
25
25
|
margin: 0;
|
26
26
|
padding: 0.75em 1em;
|
27
27
|
background: #555555;
|
28
|
-
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
28
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
29
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
29
30
|
font-size: 1rem;
|
30
31
|
text-align: center;
|
31
32
|
color: rgba(0, 0, 0, 0.87);
|
32
33
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
34
|
+
-webkit-transition: 0.2s background ease;
|
33
35
|
transition: 0.2s background ease;
|
34
36
|
}
|
35
37
|
a.ui.nag {
|
@@ -49,6 +51,7 @@ a.ui.nag {
|
|
49
51
|
font-size: 1em;
|
50
52
|
margin: -0.5em 0 0;
|
51
53
|
color: #FFFFFF;
|
54
|
+
-webkit-transition: opacity 0.2s ease;
|
52
55
|
transition: opacity 0.2s ease;
|
53
56
|
}
|
54
57
|
|
@@ -33,7 +33,8 @@
|
|
33
33
|
font-style: normal;
|
34
34
|
color: rgba(0, 0, 0, 0.87);
|
35
35
|
border-radius: 0.28571429rem;
|
36
|
-
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
36
|
+
-webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
37
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
37
38
|
}
|
38
39
|
.ui.popup > .header {
|
39
40
|
padding: 0;
|
@@ -54,7 +55,8 @@
|
|
54
55
|
-webkit-transform: rotate(45deg);
|
55
56
|
transform: rotate(45deg);
|
56
57
|
z-index: 1901;
|
57
|
-
box-shadow: 1px 1px 0 0 #bababc;
|
58
|
+
-webkit-box-shadow: 1px 1px 0 0 #bababc;
|
59
|
+
box-shadow: 1px 1px 0 0 #bababc;
|
58
60
|
}
|
59
61
|
|
60
62
|
|
@@ -85,7 +87,8 @@
|
|
85
87
|
-webkit-transform: rotate(45deg);
|
86
88
|
transform: rotate(45deg);
|
87
89
|
z-index: 1901;
|
88
|
-
box-shadow: 1px 1px 0 0 #bababc;
|
90
|
+
-webkit-box-shadow: 1px 1px 0 0 #bababc;
|
91
|
+
box-shadow: 1px 1px 0 0 #bababc;
|
89
92
|
}
|
90
93
|
|
91
94
|
/* Popup */
|
@@ -106,7 +109,8 @@
|
|
106
109
|
font-style: normal;
|
107
110
|
color: rgba(0, 0, 0, 0.87);
|
108
111
|
border-radius: 0.28571429rem;
|
109
|
-
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
112
|
+
-webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
113
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
110
114
|
z-index: 1900;
|
111
115
|
}
|
112
116
|
|
@@ -140,12 +144,14 @@
|
|
140
144
|
transform: rotate(45deg) scale(0) !important;
|
141
145
|
-webkit-transform-origin: center top;
|
142
146
|
transform-origin: center top;
|
147
|
+
-webkit-transition: all 0.1s ease;
|
143
148
|
transition: all 0.1s ease;
|
144
149
|
}
|
145
150
|
[data-tooltip]:after {
|
146
151
|
opacity: 1;
|
147
152
|
-webkit-transform-origin: center bottom;
|
148
153
|
transform-origin: center bottom;
|
154
|
+
-webkit-transition: all 0.1s ease;
|
149
155
|
transition: all 0.1s ease;
|
150
156
|
}
|
151
157
|
[data-tooltip]:hover:before,
|
@@ -203,7 +209,8 @@
|
|
203
209
|
|
204
210
|
/* Arrow */
|
205
211
|
[data-tooltip][data-inverted]:before {
|
206
|
-
box-shadow: none !important;
|
212
|
+
-webkit-box-shadow: none !important;
|
213
|
+
box-shadow: none !important;
|
207
214
|
}
|
208
215
|
|
209
216
|
/* Arrow Position */
|
@@ -216,7 +223,8 @@
|
|
216
223
|
background: #1B1C1D;
|
217
224
|
color: #FFFFFF;
|
218
225
|
border: none;
|
219
|
-
box-shadow: none;
|
226
|
+
-webkit-box-shadow: none;
|
227
|
+
box-shadow: none;
|
220
228
|
}
|
221
229
|
[data-tooltip][data-inverted]:after .header {
|
222
230
|
background: none;
|
@@ -364,15 +372,18 @@
|
|
364
372
|
/* Arrow */
|
365
373
|
[data-position~="bottom"][data-tooltip]:before {
|
366
374
|
background: #FFFFFF;
|
367
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
375
|
+
-webkit-box-shadow: -1px -1px 0 0 #bababc;
|
376
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
368
377
|
}
|
369
378
|
[data-position="left center"][data-tooltip]:before {
|
370
379
|
background: #FFFFFF;
|
371
|
-
box-shadow: 1px -1px 0 0 #bababc;
|
380
|
+
-webkit-box-shadow: 1px -1px 0 0 #bababc;
|
381
|
+
box-shadow: 1px -1px 0 0 #bababc;
|
372
382
|
}
|
373
383
|
[data-position="right center"][data-tooltip]:before {
|
374
384
|
background: #FFFFFF;
|
375
|
-
box-shadow: -1px 1px 0 0 #bababc;
|
385
|
+
-webkit-box-shadow: -1px 1px 0 0 #bababc;
|
386
|
+
box-shadow: -1px 1px 0 0 #bababc;
|
376
387
|
}
|
377
388
|
[data-position~="top"][data-tooltip]:before {
|
378
389
|
background: #FFFFFF;
|
@@ -381,15 +392,18 @@
|
|
381
392
|
/* Inverted Arrow Color */
|
382
393
|
[data-inverted][data-position~="bottom"][data-tooltip]:before {
|
383
394
|
background: #1B1C1D;
|
384
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
395
|
+
-webkit-box-shadow: -1px -1px 0 0 #bababc;
|
396
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
385
397
|
}
|
386
398
|
[data-inverted][data-position="left center"][data-tooltip]:before {
|
387
399
|
background: #1B1C1D;
|
388
|
-
box-shadow: 1px -1px 0 0 #bababc;
|
400
|
+
-webkit-box-shadow: 1px -1px 0 0 #bababc;
|
401
|
+
box-shadow: 1px -1px 0 0 #bababc;
|
389
402
|
}
|
390
403
|
[data-inverted][data-position="right center"][data-tooltip]:before {
|
391
404
|
background: #1B1C1D;
|
392
|
-
box-shadow: -1px 1px 0 0 #bababc;
|
405
|
+
-webkit-box-shadow: -1px 1px 0 0 #bababc;
|
406
|
+
box-shadow: -1px 1px 0 0 #bababc;
|
393
407
|
}
|
394
408
|
[data-inverted][data-position~="top"][data-tooltip]:before {
|
395
409
|
background: #1B1C1D;
|
@@ -523,7 +537,8 @@
|
|
523
537
|
left: 50%;
|
524
538
|
right: auto;
|
525
539
|
bottom: auto;
|
526
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
540
|
+
-webkit-box-shadow: -1px -1px 0 0 #bababc;
|
541
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
527
542
|
}
|
528
543
|
.ui.bottom.left.popup {
|
529
544
|
margin-left: 0;
|
@@ -535,7 +550,8 @@
|
|
535
550
|
right: auto;
|
536
551
|
bottom: auto;
|
537
552
|
margin-left: 0;
|
538
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
553
|
+
-webkit-box-shadow: -1px -1px 0 0 #bababc;
|
554
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
539
555
|
}
|
540
556
|
.ui.bottom.right.popup {
|
541
557
|
margin-right: 0;
|
@@ -547,7 +563,8 @@
|
|
547
563
|
bottom: auto;
|
548
564
|
left: auto;
|
549
565
|
margin-left: 0;
|
550
|
-
box-shadow: -1px -1px 0 0 #bababc;
|
566
|
+
-webkit-box-shadow: -1px -1px 0 0 #bababc;
|
567
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
551
568
|
}
|
552
569
|
|
553
570
|
/*--- Above ---*/
|
@@ -591,7 +608,8 @@
|
|
591
608
|
bottom: auto;
|
592
609
|
left: auto;
|
593
610
|
margin-top: -0.30714286em;
|
594
|
-
box-shadow: 1px -1px 0 0 #bababc;
|
611
|
+
-webkit-box-shadow: 1px -1px 0 0 #bababc;
|
612
|
+
box-shadow: 1px -1px 0 0 #bababc;
|
595
613
|
}
|
596
614
|
|
597
615
|
/*--- Right Center ---*/
|
@@ -603,7 +621,8 @@
|
|
603
621
|
bottom: auto;
|
604
622
|
right: auto;
|
605
623
|
margin-top: -0.30714286em;
|
606
|
-
box-shadow: -1px 1px 0 0 #bababc;
|
624
|
+
-webkit-box-shadow: -1px 1px 0 0 #bababc;
|
625
|
+
box-shadow: -1px 1px 0 0 #bababc;
|
607
626
|
}
|
608
627
|
|
609
628
|
/* Arrow Color By Location */
|
@@ -713,7 +732,8 @@
|
|
713
732
|
background: #1B1C1D;
|
714
733
|
color: #FFFFFF;
|
715
734
|
border: none;
|
716
|
-
box-shadow: none;
|
735
|
+
-webkit-box-shadow: none;
|
736
|
+
box-shadow: none;
|
717
737
|
}
|
718
738
|
.ui.inverted.popup .header {
|
719
739
|
background-color: none;
|
@@ -721,7 +741,8 @@
|
|
721
741
|
}
|
722
742
|
.ui.inverted.popup:before {
|
723
743
|
background-color: #1B1C1D;
|
724
|
-
box-shadow: none !important;
|
744
|
+
-webkit-box-shadow: none !important;
|
745
|
+
box-shadow: none !important;
|
725
746
|
}
|
726
747
|
|
727
748
|
/*--------------
|
@@ -19,7 +19,8 @@
|
|
19
19
|
max-width: 100%;
|
20
20
|
border: none;
|
21
21
|
margin: 1em 0 2.5em;
|
22
|
-
box-shadow: none;
|
22
|
+
-webkit-box-shadow: none;
|
23
|
+
box-shadow: none;
|
23
24
|
background: rgba(0, 0, 0, 0.1);
|
24
25
|
padding: 0;
|
25
26
|
border-radius: 0.28571429rem;
|
@@ -46,6 +47,7 @@
|
|
46
47
|
min-width: 2em;
|
47
48
|
background: #888888;
|
48
49
|
border-radius: 0.28571429rem;
|
50
|
+
-webkit-transition: width 0.1s ease, background-color 0.1s ease;
|
49
51
|
transition: width 0.1s ease, background-color 0.1s ease;
|
50
52
|
overflow: hidden;
|
51
53
|
}
|
@@ -91,6 +93,7 @@
|
|
91
93
|
text-shadow: none;
|
92
94
|
margin-top: 0.2em;
|
93
95
|
text-align: center;
|
96
|
+
-webkit-transition: color 0.4s ease;
|
94
97
|
transition: color 0.4s ease;
|
95
98
|
}
|
96
99
|
|
@@ -216,6 +219,8 @@
|
|
216
219
|
|
217
220
|
/* Multiple */
|
218
221
|
.ui.multiple.progress {
|
222
|
+
display: -webkit-box;
|
223
|
+
display: -ms-flexbox;
|
219
224
|
display: flex;
|
220
225
|
}
|
221
226
|
|
@@ -14,6 +14,8 @@
|
|
14
14
|
*******************************/
|
15
15
|
|
16
16
|
.ui.rating {
|
17
|
+
display: -webkit-inline-box;
|
18
|
+
display: -ms-inline-flexbox;
|
17
19
|
display: inline-flex;
|
18
20
|
white-space: nowrap;
|
19
21
|
vertical-align: baseline;
|
@@ -29,10 +31,13 @@
|
|
29
31
|
text-align: center;
|
30
32
|
font-weight: normal;
|
31
33
|
font-style: normal;
|
32
|
-
flex: 1
|
34
|
+
-webkit-box-flex: 1;
|
35
|
+
-ms-flex: 1 0 auto;
|
36
|
+
flex: 1 0 auto;
|
33
37
|
cursor: pointer;
|
34
38
|
width: 1.25em;
|
35
39
|
height: auto;
|
40
|
+
-webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
|
36
41
|
transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
|
37
42
|
line-height: 1;
|
38
43
|
-webkit-backface-visibility: hidden;
|
@@ -30,8 +30,12 @@
|
|
30
30
|
background: #FFFFFF;
|
31
31
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
32
32
|
color: rgba(0, 0, 0, 0.87);
|
33
|
-
box-shadow: 0 0 0 0 transparent inset;
|
33
|
+
-webkit-box-shadow: 0 0 0 0 transparent inset;
|
34
|
+
box-shadow: 0 0 0 0 transparent inset;
|
35
|
+
-webkit-transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
36
|
+
transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
34
37
|
transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
|
38
|
+
transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
35
39
|
}
|
36
40
|
.ui.search .prompt {
|
37
41
|
border-radius: 500rem;
|
@@ -63,7 +67,8 @@
|
|
63
67
|
margin-top: 0.5em;
|
64
68
|
width: 18em;
|
65
69
|
border-radius: 0.28571429rem;
|
66
|
-
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
70
|
+
-webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
71
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
67
72
|
border: 1px solid #D4D4D5;
|
68
73
|
z-index: 998;
|
69
74
|
}
|
@@ -204,7 +209,8 @@
|
|
204
209
|
animation: loader 0.6s infinite linear;
|
205
210
|
border: 0.2em solid #767676;
|
206
211
|
border-radius: 500rem;
|
207
|
-
box-shadow: 0 0 0 1px transparent;
|
212
|
+
-webkit-box-shadow: 0 0 0 1px transparent;
|
213
|
+
box-shadow: 0 0 0 1px transparent;
|
208
214
|
}
|
209
215
|
|
210
216
|
/*--------------
|
@@ -234,7 +240,8 @@
|
|
234
240
|
position: relative;
|
235
241
|
border-left-color: rgba(34, 36, 38, 0.1);
|
236
242
|
background: #F3F4F5;
|
237
|
-
box-shadow: none;
|
243
|
+
-webkit-box-shadow: none;
|
244
|
+
box-shadow: none;
|
238
245
|
}
|
239
246
|
.ui.search > .results .result.active .title {
|
240
247
|
color: rgba(0, 0, 0, 0.85);
|
@@ -278,6 +285,7 @@
|
|
278
285
|
color: '';
|
279
286
|
top: 0;
|
280
287
|
right: 0;
|
288
|
+
-webkit-transition: color 0.1s ease, opacity 0.1s ease;
|
281
289
|
transition: color 0.1s ease, opacity 0.1s ease;
|
282
290
|
}
|
283
291
|
.ui.search.selection > .icon.input > .active.remove.icon {
|
@@ -309,7 +317,9 @@
|
|
309
317
|
.ui.category.search > .results .category {
|
310
318
|
display: table-row;
|
311
319
|
background: #F3F4F5;
|
312
|
-
box-shadow: none;
|
320
|
+
-webkit-box-shadow: none;
|
321
|
+
box-shadow: none;
|
322
|
+
-webkit-transition: background 0.1s ease, border-color 0.1s ease;
|
313
323
|
transition: background 0.1s ease, border-color 0.1s ease;
|
314
324
|
}
|
315
325
|
|
@@ -350,6 +360,7 @@
|
|
350
360
|
}
|
351
361
|
.ui.category.search > .results .category .result {
|
352
362
|
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
|
363
|
+
-webkit-transition: background 0.1s ease, border-color 0.1s ease;
|
353
364
|
transition: background 0.1s ease, border-color 0.1s ease;
|
354
365
|
padding: 0.85714286em 1.14285714em;
|
355
366
|
}
|