fomantic-ui-sass 2.8.8.1 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  20. data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
  21. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  22. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  24. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  25. data/app/assets/fonts/semantic-ui/icons.svg +245 -7
  26. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  27. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  28. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  29. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  30. data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
  31. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  32. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  33. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  34. data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
  35. data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
  36. data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
  37. data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
  38. data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
  39. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
  40. data/app/assets/javascripts/semantic-ui/embed.js +646 -672
  41. data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
  42. data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
  43. data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
  44. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  45. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
  46. data/app/assets/javascripts/semantic-ui/progress.js +970 -995
  47. data/app/assets/javascripts/semantic-ui/rating.js +508 -520
  48. data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
  49. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  50. data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
  51. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  52. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
  53. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  54. data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
  55. data/app/assets/javascripts/semantic-ui/tab.js +895 -941
  56. data/app/assets/javascripts/semantic-ui/toast.js +911 -851
  57. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
  58. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  59. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  60. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
  61. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
  62. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
  63. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
  64. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
  65. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
  66. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
  67. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
  68. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
  69. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
  70. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
  71. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
  72. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  73. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
  74. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
  75. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
  76. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
  77. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
  78. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  79. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  80. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
  81. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
  82. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  83. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
  84. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
  85. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
  86. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
  87. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
  88. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
  89. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
  90. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
  91. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
  92. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
  93. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  94. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
  95. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  96. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
  97. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
  98. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  99. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
  100. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
  101. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  102. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
  103. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
  104. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  105. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
  106. data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
  107. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
  108. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
  109. data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
  110. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
  111. data/lib/fomantic/ui/sass/version.rb +2 -2
  112. data/tasks/converter.rb +1 -1
  113. metadata +21 -3
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Comment
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Comment
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -14,10 +14,9 @@
14
14
  *******************************/
15
15
 
16
16
 
17
- /*--------------
17
+ /* --------------
18
18
  Comments
19
- ---------------*/
20
-
19
+ --------------- */
21
20
  .ui.comments {
22
21
  margin: 1.5em 0;
23
22
  max-width: 650px;
@@ -29,10 +28,9 @@
29
28
  margin-bottom: 0;
30
29
  }
31
30
 
32
- /*--------------
31
+ /* --------------
33
32
  Comment
34
- ---------------*/
35
-
33
+ --------------- */
36
34
  .ui.comments .comment {
37
35
  position: relative;
38
36
  background: none;
@@ -47,15 +45,14 @@
47
45
  padding-top: 0;
48
46
  }
49
47
 
50
- /*--------------------
48
+ /* --------------------
51
49
  Nested Comments
52
- ---------------------*/
53
-
50
+ --------------------- */
54
51
  .ui.comments .comment > .comments {
55
52
  margin: 0 0 0.5em 0.5em;
56
53
  padding: 1em 0 1em 1em;
57
54
  }
58
- .ui.comments .comment > .comments:before {
55
+ .ui.comments .comment > .comments::before {
59
56
  position: absolute;
60
57
  top: 0;
61
58
  left: 0;
@@ -66,10 +63,9 @@
66
63
  background: none;
67
64
  }
68
65
 
69
- /*--------------
70
- Avatar
71
- ---------------*/
72
-
66
+ /* --------------
67
+ Avatar
68
+ --------------- */
73
69
  .ui.comments .comment .avatar {
74
70
  display: block;
75
71
  width: 2.5em;
@@ -86,10 +82,9 @@
86
82
  border-radius: 0.25rem;
87
83
  }
88
84
 
89
- /*--------------
85
+ /* --------------
90
86
  Content
91
- ---------------*/
92
-
87
+ --------------- */
93
88
  .ui.comments .comment > .content {
94
89
  display: block;
95
90
  }
@@ -99,10 +94,9 @@
99
94
  margin-left: 3.5em;
100
95
  }
101
96
 
102
- /*--------------
103
- Author
104
- ---------------*/
105
-
97
+ /* --------------
98
+ Author
99
+ --------------- */
106
100
  .ui.comments .comment .author {
107
101
  font-size: 1em;
108
102
  color: rgba(0, 0, 0, 0.87);
@@ -115,10 +109,9 @@
115
109
  color: #1e70bf;
116
110
  }
117
111
 
118
- /*--------------
119
- Metadata
120
- ---------------*/
121
-
112
+ /* --------------
113
+ Metadata
114
+ --------------- */
122
115
  .ui.comments .comment .metadata {
123
116
  display: inline-block;
124
117
  margin-left: 0.5em;
@@ -133,10 +126,9 @@
133
126
  margin-right: 0;
134
127
  }
135
128
 
136
- /*--------------------
129
+ /* --------------------
137
130
  Comment Text
138
- ---------------------*/
139
-
131
+ --------------------- */
140
132
  .ui.comments .comment .text {
141
133
  margin: 0.25em 0 0.5em;
142
134
  font-size: 1em;
@@ -145,10 +137,9 @@
145
137
  line-height: 1.3;
146
138
  }
147
139
 
