semantic-ui-sass 1.8.1.0 → 1.11.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/icons.otf +0 -0
  5. data/app/assets/fonts/semantic-ui/icons.svg +526 -465
  6. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  7. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  8. data/app/assets/javascripts/semantic-ui/accordion.js +63 -43
  9. data/app/assets/javascripts/semantic-ui/api.js +38 -18
  10. data/app/assets/javascripts/semantic-ui/checkbox.js +6 -4
  11. data/app/assets/javascripts/semantic-ui/colorize.js +3 -3
  12. data/app/assets/javascripts/semantic-ui/dimmer.js +57 -15
  13. data/app/assets/javascripts/semantic-ui/dropdown.js +65 -27
  14. data/app/assets/javascripts/semantic-ui/form.js +108 -29
  15. data/app/assets/javascripts/semantic-ui/modal.js +31 -31
  16. data/app/assets/javascripts/semantic-ui/nag.js +4 -4
  17. data/app/assets/javascripts/semantic-ui/popup.js +74 -37
  18. data/app/assets/javascripts/semantic-ui/progress.js +4 -4
  19. data/app/assets/javascripts/semantic-ui/rating.js +4 -4
  20. data/app/assets/javascripts/semantic-ui/search.js +67 -26
  21. data/app/assets/javascripts/semantic-ui/shape.js +4 -4
  22. data/app/assets/javascripts/semantic-ui/sidebar.js +22 -17
  23. data/app/assets/javascripts/semantic-ui/site.js +3 -3
  24. data/app/assets/javascripts/semantic-ui/state.js +30 -25
  25. data/app/assets/javascripts/semantic-ui/sticky.js +89 -72
  26. data/app/assets/javascripts/semantic-ui/tab.js +37 -22
  27. data/app/assets/javascripts/semantic-ui/transition.js +163 -61
  28. data/app/assets/javascripts/semantic-ui/video.js +4 -4
  29. data/app/assets/javascripts/semantic-ui/visibility.js +186 -124
  30. data/app/assets/javascripts/semantic-ui/visit.js +6 -4
  31. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +6 -7
  32. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +56 -40
  33. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +100 -45
  34. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +28 -16
  35. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -5
  36. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +8 -7
  37. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +11 -11
  38. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +5 -8
  39. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +11 -4
  40. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +34 -10
  41. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +391 -51
  42. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +18 -5
  43. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +33 -49
  44. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +47 -14
  45. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +7 -8
  46. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +10 -5
  47. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +5 -6
  48. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +4 -5
  49. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +52 -7
  50. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +5 -6
  51. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +4 -5
  52. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +20 -7
  53. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +5 -6
  54. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +4 -5
  55. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +4 -5
  56. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +31 -13
  57. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +9 -8
  58. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -5
  59. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +4 -5
  60. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +21 -9
  61. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +6 -17
  62. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +4 -5
  63. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +4 -5
  64. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +15 -11
  65. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +4 -5
  66. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +4 -5
  67. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +161 -323
  68. data/app/assets/stylesheets/semantic-ui/modules/_video.scss +4 -5
  69. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +5 -6
  70. data/app/assets/stylesheets/semantic-ui/views/_card.scss +202 -51
  71. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +5 -6
  72. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +5 -6
  73. data/app/assets/stylesheets/semantic-ui/views/_item.scss +10 -12
  74. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +5 -6
  75. data/lib/semantic/ui/sass/version.rb +2 -2
  76. metadata +3 -4
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Dimmer
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Dimmer
16
15
  *******************************/
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Dropdown
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Dropdown
16
15
  *******************************/
@@ -64,7 +63,7 @@
64
63
  Hidden Input
65
64
  ---------------*/
66
65
 
67
- .ui.dropdown > input[type="hidden"],
66
+ .ui.dropdown > input:not(.search):first-child,
68
67
  .ui.dropdown > select {
69
68
  display: none !important;
70
69
  }
@@ -334,9 +333,9 @@
334
333
  }
335
334
  select.ui.dropdown {
336
335
  height: 38px;
337
- padding: 0em;
338
- margin: 0em;
339
- visibility: hidden;
336
+ padding: 0.5em;
337
+ border: 1px solid rgba(39, 41, 43, 0.15);
338
+ visibility: visible;
340
339
  }
