semantic-ui-sass 0.8.6.0 → 0.9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +5 -2
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +27 -13
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +48 -12
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +7 -2
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +23 -0
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +3 -2
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/views/_list.scss +143 -31
- data/lib/semantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35b3961f69dee7e7f7aa8635590d477209d8a2a7
|
4
|
+
data.tar.gz: be240fff8f70d9d6dcf9269b73aa5e5ea5f76b83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b12c2710daed2dd83dcaaec689697a8e355ea03a3cbb9a63da710544cad37448ef14aa69999385f6758316a72bfc6dfee7590b57b7858d25e8a2690a0f1feee
|
7
|
+
data.tar.gz: fc103b3f4a3945dcf9b9f0926da0a899c32385f226d00a417653c0f18e82506106e01c6ffef46095e0f1a99ef1303eb68fae507c4680f7471771a3ef9d05ff7b
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -269,19 +269,19 @@
|
|
269
269
|
/* browsers require these rules separate */
|
270
270
|
|
271
271
|
.ui.form ::-webkit-input-placeholder {
|
272
|
-
color: #
|
272
|
+
color: #AAAAAA;
|
273
273
|
}
|
274
274
|
|
275
275
|
.ui.form ::-moz-placeholder {
|
276
|
-
color: #
|
276
|
+
color: #AAAAAA;
|
277
277
|
}
|
278
278
|
|
279
279
|
.ui.form :focus::-webkit-input-placeholder {
|
280
|
-
color: #
|
280
|
+
color: #999999;
|
281
281
|
}
|
282
282
|
|
283
283
|
.ui.form :focus::-moz-placeholder {
|
284
|
-
color: #
|
284
|
+
color: #999999;
|
285
285
|
}
|
286
286
|
|
287
287
|
/* Error Placeholder */
|
@@ -26,8 +26,8 @@
|
|
26
26
|
}
|
27
27
|
|
28
28
|
body > .ui.grid {
|
29
|
-
margin-left: 0
|
30
|
-
margin-right: 0
|
29
|
+
margin-left: 0% !important;
|
30
|
+
margin-right: 0% !important;
|
31
31
|
}
|
32
32
|
|
33
33
|
.ui.grid:after,
|
@@ -562,6 +562,7 @@ body > .ui.grid {
|
|
562
562
|
@media only screen and (min-width : 768px) {
|
563
563
|
.ui.mobile.only.grid,
|
564
564
|
.ui.grid > .mobile.only.row,
|
565
|
+
.ui.grid > .mobile.only.column,
|
565
566
|
.ui.grid > .row > .mobile.only.column {
|
566
567
|
display: none;
|
567
568
|
}
|
@@ -603,6 +604,7 @@ body > .ui.grid {
|
|
603
604
|
@media only screen and (max-width : 768px), (min-width: 998px) {
|
604
605
|
.ui.tablet.only.grid,
|
605
606
|
.ui.grid > .tablet.only.row,
|
607
|
+
.ui.grid > .tablet.only.column,
|
606
608
|
.ui.grid > .row > .tablet.only.column {
|
607
609
|
display: none;
|
608
610
|
}
|
@@ -644,6 +646,7 @@ body > .ui.grid {
|
|
644
646
|
@media only screen and (max-width : 998px) {
|
645
647
|
.ui.computer.only.grid,
|
646
648
|
.ui.grid > .computer.only.row,
|
649
|
+
.ui.grid > .computer.only.column,
|
647
650
|
.ui.grid > .row > .computer.only.column {
|
648
651
|
display: none;
|
649
652
|
}
|
@@ -256,11 +256,16 @@
|
|
256
256
|
|
257
257
|
.ui.menu .dropdown.item .menu {
|
258
258
|
left: 1px;
|
259
|
-
margin:
|
259
|
+
margin: 0px;
|
260
260
|
min-width: -webkit-calc(100% - 1px);
|
261
261
|
min-width: calc(100% - 1px);
|
262
|
-
-webkit-box-shadow: 0 1px 1px 1px
|
263
|
-
box-shadow: 0 1px 1px 1px
|
262
|
+
-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
|
263
|
+
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
|
264
|
+
}
|
265
|
+
|
266
|
+
.ui.secondary.menu .dropdown.item .menu {
|
267
|
+
left: 0px;
|
268
|
+
min-width: 100%;
|
264
269
|
}
|
265
270
|
|
266
271
|
.ui.menu .pointing.dropdown.item .menu {
|
@@ -804,8 +809,8 @@
|
|
804
809
|
color: rgba(255, 255, 255, 0.9);
|
805
810
|
}
|
806
811
|
|
807
|
-
.ui.secondary.inverted.menu
|
808
|
-
background-color: rgba(255, 255, 255, 0.
|
812
|
+
.ui.secondary.inverted.menu .active.item {
|
813
|
+
background-color: rgba(255, 255, 255, 0.1);
|
809
814
|
}
|
810
815
|
|
811
816
|
/* disable variations */
|
@@ -840,8 +845,11 @@
|
|
840
845
|
/* Item Types */
|
841
846
|
|
842
847
|
.ui.secondary.pointing.menu .header.item {
|
843
|
-
|
844
|
-
|
848
|
+
margin-bottom: -3px;
|
849
|
+
background-color: transparent !important;
|
850
|
+
border-right-width: 0px !important;
|
851
|
+
font-weight: bold !important;
|
852
|
+
color: rgba(0, 0, 0, 0.8) !important;
|
845
853
|
}
|
846
854
|
|
847
855
|
.ui.secondary.pointing.menu .text.item {
|
@@ -950,23 +958,29 @@
|
|
950
958
|
color: rgba(255, 255, 255, 0.7);
|
951
959
|
}
|
952
960
|
|
961
|
+
.ui.secondary.inverted.pointing.menu > .header.item {
|
962
|
+
color: #FFFFFF !important;
|
963
|
+
}
|
964
|
+
|
953
965
|
/* Hover */
|
954
966
|
|
955
|
-
.ui.secondary.inverted.pointing.menu > .item
|
967
|
+
.ui.secondary.inverted.pointing.menu > .menu > .item:hover,
|
956
968
|
.ui.secondary.inverted.pointing.menu > .item:hover {
|
957
969
|
color: rgba(255, 255, 255, 0.85);
|
958
970
|
}
|
959
971
|
|
960
972
|
/* Down */
|
961
973
|
|
974
|
+
.ui.secondary.inverted.pointing.menu > .menu > .item:active,
|
962
975
|
.ui.secondary.inverted.pointing.menu > .item:active {
|
963
|
-
border-color: rgba(255, 255, 255, 0.4)
|
976
|
+
border-color: rgba(255, 255, 255, 0.4);
|
964
977
|
}
|
965
978
|
|
966
979
|
/* Active */
|
967
980
|
|
981
|
+
.ui.secondary.inverted.pointing.menu > .menu > .item.active,
|
968
982
|
.ui.secondary.inverted.pointing.menu > .item.active {
|
969
|
-
border-color: rgba(255, 255, 255, 0.8)
|
983
|
+
border-color: rgba(255, 255, 255, 0.8);
|
970
984
|
color: rgba(255, 255, 255, 1);
|
971
985
|
}
|
972
986
|
|
@@ -1312,13 +1326,13 @@
|
|
1312
1326
|
/*--- Pointers ---*/
|
1313
1327
|
|
1314
1328
|
.ui.inverted.pointing.menu .active.item:after {
|
1315
|
-
background-color: #
|
1329
|
+
background-color: #5B5B5B;
|
1316
1330
|
-webkit-box-shadow: none;
|
1317
1331
|
box-shadow: none;
|
1318
1332
|
}
|
1319
1333
|
|
1320
1334
|
.ui.inverted.pointing.menu .active.item:hover:after {
|
1321
|
-
background-color: #
|
1335
|
+
background-color: #4A4A4A;
|
1322
1336
|
}
|
1323
1337
|
|
1324
1338
|
/*--------------
|
@@ -1597,7 +1611,7 @@
|
|
1597
1611
|
|
1598
1612
|
.ui.pointing.menu .active.item:after {
|
1599
1613
|
position: absolute;
|
1600
|
-
bottom: -0.
|
1614
|
+
bottom: -0.3em;
|
1601
1615
|
left: 50%;
|
1602
1616
|
content: "";
|
1603
1617
|
margin-left: -0.3em;
|
@@ -25,7 +25,7 @@
|
|
25
25
|
background-color: #FAFAFA;
|
26
26
|
color: #808080;
|
27
27
|
margin: 0em;
|
28
|
-
padding: 0.8em 1.5em
|
28
|
+
padding: 0.8em 1.5em;
|
29
29
|
font-size: 1rem;
|
30
30
|
text-transform: uppercase;
|
31
31
|
line-height: 1;
|
@@ -37,10 +37,8 @@
|
|
37
37
|
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
|
38
38
|
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
|
39
39
|
border-radius: 0.25em;
|
40
|
-
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset
|
41
|
-
|
42
|
-
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset,
|
43
|
-
0px -0.133em 0px 0px rgba(0, 0, 0, 0.1) inset;
|
40
|
+
-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset;
|
41
|
+
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08) inset;
|
44
42
|
-webkit-user-select: none;
|
45
43
|
-moz-user-select: none;
|
46
44
|
-ms-user-select: none;
|
@@ -504,29 +502,29 @@
|
|
504
502
|
|
505
503
|
.ui.mini.buttons .button,
|
506
504
|
.ui.mini.button {
|
507
|
-
padding: 0.6em 0.8em
|
505
|
+
padding: 0.6em 0.8em;
|
508
506
|
}
|
509
507
|
|
510
508
|
.ui.mini.icon.buttons .button,
|
511
509
|
.ui.mini.buttons .icon.button {
|
512
|
-
padding: 0.6em 0.6em
|
510
|
+
padding: 0.6em 0.6em;
|
513
511
|
}
|
514
512
|
|
515
513
|
.ui.tiny.buttons .button,
|
516
514
|
.ui.tiny.buttons .or,
|
517
515
|
.ui.tiny.button {
|
518
|
-
font-size: 0.
|
516
|
+
font-size: 0.875em;
|
519
517
|
}
|
520
518
|
|
521
519
|
.ui.tiny.buttons .button,
|
522
520
|
.ui.tiny.buttons .button,
|
523
521
|
.ui.tiny.button {
|
524
|
-
padding: 0.6em 0.8em
|
522
|
+
padding: 0.6em 0.8em;
|
525
523
|
}
|
526
524
|
|
527
525
|
.ui.tiny.icon.buttons .button,
|
528
526
|
.ui.tiny.buttons .icon.button {
|
529
|
-
padding: 0.6em 0.6em
|
527
|
+
padding: 0.6em 0.6em;
|
530
528
|
}
|
531
529
|
|
532
530
|
.ui.small.buttons .button,
|
@@ -611,7 +609,7 @@
|
|
611
609
|
|
612
610
|
.ui.icon.buttons .button,
|
613
611
|
.ui.icon.button {
|
614
|
-
padding: 0.8em
|
612
|
+
padding: 0.8em;
|
615
613
|
}
|
616
614
|
|
617
615
|
.ui.icon.buttons .button > .icon,
|
@@ -671,6 +669,44 @@
|
|
671
669
|
background-color: rgba(0, 0, 0, 0.1);
|
672
670
|
}
|
673
671
|
|
672
|
+
/* Inverted */
|
673
|
+
|
674
|
+
.ui.basic.inverted.buttons .button,
|
675
|
+
.ui.basic.inverted.button {
|
676
|
+
color: #FAFAFA !important;
|
677
|
+
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset;
|
678
|
+
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset;
|
679
|
+
}
|
680
|
+
|
681
|
+
.ui.basic.inverted.buttons .button:hover,
|
682
|
+
.ui.basic.inverted.button:hover {
|
683
|
+
background-image: none;
|
684
|
+
color: #FFFFFF !important;
|
685
|
+
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset;
|
686
|
+
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5) inset;
|
687
|
+
}
|
688
|
+
|
689
|
+
.ui.basic.inverted.buttons .button:active,
|
690
|
+
.ui.basic.inverted.button:active {
|
691
|
+
background-color: rgba(255, 255, 255, 0.05) !important;
|
692
|
+
color: #FFFFFF !important;
|
693
|
+
-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.8) inset !important;
|
694
|
+
box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.8) inset !important;
|
695
|
+
}
|
696
|
+
|
697
|
+
.ui.basic.inverted.buttons .button.active,
|
698
|
+
.ui.basic.inverted.button.active {
|
699
|
+
background-color: rgba(255, 255, 255, 0.5);
|
700
|
+
color: #FFFFFF;
|
701
|
+
-webkit-box-shadow: none;
|
702
|
+
box-shadow: none;
|
703
|
+
}
|
704
|
+
|
705
|
+
.ui.basic.inverted.buttons .button.active:hover,
|
706
|
+
.ui.basic.inverted.button.active:hover {
|
707
|
+
background-color: rgba(0, 0, 0, 0.1);
|
708
|
+
}
|
709
|
+
|
674
710
|
/* Basic Group */
|
675
711
|
|
676
712
|
.ui.basic.buttons .button {
|
@@ -713,7 +749,7 @@
|
|
713
749
|
box-sizing: border-box;
|
714
750
|
width: 2.75em;
|
715
751
|
height: 100%;
|
716
|
-
padding-top: 0.
|
752
|
+
padding-top: 0.8em;
|
717
753
|
background-color: rgba(0, 0, 0, 0.05);
|
718
754
|
text-align: center;
|
719
755
|
border-radius: 0.25em 0px 0px 0.25em;
|
@@ -54,11 +54,11 @@
|
|
54
54
|
/* browsers require these rules separate */
|
55
55
|
|
56
56
|
.ui.input::-web inputkit-input-placeholder {
|
57
|
-
color: #
|
57
|
+
color: #BBBBBB;
|
58
58
|
}
|
59
59
|
|
60
60
|
.ui.input::-moz input-placeholder {
|
61
|
-
color: #
|
61
|
+
color: #BBBBBB;
|
62
62
|
}
|
63
63
|
|
64
64
|
/*******************************
|
@@ -217,9 +217,14 @@
|
|
217
217
|
.ui.labeled.input .corner.label {
|
218
218
|
top: 1px;
|
219
219
|
right: 1px;
|
220
|
+
font-size: 0.55em;
|
220
221
|
border-top-right-radius: 0.3125em;
|
221
222
|
}
|
222
223
|
|
224
|
+
.ui.labeled.input .corner.label > .icon {
|
225
|
+
margin: 0.4em 0em 0em 2em;
|
226
|
+
}
|
227
|
+
|
223
228
|
.ui.labeled.input input {
|
224
229
|
padding-right: 2.5em !important;
|
225
230
|
}
|
@@ -79,6 +79,21 @@
|
|
79
79
|
top: 1px;
|
80
80
|
}
|
81
81
|
|
82
|
+
.ui.page.grid.segment
|
83
|
+
.ui.grid .ui.segment.column {
|
84
|
+
padding-top: 2rem;
|
85
|
+
padding-bottom: 2rem;
|
86
|
+
}
|
87
|
+
|
88
|
+
.ui.grid.segment,
|
89
|
+
.ui.grid .ui.segment.row,
|
90
|
+
.ui.grid .ui.segment.column {
|
91
|
+
border-radius: 0em;
|
92
|
+
-webkit-box-shadow: none;
|
93
|
+
box-shadow: none;
|
94
|
+
border: none;
|
95
|
+
}
|
96
|
+
|
82
97
|
/* No padding on edge content */
|
83
98
|
|
84
99
|
.ui.segment > :first-child {
|
@@ -396,10 +411,18 @@
|
|
396
411
|
border-radius: 5px 5px 0px 0px;
|
397
412
|
}
|
398
413
|
|
414
|
+
.ui.segment.top.attached:first-child {
|
415
|
+
margin-top: 0em;
|
416
|
+
}
|
417
|
+
|
399
418
|
.ui.segment.bottom.attached {
|
400
419
|
top: -1px;
|
401
420
|
bottom: 0px;
|
402
421
|
margin-top: 0em;
|
403
422
|
margin-bottom: 1em;
|
404
423
|
border-radius: 0px 0px 5px 5px;
|
424
|
+
}
|
425
|
+
|
426
|
+
.ui.segment.bottom.attached:last-child {
|
427
|
+
margin-bottom: 0em;
|
405
428
|
}
|
@@ -14,6 +14,7 @@
|
|
14
14
|
*******************************/
|
15
15
|
|
16
16
|
.ui.dropdown {
|
17
|
+
cursor: pointer;
|
17
18
|
position: relative;
|
18
19
|
display: inline-block;
|
19
20
|
line-height: 1;
|
@@ -35,6 +36,7 @@
|
|
35
36
|
---------------*/
|
36
37
|
|
37
38
|
.ui.dropdown .menu {
|
39
|
+
cursor: auto;
|
38
40
|
position: absolute;
|
39
41
|
display: none;
|
40
42
|
top: 100%;
|
@@ -80,7 +82,6 @@
|
|
80
82
|
---------------*/
|
81
83
|
|
82
84
|
.ui.dropdown > .text {
|
83
|
-
cursor: pointer;
|
84
85
|
display: inline-block;
|
85
86
|
-webkit-transition: color 0.2s ease;
|
86
87
|
transition: color 0.2s ease;
|
@@ -393,7 +394,7 @@
|
|
393
394
|
.ui.floating.dropdown .menu {
|
394
395
|
left: 0;
|
395
396
|
right: auto;
|
396
|
-
margin-top: 0.5em;
|
397
|
+
margin-top: 0.5em !important;
|
397
398
|
border-radius: 0.325em;
|
398
399
|
}
|
399
400
|
|
@@ -77,19 +77,19 @@
|
|
77
77
|
box-sizing: border-box;
|
78
78
|
}
|
79
79
|
|
80
|
-
.ui.modal > .content > .left {
|
80
|
+
.ui.modal > .content > .left:not(.ui) {
|
81
81
|
display: table-cell;
|
82
82
|
padding-right: 1.5%;
|
83
83
|
min-width: 25%;
|
84
84
|
}
|
85
85
|
|
86
|
-
.ui.modal > .content > .right {
|
86
|
+
.ui.modal > .content > .right:not(.ui) {
|
87
87
|
display: table-cell;
|
88
88
|
padding-left: 1.5%;
|
89
89
|
vertical-align: top;
|
90
90
|
}
|
91
91
|
|
92
|
-
.ui.modal > .content > .left > .icon {
|
92
|
+
.ui.modal > .content > .left:not(.ui) > i.icon {
|
93
93
|
font-size: 8em;
|
94
94
|
margin: 0em;
|
95
95
|
}
|
@@ -118,12 +118,12 @@
|
|
118
118
|
/* Mobile Only */
|
119
119
|
|
120
120
|
@media only screen and (max-width : 768px) {
|
121
|
-
.ui.modal .content .left {
|
121
|
+
.ui.modal .content > .left:not(.ui) {
|
122
122
|
display: block;
|
123
123
|
padding: 0em 0em 1em;
|
124
124
|
}
|
125
125
|
|
126
|
-
.ui.modal .content .right {
|
126
|
+
.ui.modal .content > .right:not(.ui) {
|
127
127
|
display: block;
|
128
128
|
padding: 1em 0em 0em;
|
129
129
|
-webkit-box-shadow: none;
|
@@ -139,8 +139,8 @@
|
|
139
139
|
padding-bottom: 0em;
|
140
140
|
}
|
141
141
|
|
142
|
-
.ui.modal .actions .buttons,
|
143
|
-
.ui.modal .actions .button {
|
142
|
+
.ui.modal .actions > .buttons,
|
143
|
+
.ui.modal .actions > .button {
|
144
144
|
margin-bottom: 1em;
|
145
145
|
}
|
146
146
|
}
|
@@ -65,13 +65,19 @@ ol.ui.list li,
|
|
65
65
|
visibility: hidden;
|
66
66
|
}
|
67
67
|
|
68
|
+
/* Sub-List */
|
69
|
+
|
70
|
+
.ui.list .list {
|
71
|
+
clear: both;
|
72
|
+
}
|
73
|
+
|
68
74
|
/* Icon */
|
69
75
|
|
70
76
|
.ui.list .item > .icon {
|
71
|
-
display:
|
72
|
-
|
73
|
-
|
74
|
-
|
77
|
+
display: block;
|
78
|
+
float: left;
|
79
|
+
margin: 0em 1em 0em 0em;
|
80
|
+
padding: 0.1em 0em 0em 0em;
|
75
81
|
}
|
76
82
|
|
77
83
|
.ui.list .item > .icon:only-child {
|
@@ -79,17 +85,23 @@ ol.ui.list li,
|
|
79
85
|
}
|
80
86
|
|
81
87
|
.ui.horizontal.list .item > .icon {
|
88
|
+
margin: 0em;
|
82
89
|
padding: 0em 0.25em 0em 0em;
|
83
90
|
}
|
84
91
|
|
92
|
+
.ui.horizontal.list .item > .icon,
|
93
|
+
.ui.horizontal.list .item > .icon + .content {
|
94
|
+
float: none;
|
95
|
+
display: inline-block;
|
96
|
+
}
|
97
|
+
|
85
98
|
/* Image */
|
86
99
|
|
87
100
|
.ui.list .item > img {
|
88
|
-
display:
|
89
|
-
|
90
|
-
margin-right:
|
101
|
+
display: block;
|
102
|
+
float: left;
|
103
|
+
margin-right: 1em;
|
91
104
|
vertical-align: middle;
|
92
|
-
border-radius: 0.2em;
|
93
105
|
}
|
94
106
|
|
95
107
|
/* Content */
|
@@ -101,9 +113,8 @@ ol.ui.list li,
|
|
101
113
|
}
|
102
114
|
|
103
115
|
.ui.list .item > .icon + .content {
|
104
|
-
|
116
|
+
float: left;
|
105
117
|
vertical-align: top;
|
106
|
-
padding-left: 0.5em;
|
107
118
|
}
|
108
119
|
|
109
120
|
/* Link */
|
@@ -153,16 +164,21 @@ ol.ui.list li,
|
|
153
164
|
font-size: 0em;
|
154
165
|
}
|
155
166
|
|
156
|
-
.ui.horizontal.list .item {
|
167
|
+
.ui.horizontal.list > .item {
|
157
168
|
display: inline-block;
|
158
169
|
margin-left: 1em;
|
159
170
|
font-size: 1rem;
|
160
171
|
}
|
161
172
|
|
162
|
-
.ui.horizontal.list .item:first-child {
|
173
|
+
.ui.horizontal.list > .item:first-child {
|
163
174
|
margin-left: 0em;
|
164
175
|
}
|
165
176
|
|
177
|
+
.ui.horizontal.list .list {
|
178
|
+
padding-left: 0em;
|
179
|
+
padding-bottom: 0em;
|
180
|
+
}
|
181
|
+
|
166
182
|
/*******************************
|
167
183
|
States
|
168
184
|
*******************************/
|
@@ -179,17 +195,33 @@ ol.ui.list li,
|
|
179
195
|
Variations
|
180
196
|
*******************************/
|
181
197
|
|
198
|
+
/*-------------------
|
199
|
+
Inverted
|
200
|
+
--------------------*/
|
201
|
+
|
202
|
+
.ui.inverted.list a .icon {
|
203
|
+
color: rgba(255, 255, 255, 0.6);
|
204
|
+
}
|
205
|
+
|
206
|
+
.ui.inverted.list .description {
|
207
|
+
color: rgba(255, 255, 255, 0.8);
|
208
|
+
}
|
209
|
+
|
210
|
+
.ui.inverted.link.list .item {
|
211
|
+
color: rgba(255, 255, 255, 0.4);
|
212
|
+
}
|
213
|
+
|
182
214
|
/*-------------------
|
183
215
|
Link
|
184
216
|
--------------------*/
|
185
217
|
|
186
218
|
.ui.link.list .item {
|
187
|
-
color: rgba(0, 0, 0, 0.
|
219
|
+
color: rgba(0, 0, 0, 0.3);
|
188
220
|
}
|
189
221
|
|
190
222
|
.ui.link.list a.item,
|
191
223
|
.ui.link.list .item a {
|
192
|
-
color: rgba(0, 0, 0, 0.
|
224
|
+
color: rgba(0, 0, 0, 0.5);
|
193
225
|
}
|
194
226
|
|
195
227
|
.ui.link.list a.item:hover,
|
@@ -199,7 +231,7 @@ ol.ui.list li,
|
|
199
231
|
|
200
232
|
.ui.link.list a.item:active,
|
201
233
|
.ui.link.list .item a:active {
|
202
|
-
color: rgba(0, 0, 0, 0.
|
234
|
+
color: rgba(0, 0, 0, 0.8);
|
203
235
|
}
|
204
236
|
|
205
237
|
.ui.link.list a.active.item,
|
@@ -207,6 +239,28 @@ ol.ui.list li,
|
|
207
239
|
color: rgba(0, 0, 0, 0.8);
|
208
240
|
}
|
209
241
|
|
242
|
+
/* Inverted */
|
243
|
+
|
244
|
+
.ui.inverted.link.list a.item,
|
245
|
+
.ui.inverted.link.list .item a {
|
246
|
+
color: rgba(255, 255, 255, 0.6);
|
247
|
+
}
|
248
|
+
|
249
|
+
.ui.inverted.link.list a.item:hover,
|
250
|
+
.ui.inverted.link.list .item a:hover {
|
251
|
+
color: rgba(255, 255, 255, 0.8);
|
252
|
+
}
|
253
|
+
|
254
|
+
.ui.inverted.link.list a.item:active,
|
255
|
+
.ui.inverted.link.list .item a:active {
|
256
|
+
color: rgba(255, 255, 255, 0.9);
|
257
|
+
}
|
258
|
+
|
259
|
+
.ui.inverted.link.list a.active.item,
|
260
|
+
.ui.inverted.link.list .active.item a {
|
261
|
+
color: rgba(255, 255, 255, 0.8);
|
262
|
+
}
|
263
|
+
|
210
264
|
/*-------------------
|
211
265
|
Selection
|
212
266
|
--------------------*/
|
@@ -228,16 +282,6 @@ ol.ui.list li,
|
|
228
282
|
color: rgba(0, 0, 0, 0.7);
|
229
283
|
}
|
230
284
|
|
231
|
-
.ui.selection.list:not(.horizontal,
|
232
|
-
.ordered) .item:hover {
|
233
|
-
padding-left: 1em;
|
234
|
-
}
|
235
|
-
|
236
|
-
.ui.selection.list:not(.horizontal,
|
237
|
-
.ordered) .item:hover .item:hover {
|
238
|
-
padding-left: 0.5em;
|
239
|
-
}
|
240
|
-
|
241
285
|
.ui.selection.list .item:active {
|
242
286
|
background-color: rgba(0, 0, 0, 0.05);
|
243
287
|
color: rgba(0, 0, 0, 0.7);
|
@@ -248,6 +292,44 @@ ol.ui.list li,
|
|
248
292
|
color: rgba(0, 0, 0, 0.7);
|
249
293
|
}
|
250
294
|
|
295
|
+
.ui.animated.list .item {
|
296
|
+
-webkit-transition: 0.2s color ease,
|
297
|
+
0.2s padding-left ease,
|
298
|
+
0.2s background-color ease;
|
299
|
+
transition: 0.2s color ease,
|
300
|
+
0.2s padding-left ease,
|
301
|
+
0.2s background-color ease;
|
302
|
+
}
|
303
|
+
|
304
|
+
.ui.animated.list:not(.horizontal) .item:hover {
|
305
|
+
padding-left: 1em;
|
306
|
+
}
|
307
|
+
|
308
|
+
.ui.animated.list:not(.horizontal) .item:hover .item:hover {
|
309
|
+
padding-left: 0.5em;
|
310
|
+
}
|
311
|
+
|
312
|
+
/* Inverted */
|
313
|
+
|
314
|
+
.ui.inverted.selection.list .item {
|
315
|
+
color: rgba(255, 255, 255, 0.6);
|
316
|
+
}
|
317
|
+
|
318
|
+
.ui.inverted.selection.list .item:hover {
|
319
|
+
background-color: rgba(255, 255, 255, 0.04);
|
320
|
+
color: rgba(255, 255, 255, 0.8);
|
321
|
+
}
|
322
|
+
|
323
|
+
.ui.inverted.selection.list .item:active {
|
324
|
+
background-color: rgba(255, 255, 255, 0.1);
|
325
|
+
color: rgba(255, 255, 255, 0.7);
|
326
|
+
}
|
327
|
+
|
328
|
+
.ui.inverted.selection.list .item.active {
|
329
|
+
background-color: rgba(255, 255, 255, 0.08);
|
330
|
+
color: #FFFFFF;
|
331
|
+
}
|
332
|
+
|
251
333
|
/*-------------------
|
252
334
|
Bulleted
|
253
335
|
--------------------*/
|
@@ -360,7 +442,7 @@ ol.ui.horizontal.list li:before,
|
|
360
442
|
--------------------*/
|
361
443
|
|
362
444
|
.ui.divided.list > .item,
|
363
|
-
.ui.divided.list > .list {
|
445
|
+
.ui.divided.list:not(.horizontal) > .list {
|
364
446
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
365
447
|
padding-left: 0.5em;
|
366
448
|
padding-right: 0.5em;
|
@@ -376,17 +458,17 @@ ol.ui.horizontal.list li:before,
|
|
376
458
|
|
377
459
|
/* Sub Menu */
|
378
460
|
|
379
|
-
.ui.divided.list .list {
|
461
|
+
.ui.divided.list:not(.horizontal) .list {
|
380
462
|
margin-left: -0.5em;
|
381
463
|
margin-right: -0.5em;
|
382
464
|
}
|
383
465
|
|
384
|
-
.ui.divided.list .list .item {
|
466
|
+
.ui.divided.list:not(.horizontal) .list .item {
|
385
467
|
padding-left: 1em;
|
386
468
|
padding-right: 1em;
|
387
469
|
}
|
388
470
|
|
389
|
-
.ui.divided.list .list .item:first-child {
|
471
|
+
.ui.divided.list:not(.horizontal) .list .item:first-child {
|
390
472
|
border-top-width: 1px;
|
391
473
|
}
|
392
474
|
|
@@ -430,7 +512,7 @@ ol.ui.horizontal.list li:before,
|
|
430
512
|
margin-left: 0em;
|
431
513
|
}
|
432
514
|
|
433
|
-
.ui.divided.horizontal.list .item {
|
515
|
+
.ui.divided.horizontal.list > .item {
|
434
516
|
border-top: none;
|
435
517
|
border-left: 1px solid rgba(0, 0, 0, 0.1);
|
436
518
|
margin: 0em;
|
@@ -439,11 +521,22 @@ ol.ui.horizontal.list li:before,
|
|
439
521
|
line-height: 0.6;
|
440
522
|
}
|
441
523
|
|
442
|
-
.ui.horizontal.divided.list .item:first-child {
|
524
|
+
.ui.horizontal.divided.list > .item:first-child {
|
443
525
|
border-left: none;
|
444
526
|
padding-left: 0em;
|
445
527
|
}
|
446
528
|
|
529
|
+
/* Inverted */
|
530
|
+
|
531
|
+
.ui.divided.inverted.list > .item,
|
532
|
+
.ui.divided.inverted.list > .list {
|
533
|
+
border-color: rgba(255, 255, 255, 0.2);
|
534
|
+
}
|
535
|
+
|
536
|
+
.ui.divided.inverted.horizontal.list .item {
|
537
|
+
border-color: rgba(255, 255, 255, 0.2);
|
538
|
+
}
|
539
|
+
|
447
540
|
/*-------------------
|
448
541
|
Celled
|
449
542
|
--------------------*/
|
@@ -528,6 +621,17 @@ ol.ui.horizontal.list li:before,
|
|
528
621
|
border-right: 1px solid rgba(0, 0, 0, 0.1);
|
529
622
|
}
|
530
623
|
|
624
|
+
/* Inverted */
|
625
|
+
|
626
|
+
.ui.celled.inverted.list > .item,
|
627
|
+
.ui.celled.inverted.list > .list {
|
628
|
+
border-color: rgba(255, 255, 255, 0.2);
|
629
|
+
}
|
630
|
+
|
631
|
+
.ui.celled.inverted.horizontal.list .item {
|
632
|
+
border-color: rgba(255, 255, 255, 0.2);
|
633
|
+
}
|
634
|
+
|
531
635
|
/*-------------------
|
532
636
|
Relaxed
|
533
637
|
--------------------*/
|
@@ -537,6 +641,10 @@ ol.ui.horizontal.list li:before,
|
|
537
641
|
padding-bottom: 0.5em;
|
538
642
|
}
|
539
643
|
|
644
|
+
.ui.relaxed.list .header {
|
645
|
+
margin-bottom: 0.25em;
|
646
|
+
}
|
647
|
+
|
540
648
|
.ui.horizontal.relaxed.list .item {
|
541
649
|
padding-left: 1.25em;
|
542
650
|
padding-right: 1.25em;
|
@@ -547,6 +655,10 @@ ol.ui.horizontal.list li:before,
|
|
547
655
|
padding-bottom: 1em;
|
548
656
|
}
|
549
657
|
|
658
|
+
.ui.very.relaxed.list .header {
|
659
|
+
margin-bottom: 0.5em;
|
660
|
+
}
|
661
|
+
|
550
662
|
.ui.horizontal.very.relaxed.list .item {
|
551
663
|
padding-left: 2em;
|
552
664
|
padding-right: 2em;
|
data/tasks/converter.rb
CHANGED
@@ -15,6 +15,7 @@ class Converter
|
|
15
15
|
GIT_DATA = 'https://api.github.com/repos'
|
16
16
|
GIT_RAW = 'https://raw.github.com'
|
17
17
|
TOKEN = ENV['TOKEN']
|
18
|
+
BROWSERS = ['last 2 version', '> 1%', 'opera 12.1', 'safari 6', 'ie 9', 'bb 10', 'android 4']
|
18
19
|
|
19
20
|
def initialize(branch)
|
20
21
|
@repo = 'jlukic/Semantic-UI'
|
@@ -49,7 +50,7 @@ class Converter
|
|
49
50
|
file = open_git_file("#{@git_raw_src}/#{path}/#{name}")
|
50
51
|
file = convert(file)
|
51
52
|
begin
|
52
|
-
file = AutoprefixerRails.compile(file)
|
53
|
+
file = AutoprefixerRails.compile(file, BROWSERS)
|
53
54
|
rescue
|
54
55
|
puts "======== #{file_name} autoprefixer fail ========="
|
55
56
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: semantic-ui-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- doabit
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-11-
|
11
|
+
date: 2013-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|