148
- /*--------------------
149
- User Actions
150
- ---------------------*/
151
-
140
+ /* --------------------
141
+ User Actions
142
+ --------------------- */
152
143
  .ui.comments .comment .actions {
153
144
  font-size: 0.875em;
154
145
  }
@@ -166,10 +157,9 @@
166
157
  color: rgba(0, 0, 0, 0.8);
167
158
  }
168
159
 
169
- /*--------------------
170
- Reply Form
171
- ---------------------*/
172
-
160
+ /* --------------------
161
+ Reply Form
162
+ --------------------- */
173
163
  .ui.comments > .reply.form {
174
164
  margin-top: 1em;
175
165
  }
@@ -199,40 +189,34 @@
199
189
  *******************************/
200
190
 
201
191
 
202
- /*--------------------
203
- Threaded
204
- ---------------------*/
205
-
192
+ /* --------------------
193
+ Threaded
194
+ --------------------- */
206
195
  .ui.threaded.comments .comment > .comments {
207
196
  margin: -1.5em 0 -1em 1.25em;
208
197
  padding: 3em 0 2em 2.25em;
209
- -webkit-box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
210
- box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
198
+ box-shadow: -1px 0 0 rgba(34, 36, 38, 0.15);
211
199
  }
212
200
 
213
- /*--------------------
214
- Minimal
215
- ---------------------*/
216
-
201
+ /* --------------------
202
+ Minimal
203
+ --------------------- */
217
204
  .ui.minimal.comments .comment .actions {
218
205
  opacity: 0;
219
206
  position: absolute;
220
207
  top: 0;
221
208
  right: 0;
222
209
  left: auto;
223
- -webkit-transition: opacity 0.2s ease;
224
210
  transition: opacity 0.2s ease;
225
- -webkit-transition-delay: 0.1s;
226
- transition-delay: 0.1s;
211
+ transition-delay: 0.1s;
227
212
  }
228
213
  .ui.minimal.comments .comment > .content:hover > .actions {
229
214
  opacity: 1;
230
215
  }
231
216
 
232
- /*-------------------
217
+ /* -------------------
233
218
  Sizes
234
- --------------------*/
235
-
219
+ -------------------- */
236
220
  .ui.comments {
237
221
  font-size: 1rem;
238
222
  }
@@ -258,12 +242,11 @@
258
242
  font-size: 1.71428571rem;
259
243
  }
260
244
 
261
- /*-------------------
262
- Inverted
263
- --------------------*/
264
-
245
+ /* -------------------
246
+ Inverted
247
+ -------------------- */
265
248
  .ui.inverted.comments .comment {
266
- background-color: #1B1C1D;
249
+ background-color: #1b1c1d;
267
250
  }
268
251
  .ui.inverted.comments .comment .author,
269
252
  .ui.inverted.comments .comment .text {
@@ -279,8 +262,7 @@
279
262
  color: #ffffff;
280
263
  }
281
264
  .ui.inverted.threaded.comments .comment > .comments {
282
- -webkit-box-shadow: -1px 0 0 #555555;
283
- box-shadow: -1px 0 0 #555555;
265
+ box-shadow: -1px 0 0 #555;
284
266
  }
285
267
 
286
268
 
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Feed
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Feed
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -31,13 +31,8 @@
31
31
 
32
32
  /* Event */
33
33
  .ui.feed > .event {
34
- display: -webkit-box;
35
- display: -ms-flexbox;
36
34
  display: flex;
37
- -webkit-box-orient: horizontal;
38
- -webkit-box-direction: normal;
39
- -ms-flex-direction: row;
40
- flex-direction: row;
35
+ flex-direction: row;
41
36
  width: 100%;
42
37
  padding: 0.21428571rem 0;
43
38
  margin: 0;
@@ -55,13 +50,10 @@
55
50
  /* Event Label */
56
51
  .ui.feed > .event > .label {
57
52
  display: block;
58
- -webkit-box-flex: 0;
59
- -ms-flex: 0 0 auto;
60
- flex: 0 0 auto;
53
+ flex: 0 0 auto;
61
54
  width: 2.5em;
62
55
  height: auto;
63
- -ms-flex-item-align: stretch;
64
- align-self: stretch;
56
+ align-self: stretch;
65
57
  text-align: left;
66
58
  }
67
59
  .ui.feed > .event > .label .icon {
@@ -83,19 +75,15 @@
83
75
  margin: 0.5em 0 0.35714286em 1.14285714em;
84
76
  }
85
77
 
86
- /*--------------
78
+ /* --------------
87
79
  Content
88
- ---------------*/
89
-
80
+ --------------- */
90
81
 
91
82
  /* Content */
92
83
  .ui.feed > .event > .content {
93
84
  display: block;
94
- -webkit-box-flex: 1;
95
- -ms-flex: 1 1 auto;
96
- flex: 1 1 auto;
97
- -ms-flex-item-align: stretch;
98
- align-self: stretch;
85
+ flex: 1 1 auto;
86
+ align-self: stretch;
99
87
  text-align: left;
100
88
  word-wrap: break-word;
101
89
  }
@@ -108,10 +96,9 @@
108
96
  cursor: pointer;
109
97
  }
110
98
 