341
340
  .ui.selection.dropdown > .text {
342
341
  margin-right: 2em;
@@ -344,10 +343,12 @@ select.ui.dropdown {
344
343
  .ui.selection.dropdown > .search.icon,
345
344
  .ui.selection.dropdown > .delete.icon,
346
345
  .ui.selection.dropdown > .dropdown.icon {
346
+ cursor: pointer;
347
347
  position: absolute;
348
348
  top: auto;
349
- margin: 0em;
350
349
  width: auto;
350
+ margin: -0.8em;
351
+ padding: 0.8em;
351
352
  right: 1.1em;
352
353
  opacity: 0.8;
353
354
  -webkit-transition: opacity 0.2s ease;
@@ -380,6 +381,14 @@ select.ui.dropdown {
380
381
  .ui.selection.dropdown .menu:before {
381
382
  display: none;
382
383
  }
384
+
385
+ /* Scrollbar in IE */
386
+ @media all and (-ms-high-contrast: none) {
387
+ .ui.selection.dropdown .menu {
388
+ min-width: -webkit-calc(85%);
389
+ min-width: calc(85%);
390
+ }
391
+ }
383
392
  @media only screen and (max-width: 767px) {
384
393
  .ui.selection.dropdown .menu {
385
394
  max-height: 7.7142rem;
@@ -444,9 +453,6 @@ select.ui.dropdown {
444
453
  border-color: rgba(39, 41, 43, 0.15);
445
454
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
446
455
  }
447
- .ui.visible.selection.dropdown > .dropdown.icon {
448
- opacity: 1;
449
- }
450
456
 
451
457
  /* Active Item */
452
458
  .ui.selection.active.dropdown > .text:not(.default),
@@ -455,6 +461,13 @@ select.ui.dropdown {
455
461
  color: rgba(0, 0, 0, 0.8);
456
462
  }
457
463
 
464
+ /* Dropdown Icon */
465
+ .ui.active.selection.dropdown > .dropdown.icon,
466
+ .ui.visible.selection.dropdown > .dropdown.icon {
467
+ opacity: 1;
468
+ z-index: 3;
469
+ }
470
+
458
471
  /* Connecting Border */
459
472
  .ui.active.selection.dropdown,
460
473
  .ui.visible.selection.dropdown {
@@ -1059,6 +1072,11 @@ select.ui.dropdown {
1059
1072
  content: "\f0d9" /*rtl:"\f0da"*/;
1060
1073
  }
1061
1074
 
1075
+ /* Upward Dropdown */
1076
+ .ui.upward.dropdown > .dropdown.icon:before {
1077
+ content: "\f0d8";
1078
+ }
1079
+
1062
1080
  /* Vertical Menu Dropdown */
1063
1081
  .ui.vertical.menu .dropdown.item > .dropdown.icon:before {
1064
1082
  content: "\f0da" /*rtl:"\f0d9"*/;
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Modal
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Modal
16
15
  *******************************/
@@ -113,7 +112,7 @@
113
112
  .ui.modal > .content > .image[class*="top aligned"] {
114
113
  vertical-align: top;
115
114
  }
116
- .ui.modal > .content > .image[class*="top aligned"] {
115
+ .ui.modal > .content > .image[class*="middle aligned"] {
117
116
  vertical-align: middle;
118
117
  }
119
118
 
@@ -233,12 +232,14 @@
233
232
  padding: 1rem 0rem !important;
234
233
  box-shadow: none;
235
234
  }
235
+
236
+ /* Let Buttons Stack */
236
237
  .ui.modal > .actions {
237
- padding: 1rem 1rem -1rem !important;
238
+ padding: 1rem 1rem 0rem !important;
238
239
  }
239
240
  .ui.modal .actions > .buttons,
240
241
  .ui.modal .actions > .button {
241
- margin-bottom: 2rem;
242
+ margin-bottom: 1rem;
242
243
  }
243
244
  }
244
245
 
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Nag
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Nag
16
15
  *******************************/
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Popup
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Popup
16
15
  *******************************/
@@ -1,16 +1,15 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Progress Bar
3
+ * http://github.com/semantic-org/semantic-ui/
5
4
  *
6
- * Copyright 2014 Contributors
5
+ *
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Progress
16
15
  *******************************/
@@ -240,12 +239,10 @@
240
239
  animation: progress-active 2s ease infinite;
241
240
  }
242
241
  @-webkit-keyframes progress-active {
243
-
244
242
  0% {
245
243
  opacity: 0.3;
246
244
  width: 0;
247
245
  }
248
-
249
246
  100% {
250
247
  opacity: 0;
251
248
  width: 100%;
@@ -323,7 +320,7 @@
323
320
  .ui.progress.attached,
324
321
  .ui.progress.attached .bar {
325
322
  display: block;
326
- height: 3px;
323
+ height: 0.2rem;
327
324
  padding: 0px;
328
325
  overflow: hidden;
329
326
  border-radius: 0em 0em 0.2857rem 0.2857rem;
@@ -342,6 +339,21 @@
342
339
  border-radius: 0em;
343
340
  }
344
341
 
342
+ /* Coupling */
343
+ .ui.segment > .ui.attached.progress,
344
+ .ui.card > .ui.attached.progress {
345
+ position: absolute;
346
+ top: auto;
347
+ left: 0;
348
+ bottom: 100%;
349
+ width: 100%;
350
+ }
351
+ .ui.segment > .ui.bottom.attached.progress,
352
+ .ui.card > .ui.bottom.attached.progress {
353
+ top: 100%;
354
+ bottom: auto;
355
+ }
356
+
345
357
  /*--------------
346
358
  Colors
347
359
  ---------------*/
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Rating
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,15 +10,13 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Rating
16
15
  *******************************/
17
16
 
18
17
  .ui.rating {
19
18
  display: inline-block;
20
- font-size: 0em;
21
- vertical-align: baseline;
19
+ vertical-align: middle;
22
20
  }
23
21
  .ui.rating:last-child {
24
22
  margin-right: 0em;
@@ -36,12 +34,11 @@
36
34
  cursor: pointer;
37
35
  margin: 0em;
38
36
  width: 1.1em;
39
- text-align: center;
40
37
  height: auto;
38
+ text-align: center;
41
39
  padding: 0em;
42
40
  font-weight: normal;
43
41
  font-style: normal;
44
- vertical-align: baseline;
45
42
  }
46
43
 
47
44
 
@@ -175,13 +172,6 @@
175
172
  font-size: 2rem;
176
173
  }
177
174
 
178
- /* Realign */
179
- .ui.large.rating,
180
- .ui.huge.rating,
181
- .ui.massive.rating {
182
- vertical-align: middle;
183
- }
184
-
185
175
 
186
176
  /*******************************
187
177
  Theme Overrides
@@ -196,7 +186,6 @@
196
186
  .ui.rating .icon {
197
187
  font-family: 'Rating';
198
188
  line-height: 1;
199
- height: 1em;
200
189
  -webkit-backface-visibility: hidden;
201
190
  backface-visibility: hidden;
202
191
  font-weight: normal;
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Search
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Search
16
15
  *******************************/
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Shape
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Shape
16
15
  *******************************/
@@ -1,16 +1,15 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Sidebar
3
+ * http://github.com/semantic-org/semantic-ui/
5
4
  *
6
- * Copyright 2014 Contributors
5
+ *
6
+ * Copyright 2014 Contributorss
7
7
  * Released under the MIT license
8
8
  * http://opensource.org/licenses/MIT
9
9
  *
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Sidebar
16
15
  *******************************/
@@ -90,15 +89,20 @@
90
89
  padding: 0em !important;
91
90
  }
92
91
 
93
- /* Inside Page */
92
+ /* Whole Page */
93
+ body.pushable {
94
+ background: #333333 !important;
95
+ }
96
+
97
+ /* Page Context */
94
98
  .pushable:not(body) {
95
99
  -webkit-transform: translate3d(0, 0, 0);
96
100
  transform: translate3d(0, 0, 0);
97
101
  }
98
-
99
- /* Whole Page */
100
- body.pushable {
101
- background: #333333 !important;
102
+ .pushable:not(body) > .ui.sidebar,
103
+ .pushable:not(body) > .fixed,
104
+ .pushable:not(body) > .pusher:after {
105
+ position: absolute;
102
106
  }
103
107
 
104
108
  /*--------------
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Sticky
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  Sticky
16
15
  *******************************/
@@ -1,7 +1,7 @@
1
- /*
2
- * # Semantic UI - 1.8.1
3
- * https://github.com/Semantic-Org/Semantic-UI
4
- * http://www.semantic-ui.com/
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Tab
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
5
  *
6
6
  * Copyright 2014 Contributors
7
7
  * Released under the MIT license
@@ -10,7 +10,6 @@
10
10
  */
11
11
 
12
12
 
13
-
14
13
  /*******************************
15
14
  UI Tabs
16
15
  *******************************/