fomantic-ui-sass 2.8.3 → 2.8.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +28 -0
- data/README.md +6 -0
- data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +95 -56
- 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 +121 -88
- 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 +10 -10
- 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/calendar.js +249 -60
- data/app/assets/javascripts/semantic-ui/checkbox.js +1 -1
- data/app/assets/javascripts/semantic-ui/dimmer.js +3 -3
- data/app/assets/javascripts/semantic-ui/dropdown.js +62 -23
- data/app/assets/javascripts/semantic-ui/form.js +78 -26
- data/app/assets/javascripts/semantic-ui/modal.js +9 -1
- data/app/assets/javascripts/semantic-ui/popup.js +6 -5
- data/app/assets/javascripts/semantic-ui/progress.js +20 -24
- data/app/assets/javascripts/semantic-ui/search.js +28 -0
- data/app/assets/javascripts/semantic-ui/slider.js +2 -2
- data/app/assets/javascripts/semantic-ui/tab.js +3 -2
- data/app/assets/javascripts/semantic-ui/toast.js +9 -7
- data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +79 -117
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +8 -6
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +36 -35
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +23 -17
- data/app/assets/stylesheets/semantic-ui/elements/_all.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +9 -3
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +8 -8
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +124 -15
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +33 -4
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +48 -48
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +38 -2
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +12 -12
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +7 -1
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +16 -9
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +15 -0
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +16 -9
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +17 -14
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +122 -32
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -6
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +2 -0
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +32 -3
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +90 -0
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +2 -1
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -0
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +34 -34
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +4 -4
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +6 -6
@@ -175,7 +175,7 @@
|
|
175
175
|
color: #e7bdbc;
|
176
176
|
}
|
177
177
|
.ui.input.error > input:-ms-input-placeholder {
|
178
|
-
color: #e7bdbc;
|
178
|
+
color: #e7bdbc !important;
|
179
179
|
}
|
180
180
|
|
181
181
|
/* Focused Placeholder */
|
@@ -186,7 +186,7 @@
|
|
186
186
|
color: #da9796;
|
187
187
|
}
|
188
188
|
.ui.input.error > input:focus:-ms-input-placeholder {
|
189
|
-
color: #da9796;
|
189
|
+
color: #da9796 !important;
|
190
190
|
}
|
191
191
|
.ui.input.info > input {
|
192
192
|
background-color: #F8FFFF;
|
@@ -204,7 +204,7 @@
|
|
204
204
|
color: #98cfe1;
|
205
205
|
}
|
206
206
|
.ui.input.info > input:-ms-input-placeholder {
|
207
|
-
color: #98cfe1;
|
207
|
+
color: #98cfe1 !important;
|
208
208
|
}
|
209
209
|
|
210
210
|
/* Focused Placeholder */
|
@@ -215,7 +215,7 @@
|
|
215
215
|
color: #70bdd6;
|
216
216
|
}
|
217
217
|
.ui.input.info > input:focus:-ms-input-placeholder {
|
218
|
-
color: #70bdd6;
|
218
|
+
color: #70bdd6 !important;
|
219
219
|
}
|
220
220
|
.ui.input.success > input {
|
221
221
|
background-color: #FCFFF5;
|
@@ -233,7 +233,7 @@
|
|
233
233
|
color: #8fcf90;
|
234
234
|
}
|
235
235
|
.ui.input.success > input:-ms-input-placeholder {
|
236
|
-
color: #8fcf90;
|
236
|
+
color: #8fcf90 !important;
|
237
237
|
}
|
238
238
|
|
239
239
|
/* Focused Placeholder */
|
@@ -244,7 +244,7 @@
|
|
244
244
|
color: #6cbf6d;
|
245
245
|
}
|
246
246
|
.ui.input.success > input:focus:-ms-input-placeholder {
|
247
|
-
color: #6cbf6d;
|
247
|
+
color: #6cbf6d !important;
|
248
248
|
}
|
249
249
|
.ui.input.warning > input {
|
250
250
|
background-color: #FFFAF3;
|
@@ -262,7 +262,7 @@
|
|
262
262
|
color: #edad3e;
|
263
263
|
}
|
264
264
|
.ui.input.warning > input:-ms-input-placeholder {
|
265
|
-
color: #edad3e;
|
265
|
+
color: #edad3e !important;
|
266
266
|
}
|
267
267
|
|
268
268
|
/* Focused Placeholder */
|
@@ -273,7 +273,7 @@
|
|
273
273
|
color: #e39715;
|
274
274
|
}
|
275
275
|
.ui.input.warning > input:focus:-ms-input-placeholder {
|
276
|
-
color: #e39715;
|
276
|
+
color: #e39715 !important;
|
277
277
|
}
|
278
278
|
|
279
279
|
|
@@ -458,7 +458,7 @@
|
|
458
458
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
|
459
459
|
padding-right: 3.25em !important;
|
460
460
|
}
|
461
|
-
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
|
461
|
+
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > i.icon {
|
462
462
|
margin-right: 1.25em;
|
463
463
|
}
|
464
464
|
|
@@ -471,13 +471,13 @@
|
|
471
471
|
.ui[class*="left corner labeled"].icon.input > input {
|
472
472
|
padding-left: 3.25em !important;
|
473
473
|
}
|
474
|
-
.ui[class*="left corner labeled"].icon.input > .icon {
|
474
|
+
.ui[class*="left corner labeled"].icon.input > i.icon {
|
475
475
|
margin-left: 1.25em;
|
476
476
|
}
|
477
|
-
.ui.icon.input > textarea ~ .icon {
|
477
|
+
.ui.icon.input > textarea ~ i.icon {
|
478
478
|
height: 3em;
|
479
479
|
}
|
480
|
-
:not(.field) > .ui.transparent.icon.input > textarea ~ .icon {
|
480
|
+
:not(.field) > .ui.transparent.icon.input > textarea ~ i.icon {
|
481
481
|
height: 1.3em;
|
482
482
|
}
|
483
483
|
|
@@ -492,95 +492,95 @@
|
|
492
492
|
}
|
493
493
|
|
494
494
|
/* Labeled and action input states */
|
495
|
-
.ui.form
|
496
|
-
.ui.form
|
495
|
+
.ui.form .field.error > .ui.action.input > .ui.button,
|
496
|
+
.ui.form .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
497
497
|
.ui.action.input.error > .ui.button,
|
498
498
|
.ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
|
499
499
|
border-top: 1px solid #E0B4B4;
|
500
500
|
border-bottom: 1px solid #E0B4B4;
|
501
501
|
}
|
502
|
-
.ui.form
|
503
|
-
.ui.form
|
504
|
-
.ui
|
502
|
+
.ui.form .field.error > .ui[class*="left action"].input > .ui.button,
|
503
|
+
.ui.form .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
504
|
+
.ui[class*="left action"].input.error > .ui.button,
|
505
505
|
.ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
|
506
506
|
border-left: 1px solid #E0B4B4;
|
507
507
|
}
|
508
|
-
.ui.form
|
509
|
-
.ui.form
|
510
|
-
.ui.action.input.error:not(
|
508
|
+
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
509
|
+
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
510
|
+
.ui.action.input.error:not([class*="left action"]) > input + .ui.button,
|
511
511
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
|
512
512
|
border-right: 1px solid #E0B4B4;
|
513
513
|
}
|
514
|
-
.ui.form
|
514
|
+
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
515
515
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
|
516
516
|
border-left: 1px solid #E0B4B4;
|
517
517
|
}
|
518
|
-
.ui.form
|
519
|
-
.ui.form
|
518
|
+
.ui.form .field.info > .ui.action.input > .ui.button,
|
519
|
+
.ui.form .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
520
520
|
.ui.action.input.info > .ui.button,
|
521
521
|
.ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
|
522
522
|
border-top: 1px solid #A9D5DE;
|
523
523
|
border-bottom: 1px solid #A9D5DE;
|
524
524
|
}
|
525
|
-
.ui.form
|
526
|
-
.ui.form
|
527
|
-
.ui
|
525
|
+
.ui.form .field.info > .ui[class*="left action"].input > .ui.button,
|
526
|
+
.ui.form .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
527
|
+
.ui[class*="left action"].input.info > .ui.button,
|
528
528
|
.ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
|
529
529
|
border-left: 1px solid #A9D5DE;
|
530
530
|
}
|
531
|
-
.ui.form
|
532
|
-
.ui.form
|
533
|
-
.ui.action.input.info:not(
|
531
|
+
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
532
|
+
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
533
|
+
.ui.action.input.info:not([class*="left action"]) > input + .ui.button,
|
534
534
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
|
535
535
|
border-right: 1px solid #A9D5DE;
|
536
536
|
}
|
537
|
-
.ui.form
|
537
|
+
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
538
538
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
|
539
539
|
border-left: 1px solid #A9D5DE;
|
540
540
|
}
|
541
|
-
.ui.form
|
542
|
-
.ui.form
|
541
|
+
.ui.form .field.success > .ui.action.input > .ui.button,
|
542
|
+
.ui.form .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
543
543
|
.ui.action.input.success > .ui.button,
|
544
544
|
.ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
|
545
545
|
border-top: 1px solid #A3C293;
|
546
546
|
border-bottom: 1px solid #A3C293;
|
547
547
|
}
|
548
|
-
.ui.form
|
549
|
-
.ui.form
|
550
|
-
.ui
|
548
|
+
.ui.form .field.success > .ui[class*="left action"].input > .ui.button,
|
549
|
+
.ui.form .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
550
|
+
.ui[class*="left action"].input.success > .ui.button,
|
551
551
|
.ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
|
552
552
|
border-left: 1px solid #A3C293;
|
553
553
|
}
|
554
|
-
.ui.form
|
555
|
-
.ui.form
|
556
|
-
.ui.action.input.success:not(
|
554
|
+
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
555
|
+
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
556
|
+
.ui.action.input.success:not([class*="left action"]) > input + .ui.button,
|
557
557
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
|
558
558
|
border-right: 1px solid #A3C293;
|
559
559
|
}
|
560
|
-
.ui.form
|
560
|
+
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
561
561
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
|
562
562
|
border-left: 1px solid #A3C293;
|
563
563
|
}
|
564
|
-
.ui.form
|
565
|
-
.ui.form
|
564
|
+
.ui.form .field.warning > .ui.action.input > .ui.button,
|
565
|
+
.ui.form .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
566
566
|
.ui.action.input.warning > .ui.button,
|
567
567
|
.ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
|
568
568
|
border-top: 1px solid #C9BA9B;
|
569
569
|
border-bottom: 1px solid #C9BA9B;
|
570
570
|
}
|
571
|
-
.ui.form
|
572
|
-
.ui.form
|
573
|
-
.ui
|
571
|
+
.ui.form .field.warning > .ui[class*="left action"].input > .ui.button,
|
572
|
+
.ui.form .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
573
|
+
.ui[class*="left action"].input.warning > .ui.button,
|
574
574
|
.ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
|
575
575
|
border-left: 1px solid #C9BA9B;
|
576
576
|
}
|
577
|
-
.ui.form
|
578
|
-
.ui.form
|
579
|
-
.ui.action.input.warning:not(
|
577
|
+
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
578
|
+
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
579
|
+
.ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
|
580
580
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
|
581
581
|
border-right: 1px solid #C9BA9B;
|
582
582
|
}
|
583
|
-
.ui.form
|
583
|
+
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
584
584
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
|
585
585
|
border-left: 1px solid #C9BA9B;
|
586
586
|
}
|
@@ -154,6 +154,21 @@ a.ui.label {
|
|
154
154
|
margin-top: 0;
|
155
155
|
margin-bottom: 2rem !important;
|
156
156
|
}
|
157
|
+
.ui.segment:not(.basic) > .ui.top.attached.label {
|
158
|
+
margin-top: -1px;
|
159
|
+
}
|
160
|
+
.ui.segment:not(.basic) > .ui.bottom.attached.label {
|
161
|
+
margin-bottom: -1px;
|
162
|
+
}
|
163
|
+
.ui.segment:not(.basic) > .ui.attached.label:not(.right) {
|
164
|
+
margin-left: -1px;
|
165
|
+
}
|
166
|
+
.ui.segment:not(.basic) > .ui.right.attached.label {
|
167
|
+
margin-right: -1px;
|
168
|
+
}
|
169
|
+
.ui.segment:not(.basic) > .ui.attached.label:not(.left):not(.right) {
|
170
|
+
width: calc(100% + 2px);
|
171
|
+
}
|
157
172
|
|
158
173
|
|
159
174
|
/*******************************
|
@@ -161,7 +176,7 @@ a.ui.label {
|
|
161
176
|
*******************************/
|
162
177
|
|
163
178
|
.ui.image.label {
|
164
|
-
width: auto
|
179
|
+
width: auto;
|
165
180
|
margin-top: 0;
|
166
181
|
margin-bottom: 0;
|
167
182
|
max-width: 9999px;
|
@@ -173,6 +188,9 @@ a.ui.label {
|
|
173
188
|
-webkit-box-shadow: none;
|
174
189
|
box-shadow: none;
|
175
190
|
}
|
191
|
+
.ui.image.label.attached:not(.basic) {
|
192
|
+
padding: 0.5833em 0.833em 0.5833em 0.5em;
|
193
|
+
}
|
176
194
|
.ui.image.label img {
|
177
195
|
display: inline-block;
|
178
196
|
vertical-align: top;
|
@@ -186,6 +204,14 @@ a.ui.label {
|
|
186
204
|
padding: 0.5833em 0.833em;
|
187
205
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
188
206
|
}
|
207
|
+
.ui.bottom.attached.image.label:not(.right) > img,
|
208
|
+
.ui.top.right.attached.image.label > img {
|
209
|
+
border-top-left-radius: 0;
|
210
|
+
}
|
211
|
+
.ui.top.attached.image.label:not(.right) > img,
|
212
|
+
.ui.bottom.right.attached.image.label > img {
|
213
|
+
border-bottom-left-radius: 0;
|
214
|
+
}
|
189
215
|
|
190
216
|
/*-------------------
|
191
217
|
Tag
|
@@ -444,7 +470,7 @@ a.ui.label {
|
|
444
470
|
}
|
445
471
|
.ui[class*="top left attached"].label {
|
446
472
|
width: auto;
|
447
|
-
margin-top: 0
|
473
|
+
margin-top: 0;
|
448
474
|
border-radius: 0.21428571rem 0 0.28571429rem 0;
|
449
475
|
}
|
450
476
|
.ui[class*="top right attached"].label {
|
@@ -567,6 +593,16 @@ a.ui.active.label:hover:before {
|
|
567
593
|
color: rgba(0, 0, 0, 0.87);
|
568
594
|
-webkit-box-shadow: none;
|
569
595
|
box-shadow: none;
|
596
|
+
padding-top: calc(0.5833em - 1px);
|
597
|
+
padding-bottom: calc(0.5833em - 1px);
|
598
|
+
padding-right: calc(0.833em - 1px);
|
599
|
+
}
|
600
|
+
.ui.basic.labels:not(.tag):not(.image):not(.ribbon) .label,
|
601
|
+
.ui.basic.label:not(.tag):not(.image):not(.ribbon) {
|
602
|
+
padding-left: calc(0.833em - 1px);
|
603
|
+
}
|
604
|
+
.ui.basic.image.label {
|
605
|
+
padding-left: calc(0.5em - 1px);
|
570
606
|
}
|
571
607
|
|
572
608
|
/* Link */
|
@@ -143,16 +143,16 @@ ol.ui.list ol li,
|
|
143
143
|
color: rgba(0, 0, 0, 0.87);
|
144
144
|
}
|
145
145
|
.ui.list .list > .item > .image + .content,
|
146
|
-
.ui.list .list > .item > .icon + .content,
|
146
|
+
.ui.list .list > .item > i.icon + .content,
|
147
147
|
.ui.list > .item > .image + .content,
|
148
|
-
.ui.list > .item > .icon + .content {
|
148
|
+
.ui.list > .item > i.icon + .content {
|
149
149
|
display: table-cell;
|
150
150
|
width: 100%;
|
151
151
|
padding: 0 0 0 0.5em;
|
152
152
|
vertical-align: top;
|
153
153
|
}
|
154
|
-
.ui.list .list > .item > .loading.icon + .content,
|
155
|
-
.ui.list > .item > .loading.icon + .content {
|
154
|
+
.ui.list .list > .item > i.loading.icon + .content,
|
155
|
+
.ui.list > .item > i.loading.icon + .content {
|
156
156
|
padding-left: calc(0.2857142857142857em + 0.5em);
|
157
157
|
}
|
158
158
|
.ui.list .list > .item > img.image + .content,
|
@@ -295,8 +295,8 @@ ol.ui.list ol li,
|
|
295
295
|
}
|
296
296
|
.ui.horizontal.list > .item > .image,
|
297
297
|
.ui.horizontal.list .list > .item > .image,
|
298
|
-
.ui.horizontal.list > .item > .icon,
|
299
|
-
.ui.horizontal.list .list > .item > .icon,
|
298
|
+
.ui.horizontal.list > .item > i.icon,
|
299
|
+
.ui.horizontal.list .list > .item > i.icon,
|
300
300
|
.ui.horizontal.list > .item > .content,
|
301
301
|
.ui.horizontal.list .list > .item > .content {
|
302
302
|
vertical-align: middle;
|
@@ -316,8 +316,8 @@ ol.ui.list ol li,
|
|
316
316
|
padding: 0 0.25em 0 0;
|
317
317
|
}
|
318
318
|
.ui.horizontal.list > .item > .image + .content,
|
319
|
-
.ui.horizontal.list > .item > .icon,
|
320
|
-
.ui.horizontal.list > .item > .icon + .content {
|
319
|
+
.ui.horizontal.list > .item > i.icon,
|
320
|
+
.ui.horizontal.list > .item > i.icon + .content {
|
321
321
|
float: none;
|
322
322
|
display: inline-block;
|
323
323
|
width: auto;
|
@@ -352,8 +352,8 @@ ol.ui.list ol li,
|
|
352
352
|
|
353
353
|
.ui.list .list > a.item:hover > .icons,
|
354
354
|
.ui.list > a.item:hover > .icons,
|
355
|
-
.ui.list .list > a.item:hover > .icon,
|
356
|
-
.ui.list > a.item:hover > .icon {
|
355
|
+
.ui.list .list > a.item:hover > i.icon,
|
356
|
+
.ui.list > a.item:hover > i.icon {
|
357
357
|
color: rgba(0, 0, 0, 0.87);
|
358
358
|
}
|
359
359
|
|
@@ -367,8 +367,8 @@ ol.ui.list ol li,
|
|
367
367
|
Inverted
|
368
368
|
--------------------*/
|
369
369
|
|
370
|
-
.ui.inverted.list .list > a.item > .icon,
|
371
|
-
.ui.inverted.list > a.item > .icon {
|
370
|
+
.ui.inverted.list .list > a.item > i.icon,
|
371
|
+
.ui.inverted.list > a.item > i.icon {
|
372
372
|
color: rgba(255, 255, 255, 0.7);
|
373
373
|
}
|
374
374
|
.ui.inverted.list .list > .item .header,
|
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
|
54
54
|
/* Header */
|
55
|
-
.ui.inverted.segment > .ui.header
|
55
|
+
.ui.inverted.segment > .ui.header .sub.header,
|
56
56
|
.ui.inverted.segment > .ui.header {
|
57
57
|
color: #FFFFFF;
|
58
58
|
}
|
@@ -472,6 +472,12 @@
|
|
472
472
|
.ui.horizontal.segments:not(.stackable) > .segment:first-child {
|
473
473
|
border-left: none;
|
474
474
|
}
|
475
|
+
.ui.horizontal.segments > .segment:first-child {
|
476
|
+
border-radius: 0.28571429rem 0 0 0.28571429rem;
|
477
|
+
}
|
478
|
+
.ui.horizontal.segments > .segment:last-child {
|
479
|
+
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
480
|
+
}
|
475
481
|
|
476
482
|
|
477
483
|
/*******************************
|
@@ -158,13 +158,13 @@
|
|
158
158
|
}
|
159
159
|
|
160
160
|
/* Icon */
|
161
|
-
.ui.steps .step > .icon {
|
161
|
+
.ui.steps .step > i.icon {
|
162
162
|
line-height: 1;
|
163
163
|
font-size: 2.5em;
|
164
164
|
margin: 0 1rem 0 0;
|
165
165
|
}
|
166
|
-
.ui.steps .step > .icon,
|
167
|
-
.ui.steps .step > .icon ~ .content {
|
166
|
+
.ui.steps .step > i.icon,
|
167
|
+
.ui.steps .step > i.icon ~ .content {
|
168
168
|
display: block;
|
169
169
|
-webkit-box-flex: 0;
|
170
170
|
-ms-flex: 0 1 auto;
|
@@ -174,7 +174,7 @@
|
|
174
174
|
}
|
175
175
|
|
176
176
|
/* Horizontal Icon */
|
177
|
-
.ui.steps:not(.vertical) .step > .icon {
|
177
|
+
.ui.steps:not(.vertical) .step > i.icon {
|
178
178
|
width: auto;
|
179
179
|
}
|
180
180
|
|
@@ -258,6 +258,13 @@
|
|
258
258
|
border-width: 0 1px 1px 0;
|
259
259
|
display: none;
|
260
260
|
}
|
261
|
+
.ui.right.vertical.steps .step:after {
|
262
|
+
border-width: 1px 0 0 1px;
|
263
|
+
left: 0;
|
264
|
+
right: 100%;
|
265
|
+
-webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
|
266
|
+
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
|
267
|
+
}
|
261
268
|
.ui.vertical.steps .active.step:after {
|
262
269
|
display: block;
|
263
270
|
}
|
@@ -323,7 +330,7 @@
|
|
323
330
|
}
|
324
331
|
|
325
332
|
/* Icon */
|
326
|
-
.ui.steps:not(.unstackable) .step > .icon,
|
333
|
+
.ui.steps:not(.unstackable) .step > i.icon,
|
327
334
|
.ui.ordered.steps:not(.unstackable) .step:before {
|
328
335
|
margin: 0 0 1rem 0;
|
329
336
|
}
|
@@ -365,7 +372,7 @@
|
|
365
372
|
color: #4183C4;
|
366
373
|
}
|
367
374
|
.ui.ordered.steps .step.active:before,
|
368
|
-
.ui.steps .active.step .icon {
|
375
|
+
.ui.steps .active.step i.icon {
|
369
376
|
color: rgba(0, 0, 0, 0.85);
|
370
377
|
}
|
371
378
|
|
@@ -394,7 +401,7 @@
|
|
394
401
|
}
|
395
402
|
|
396
403
|
/* Completed */
|
397
|
-
.ui.steps .step.completed > .icon:before,
|
404
|
+
.ui.steps .step.completed > i.icon:before,
|
398
405
|
.ui.ordered.steps .step.completed:before {
|
399
406
|
color: #21BA45;
|
400
407
|
}
|
@@ -473,7 +480,7 @@
|
|
473
480
|
}
|
474
481
|
|
475
482
|
/* Icon */
|
476
|
-
.ui[class*="tablet stackable"].steps .step > .icon,
|
483
|
+
.ui[class*="tablet stackable"].steps .step > i.icon,
|
477
484
|
.ui[class*="tablet stackable"].ordered.steps .step:before {
|
478
485
|
margin: 0 0 1rem 0;
|
479
486
|
}
|
@@ -636,7 +643,7 @@
|
|
636
643
|
background: #333333;
|
637
644
|
}
|
638
645
|
.ui.inverted.ordered.steps .step.active:before,
|
639
|
-
.ui.inverted.steps .active.step .icon {
|
646
|
+
.ui.inverted.steps .active.step i.icon {
|
640
647
|
color: #ffffff;
|
641
648
|
}
|
642
649
|
|