111
- /*--------------
112
- Date
113
- ---------------*/
114
-
99
+ /* --------------
100
+ Date
101
+ --------------- */
115
102
  .ui.feed > .event > .content .date {
116
103
  margin: -0.5rem 0 0;
117
104
  padding: 0;
@@ -121,10 +108,9 @@
121
108
  font-style: normal;
122
109
  }
123
110
 
124
- /*--------------
125
- Summary
126
- ---------------*/
127
-
111
+ /* --------------
112
+ Summary
113
+ --------------- */
128
114
  .ui.feed > .event > .content .summary {
129
115
  margin: 0;
130
116
  font-size: 1em;
@@ -142,27 +128,9 @@
142
128
  vertical-align: middle;
143
129
  }
144
130
 
145
- /*--------------
146
- User
147
- ---------------*/
148
-
149
- .ui.feed > .event > .content .user {
150
- display: inline-block;
151
- font-weight: bold;
152
- margin-right: 0;
153
- vertical-align: baseline;
154
- }
155
- .ui.feed > .event > .content .user img {
156
- margin: -0.25em 0.25em 0 0;
157
- width: auto;
158
- height: 10em;
159
- vertical-align: middle;
160
- }
161
-
162
- /*--------------
163
- Inline Date
164
- ---------------*/
165
-
131
+ /* --------------
132
+ Inline Date
133
+ --------------- */
166
134
 
167
135
  /* Date inside Summary */
168
136
  .ui.feed > .event > .content .summary > .date {
@@ -176,10 +144,25 @@
176
144
  color: rgba(0, 0, 0, 0.4);
177
145
  }
178
146
 
179
- /*--------------
180
- Extra Summary
181
- ---------------*/
147
+ /* --------------
148
+ User
149
+ --------------- */
150
+ .ui.feed > .event > .content .user {
151
+ display: inline-block;
152
+ font-weight: bold;
153
+ margin-right: 0;
154
+ vertical-align: baseline;
155
+ }
156
+ .ui.feed > .event > .content .user img {
157
+ margin: -0.25em 0.25em 0 0;
158
+ width: auto;
159
+ height: 10em;
160
+ vertical-align: middle;
161
+ }
182
162
 
163
+ /* --------------
164
+ Extra Summary
165
+ --------------- */
183
166
  .ui.feed > .event > .content .extra {
184
167
  margin: 0.5em 0 0;
185
168
  background: none;
@@ -203,10 +186,9 @@
203
186
  line-height: 1.4285em;
204
187
  }
205
188
 
206
- /*--------------
207
- Meta
208
- ---------------*/
209
-
189
+ /* --------------
190
+ Meta
191
+ --------------- */
210
192
  .ui.feed > .event > .content .meta {
211
193
  display: inline-block;
212
194
  font-size: 0.85714286em;
@@ -214,8 +196,7 @@
214
196
  background: none;
215
197
  border: none;
216
198
  border-radius: 0;
217
- -webkit-box-shadow: none;
218
- box-shadow: none;
199
+ box-shadow: none;
219
200
  padding: 0;
220
201
  color: rgba(0, 0, 0, 0.6);
221
202
  }
@@ -223,8 +204,8 @@
223
204
  position: relative;
224
205
  margin-left: 0.75em;
225
206
  }
226
- .ui.feed > .event > .content .meta > *:after {
227
- content: '';
207
+ .ui.feed > .event > .content .meta > *::after {
208
+ content: "";
228
209
  color: rgba(0, 0, 0, 0.2);
229
210
  top: 0;
230
211
  left: -1em;
@@ -233,15 +214,14 @@
233
214
  vertical-align: top;
234
215
  }
235
216
  .ui.feed > .event > .content .meta .like {
236
- color: '';
237
- -webkit-transition: 0.2s color ease;
217
+ color: "";
238
218
  transition: 0.2s color ease;
239
219
  }
240
220
  .ui.feed > .event > .content .meta .like:hover i.icon {
241
- color: #FF2733;
221
+ color: #ff2733;
242
222
  }
243
223
  .ui.feed > .event > .content .meta .active.like i.icon {
244
- color: #EF404A;
224
+ color: #ef404a;
245
225
  }
246
226
 
247
227
  /* First element */
@@ -258,7 +238,6 @@
258
238
  cursor: pointer;
259
239
  opacity: 1;
260
240
  color: rgba(0, 0, 0, 0.5);
261
- -webkit-transition: color 0.1s ease;
262
241
  transition: color 0.1s ease;
263
242
  }
264
243
  .ui.feed > .event > .content .meta a:hover,
@@ -297,12 +276,11 @@
297
276
  font-size: 1.71428571rem;
298
277
  }
299
278
 
300
- /*------------------
301
- Inverted
302
- -------------------*/
303
-
279
+ /* ------------------
280
+ Inverted
281
+ ------------------- */
304
282
  .ui.inverted.feed > .event {
305
- background: #1B1C1D;
283
+ background: #1b1c1d;
306
284
  }
307
285
  .ui.inverted.feed > .event > .content .date,
308
286
  .ui.inverted.feed > .event > .content .meta .like {