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 - Rating
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Rating
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,8 +14,6 @@
14
14
  *******************************/
15
15
 
16
16
  .ui.rating {
17
- display: -webkit-inline-box;
18
- display: -ms-inline-flexbox;
19
17
  display: inline-flex;
20
18
  white-space: nowrap;
21
19
  vertical-align: baseline;
@@ -31,13 +29,10 @@
31
29
  text-align: center;
32
30
  font-weight: normal;
33
31
  font-style: normal;
34
- -webkit-box-flex: 1;
35
- -ms-flex: 1 0 auto;
36
- flex: 1 0 auto;
32
+ flex: 1 0 auto;
37
33
  cursor: pointer;
38
34
  width: 1.25em;
39
35
  height: auto;
40
- -webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
41
36
  transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
42
37
  line-height: 1;
43
38
  -webkit-backface-visibility: hidden;
@@ -50,10 +45,9 @@
50
45
  *******************************/
51
46
 
52
47
 
53
- /*-------------------
48
+ /* -------------------
54
49
  Standard
55
- --------------------*/
56
-
50
+ -------------------- */
57
51
 
58
52
  /* Inactive Icon */
59
53
  .ui.rating .icon {
@@ -69,11 +63,15 @@
69
63
 
70
64
  /* Partially Active Icon */
71
65
  .ui.rating .icon.partial.active {
72
- background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.15)));
73
- background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
74
66
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
67
+ }
68
+
69
+ /* central override for colors */
70
+ .ui.ui.ui.rating .icon.partial.active {
71
+ -webkit-background-clip: text;
75
72
  background-clip: text;
76
73
  color: transparent;
74
+ text-shadow: none;
77
75
  }
78
76
 
79
77
  /* Selected Icon */
@@ -85,339 +83,263 @@
85
83
  background-clip: unset;
86
84
  }
87
85
 
88
- /*--------------
86
+ /* --------------
89
87
  Colors
90
88
  -------------- */
91
-
92
89
  .ui.primary.rating .active.icon {
93
- color: #54C8FF;
94
- text-shadow: 0px -1px 0px #2185D0, -1px 0px 0px #2185D0, 0px 1px 0px #2185D0, 1px 0px 0px #2185D0;
90
+ color: #54c8ff;
91
+ text-shadow: 0 -1px 0 #2185d0, -1px 0 0 #2185d0, 0 1px 0 #2185d0, 1px 0 0 #2185d0;
95
92
  }
96
93
  .ui.primary.rating .icon.selected,
97
94
  .ui.primary.rating .icon.selected.active,
98
95
  .ui.primary.rating .icon.selected.partial.active {
99
96
  background: inherit;
100
97
  color: #21b8ff;
101
- text-shadow: 0px -1px 0px #1678c2, -1px 0px 0px #1678c2, 0px 1px 0px #1678c2, 1px 0px 0px #1678c2;
98
+ text-shadow: 0 -1px 0 #1678c2, -1px 0 0 #1678c2, 0 1px 0 #1678c2, 1px 0 0 #1678c2;
102
99
  -webkit-text-stroke: unset;
103
100
  background-clip: unset;
104
101
  }
105
102
  .ui.primary.rating .icon.partial.active {
106
- background: -webkit-gradient(linear, left top, right top, from(#54C8FF), to(rgba(0, 0, 0, 0.15)));
107
- background: -webkit-linear-gradient(left, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
108
- background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
109
- text-shadow: none;
110
- -webkit-text-stroke: #2185D0 0.78px;
111
- background-clip: text;
112
- color: transparent;
103
+ background: linear-gradient(to right, #54c8ff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
104
+ -webkit-text-stroke: #2185d0 0.78px;
113
105
  }
114
106
  .ui.secondary.rating .active.icon {
115
107
  color: #545454;
116
- text-shadow: 0px -1px 0px #1B1C1D, -1px 0px 0px #1B1C1D, 0px 1px 0px #1B1C1D, 1px 0px 0px #1B1C1D;
108
+ text-shadow: 0 -1px 0 #1b1c1d, -1px 0 0 #1b1c1d, 0 1px 0 #1b1c1d, 1px 0 0 #1b1c1d;
117
109
  }
118
110
  .ui.secondary.rating .icon.selected,
119
111
  .ui.secondary.rating .icon.selected.active,
120
112
  .ui.secondary.rating .icon.selected.partial.active {
121
113
  background: inherit;
122
114
  color: #6e6e6e;
123
- text-shadow: 0px -1px 0px #27292a, -1px 0px 0px #27292a, 0px 1px 0px #27292a, 1px 0px 0px #27292a;
115
+ text-shadow: 0 -1px 0 #27292a, -1px 0 0 #27292a, 0 1px 0 #27292a, 1px 0 0 #27292a;
124
116
  -webkit-text-stroke: unset;
125
117
  background-clip: unset;
126
118
  }
127
119
  .ui.secondary.rating .icon.partial.active {
128
- background: -webkit-gradient(linear, left top, right top, from(#545454), to(rgba(0, 0, 0, 0.15)));
129
- background: -webkit-linear-gradient(left, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
130
120
  background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
131
- text-shadow: none;
132
- -webkit-text-stroke: #1B1C1D 0.78px;
133
- background-clip: text;
134
- color: transparent;
121
+ -webkit-text-stroke: #1b1c1d 0.78px;
135
122
  }
136
123
  .ui.red.rating .active.icon {
137
- color: #FF695E;
138
- text-shadow: 0px -1px 0px #DB2828, -1px 0px 0px #DB2828, 0px 1px 0px #DB2828, 1px 0px 0px #DB2828;
124
+ color: #ff695e;
125
+ text-shadow: 0 -1px 0 #db2828, -1px 0 0 #db2828, 0 1px 0 #db2828, 1px 0 0 #db2828;
139
126
  }
140
127
  .ui.red.rating .icon.selected,
141
128
  .ui.red.rating .icon.selected.active,
142
129
  .ui.red.rating .icon.selected.partial.active {
143
130
  background: inherit;
144
131
  color: #ff392b;
145
- text-shadow: 0px -1px 0px #d01919, -1px 0px 0px #d01919, 0px 1px 0px #d01919, 1px 0px 0px #d01919;
132
+ text-shadow: 0 -1px 0 #d01919, -1px 0 0 #d01919, 0 1px 0 #d01919, 1px 0 0 #d01919;
146
133
  -webkit-text-stroke: unset;
147
134
  background-clip: unset;
148
135
  }
149
136
  .ui.red.rating .icon.partial.active {
150
- background: -webkit-gradient(linear, left top, right top, from(#FF695E), to(rgba(0, 0, 0, 0.15)));
151
- background: -webkit-linear-gradient(left, #FF695E 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
152
- background: linear-gradient(to right, #FF695E 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
153
- text-shadow: none;
154
- -webkit-text-stroke: #DB2828 0.78px;
155
- background-clip: text;
156
- color: transparent;
137
+ background: linear-gradient(to right, #ff695e 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
138
+ -webkit-text-stroke: #db2828 0.78px;
157
139
  }
158
140
  .ui.orange.rating .active.icon {
159
- color: #FF851B;
160
- text-shadow: 0px -1px 0px #F2711C, -1px 0px 0px #F2711C, 0px 1px 0px #F2711C, 1px 0px 0px #F2711C;
141
+ color: #ff851b;
142
+ text-shadow: 0 -1px 0 #f2711c, -1px 0 0 #f2711c, 0 1px 0 #f2711c, 1px 0 0 #f2711c;
161
143
  }
162
144
  .ui.orange.rating .icon.selected,
163
145
  .ui.orange.rating .icon.selected.active,
164
146
  .ui.orange.rating .icon.selected.partial.active {
165
147
  background: inherit;
166
148
  color: #e76b00;
167
- text-shadow: 0px -1px 0px #f26202, -1px 0px 0px #f26202, 0px 1px 0px #f26202, 1px 0px 0px #f26202;
149
+ text-shadow: 0 -1px 0 #f26202, -1px 0 0 #f26202, 0 1px 0 #f26202, 1px 0 0 #f26202;
168
150
  -webkit-text-stroke: unset;
169
151
  background-clip: unset;
170
152
  }
171
153
  .ui.orange.rating .icon.partial.active {
172
- background: -webkit-gradient(linear, left top, right top, from(#FF851B), to(rgba(0, 0, 0, 0.15)));
173
- background: -webkit-linear-gradient(left, #FF851B 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
174
- background: linear-gradient(to right, #FF851B 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
175
- text-shadow: none;
176
- -webkit-text-stroke: #F2711C 0.78px;
177
- background-clip: text;
178
- color: transparent;
154
+ background: linear-gradient(to right, #ff851b 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
155
+ -webkit-text-stroke: #f2711c 0.78px;
179
156
  }
180
157
  .ui.yellow.rating .active.icon {
181
- color: #FFE21F;
182
- text-shadow: 0px -1px 0px #FBBD08, -1px 0px 0px #FBBD08, 0px 1px 0px #FBBD08, 1px 0px 0px #FBBD08;
158
+ color: #ffe21f;
159
+ text-shadow: 0 -1px 0 #fbbd08, -1px 0 0 #fbbd08, 0 1px 0 #fbbd08, 1px 0 0 #fbbd08;
183
160
  }
184
161
  .ui.yellow.rating .icon.selected,
185
162
  .ui.yellow.rating .icon.selected.active,
186
163
  .ui.yellow.rating .icon.selected.partial.active {
187
164
  background: inherit;
188
165
  color: #ebcd00;
189
- text-shadow: 0px -1px 0px #eaae00, -1px 0px 0px #eaae00, 0px 1px 0px #eaae00, 1px 0px 0px #eaae00;
166
+ text-shadow: 0 -1px 0 #eaae00, -1px 0 0 #eaae00, 0 1px 0 #eaae00, 1px 0 0 #eaae00;
190
167
  -webkit-text-stroke: unset;
191
168
  background-clip: unset;
192
169
  }
193
170
  .ui.yellow.rating .icon.partial.active {
194
- background: -webkit-gradient(linear, left top, right top, from(#FFE21F), to(rgba(0, 0, 0, 0.15)));
195
- background: -webkit-linear-gradient(left, #FFE21F 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
196
- background: linear-gradient(to right, #FFE21F 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
197
- text-shadow: none;
198
- -webkit-text-stroke: #FBBD08 0.78px;
199
- background-clip: text;
200
- color: transparent;
171
+ background: linear-gradient(to right, #ffe21f 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
172
+ -webkit-text-stroke: #fbbd08 0.78px;
201
173
  }
202
174
  .ui.olive.rating .active.icon {
203
- color: #D9E778;
204
- text-shadow: 0px -1px 0px #B5CC18, -1px 0px 0px #B5CC18, 0px 1px 0px #B5CC18, 1px 0px 0px #B5CC18;
175
+ color: #d9e778;
176
+ text-shadow: 0 -1px 0 #b5cc18, -1px 0 0 #b5cc18, 0 1px 0 #b5cc18, 1px 0 0 #b5cc18;
205
177
  }
206
178
  .ui.olive.rating .icon.selected,
207
179
  .ui.olive.rating .icon.selected.active,
208
180
  .ui.olive.rating .icon.selected.partial.active {
209
181
  background: inherit;
210
182
  color: #d2e745;
211
- text-shadow: 0px -1px 0px #a7bd0d, -1px 0px 0px #a7bd0d, 0px 1px 0px #a7bd0d, 1px 0px 0px #a7bd0d;
183
+ text-shadow: 0 -1px 0 #a7bd0d, -1px 0 0 #a7bd0d, 0 1px 0 #a7bd0d, 1px 0 0 #a7bd0d;
212
184
  -webkit-text-stroke: unset;
213
185
  background-clip: unset;
214
186
  }
215
187
  .ui.olive.rating .icon.partial.active {
216
- background: -webkit-gradient(linear, left top, right top, from(#D9E778), to(rgba(0, 0, 0, 0.15)));
217
- background: -webkit-linear-gradient(left, #D9E778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
218
- background: linear-gradient(to right, #D9E778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
219
- text-shadow: none;
220
- -webkit-text-stroke: #B5CC18 0.78px;
221
- background-clip: text;
222
- color: transparent;
188
+ background: linear-gradient(to right, #d9e778 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
189
+ -webkit-text-stroke: #b5cc18 0.78px;
223
190
  }
224
191
  .ui.green.rating .active.icon {
225
- color: #2ECC40;
226
- text-shadow: 0px -1px 0px #21BA45, -1px 0px 0px #21BA45, 0px 1px 0px #21BA45, 1px 0px 0px #21BA45;
192
+ color: #2ecc40;
193
+ text-shadow: 0 -1px 0 #21ba45, -1px 0 0 #21ba45, 0 1px 0 #21ba45, 1px 0 0 #21ba45;
227
194
  }
228
195
  .ui.green.rating .icon.selected,
229
196
  .ui.green.rating .icon.selected.active,
230
197
  .ui.green.rating .icon.selected.partial.active {
231
198
  background: inherit;
232
199
  color: #1ea92e;
233
- text-shadow: 0px -1px 0px #16ab39, -1px 0px 0px #16ab39, 0px 1px 0px #16ab39, 1px 0px 0px #16ab39;
200
+ text-shadow: 0 -1px 0 #16ab39, -1px 0 0 #16ab39, 0 1px 0 #16ab39, 1px 0 0 #16ab39;
234
201
  -webkit-text-stroke: unset;
235
202
  background-clip: unset;
236
203
  }
237
204
  .ui.green.rating .icon.partial.active {
238
- background: -webkit-gradient(linear, left top, right top, from(#2ECC40), to(rgba(0, 0, 0, 0.15)));
239
- background: -webkit-linear-gradient(left, #2ECC40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
240
- background: linear-gradient(to right, #2ECC40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
241
- text-shadow: none;
242
- -webkit-text-stroke: #21BA45 0.78px;
243
- background-clip: text;
244
- color: transparent;
205
+ background: linear-gradient(to right, #2ecc40 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
206
+ -webkit-text-stroke: #21ba45 0.78px;
245
207
  }
246
208
  .ui.teal.rating .active.icon {
247
- color: #6DFFFF;
248
- text-shadow: 0px -1px 0px #00B5AD, -1px 0px 0px #00B5AD, 0px 1px 0px #00B5AD, 1px 0px 0px #00B5AD;
209
+ color: #6dffff;
210
+ text-shadow: 0 -1px 0 #00b5ad, -1px 0 0 #00b5ad, 0 1px 0 #00b5ad, 1px 0 0 #00b5ad;
249
211
  }
250
212
  .ui.teal.rating .icon.selected,
251
213
  .ui.teal.rating .icon.selected.active,
252
214
  .ui.teal.rating .icon.selected.partial.active {
253
215
  background: inherit;
254
216
  color: #3affff;
255
- text-shadow: 0px -1px 0px #009c95, -1px 0px 0px #009c95, 0px 1px 0px #009c95, 1px 0px 0px #009c95;
217
+ text-shadow: 0 -1px 0 #009c95, -1px 0 0 #009c95, 0 1px 0 #009c95, 1px 0 0 #009c95;
256
218
  -webkit-text-stroke: unset;
257
219
  background-clip: unset;
258
220
  }
259
221
  .ui.teal.rating .icon.partial.active {
260
- background: -webkit-gradient(linear, left top, right top, from(#6DFFFF), to(rgba(0, 0, 0, 0.15)));
261
- background: -webkit-linear-gradient(left, #6DFFFF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
262
- background: linear-gradient(to right, #6DFFFF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
263
- text-shadow: none;
264
- -webkit-text-stroke: #00B5AD 0.78px;
265
- background-clip: text;
266
- color: transparent;
222
+ background: linear-gradient(to right, #6dffff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
223
+ -webkit-text-stroke: #00b5ad 0.78px;
267
224
  }
268
225
  .ui.blue.rating .active.icon {
269
- color: #54C8FF;
270
- text-shadow: 0px -1px 0px #2185D0, -1px 0px 0px #2185D0, 0px 1px 0px #2185D0, 1px 0px 0px #2185D0;
226
+ color: #54c8ff;
227
+ text-shadow: 0 -1px 0 #2185d0, -1px 0 0 #2185d0, 0 1px 0 #2185d0, 1px 0 0 #2185d0;
271
228
  }
272
229
  .ui.blue.rating .icon.selected,
273
230
  .ui.blue.rating .icon.selected.active,
274
231
  .ui.blue.rating .icon.selected.partial.active {
275
232
  background: inherit;
276
233
  color: #21b8ff;
277
- text-shadow: 0px -1px 0px #1678c2, -1px 0px 0px #1678c2, 0px 1px 0px #1678c2, 1px 0px 0px #1678c2;
234
+ text-shadow: 0 -1px 0 #1678c2, -1px 0 0 #1678c2, 0 1px 0 #1678c2, 1px 0 0 #1678c2;
278
235
  -webkit-text-stroke: unset;
279
236
  background-clip: unset;
280
237
  }
281
238
  .ui.blue.rating .icon.partial.active {
282
- background: -webkit-gradient(linear, left top, right top, from(#54C8FF), to(rgba(0, 0, 0, 0.15)));
283
- background: -webkit-linear-gradient(left, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
284
- background: linear-gradient(to right, #54C8FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
285
- text-shadow: none;
286
- -webkit-text-stroke: #2185D0 0.78px;
287
- background-clip: text;
288
- color: transparent;
239
+ background: linear-gradient(to right, #54c8ff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
240
+ -webkit-text-stroke: #2185d0 0.78px;
289
241
  }
290
242
  .ui.violet.rating .active.icon {
291
- color: #A291FB;
292
- text-shadow: 0px -1px 0px #6435C9, -1px 0px 0px #6435C9, 0px 1px 0px #6435C9, 1px 0px 0px #6435C9;
243
+ color: #a291fb;
244
+ text-shadow: 0 -1px 0 #6435c9, -1px 0 0 #6435c9, 0 1px 0 #6435c9, 1px 0 0 #6435c9;
293
245
  }
294
246
  .ui.violet.rating .icon.selected,
295
247
  .ui.violet.rating .icon.selected.active,
296
248
  .ui.violet.rating .icon.selected.partial.active {
297
249
  background: inherit;
298
250
  color: #745aff;
299
- text-shadow: 0px -1px 0px #5829bb, -1px 0px 0px #5829bb, 0px 1px 0px #5829bb, 1px 0px 0px #5829bb;
251
+ text-shadow: 0 -1px 0 #5829bb, -1px 0 0 #5829bb, 0 1px 0 #5829bb, 1px 0 0 #5829bb;
300
252
  -webkit-text-stroke: unset;
301
253
  background-clip: unset;
302
254
  }
303
255
  .ui.violet.rating .icon.partial.active {
304
- background: -webkit-gradient(linear, left top, right top, from(#A291FB), to(rgba(0, 0, 0, 0.15)));
305
- background: -webkit-linear-gradient(left, #A291FB 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
306
- background: linear-gradient(to right, #A291FB 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
307
- text-shadow: none;
308
- -webkit-text-stroke: #6435C9 0.78px;
309
- background-clip: text;
310
- color: transparent;
256
+ background: linear-gradient(to right, #a291fb 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
257
+ -webkit-text-stroke: #6435c9 0.78px;
311
258
  }
312
259
  .ui.purple.rating .active.icon {
313
- color: #DC73FF;
314
- text-shadow: 0px -1px 0px #A333C8, -1px 0px 0px #A333C8, 0px 1px 0px #A333C8, 1px 0px 0px #A333C8;
260
+ color: #dc73ff;
261
+ text-shadow: 0 -1px 0 #a333c8, -1px 0 0 #a333c8, 0 1px 0 #a333c8, 1px 0 0 #a333c8;
315
262
  }
316
263
  .ui.purple.rating .icon.selected,
317
264
  .ui.purple.rating .icon.selected.active,
318
265
  .ui.purple.rating .icon.selected.partial.active {
319
266
  background: inherit;
320
267
  color: #cf40ff;
321
- text-shadow: 0px -1px 0px #9627ba, -1px 0px 0px #9627ba, 0px 1px 0px #9627ba, 1px 0px 0px #9627ba;
268
+ text-shadow: 0 -1px 0 #9627ba, -1px 0 0 #9627ba, 0 1px 0 #9627ba, 1px 0 0 #9627ba;
322
269
  -webkit-text-stroke: unset;
323
270
  background-clip: unset;
324
271
  }
325
272
  .ui.purple.rating .icon.partial.active {
326
- background: -webkit-gradient(linear, left top, right top, from(#DC73FF), to(rgba(0, 0, 0, 0.15)));
327
- background: -webkit-linear-gradient(left, #DC73FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
328
- background: linear-gradient(to right, #DC73FF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
329
- text-shadow: none;
330
- -webkit-text-stroke: #A333C8 0.78px;
331
- background-clip: text;
332
- color: transparent;
273
+ background: linear-gradient(to right, #dc73ff 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
274
+ -webkit-text-stroke: #a333c8 0.78px;
333
275
  }
334
276
  .ui.pink.rating .active.icon {
335
- color: #FF8EDF;
336
- text-shadow: 0px -1px 0px #E03997, -1px 0px 0px #E03997, 0px 1px 0px #E03997, 1px 0px 0px #E03997;
277
+ color: #ff8edf;
278
+ text-shadow: 0 -1px 0 #e03997, -1px 0 0 #e03997, 0 1px 0 #e03997, 1px 0 0 #e03997;
337
279
  }
338
280
  .ui.pink.rating .icon.selected,
339
281
  .ui.pink.rating .icon.selected.active,
340
282
  .ui.pink.rating .icon.selected.partial.active {
341
283
  background: inherit;
342
284
  color: #ff5bd1;
343
- text-shadow: 0px -1px 0px #e61a8d, -1px 0px 0px #e61a8d, 0px 1px 0px #e61a8d, 1px 0px 0px #e61a8d;
285
+ text-shadow: 0 -1px 0 #e61a8d, -1px 0 0 #e61a8d, 0 1px 0 #e61a8d, 1px 0 0 #e61a8d;
344
286
  -webkit-text-stroke: unset;
345
287
  background-clip: unset;
346
288
  }
347
289
  .ui.pink.rating .icon.partial.active {
348
- background: -webkit-gradient(linear, left top, right top, from(#FF8EDF), to(rgba(0, 0, 0, 0.15)));
349
- background: -webkit-linear-gradient(left, #FF8EDF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
350
- background: linear-gradient(to right, #FF8EDF 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
351
- text-shadow: none;
352
- -webkit-text-stroke: #E03997 0.78px;
353
- background-clip: text;
354
- color: transparent;
290
+ background: linear-gradient(to right, #ff8edf 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
291
+ -webkit-text-stroke: #e03997 0.78px;
355
292
  }
356
293
  .ui.brown.rating .active.icon {
357
- color: #D67C1C;
358
- text-shadow: 0px -1px 0px #A5673F, -1px 0px 0px #A5673F, 0px 1px 0px #A5673F, 1px 0px 0px #A5673F;
294
+ color: #d67c1c;
295
+ text-shadow: 0 -1px 0 #a5673f, -1px 0 0 #a5673f, 0 1px 0 #a5673f, 1px 0 0 #a5673f;
359
296
  }
360
297
  .ui.brown.rating .icon.selected,
361
298
  .ui.brown.rating .icon.selected.active,
362
299
  .ui.brown.rating .icon.selected.partial.active {
363
300
  background: inherit;
364
301
  color: #b0620f;
365
- text-shadow: 0px -1px 0px #975b33, -1px 0px 0px #975b33, 0px 1px 0px #975b33, 1px 0px 0px #975b33;
302
+ text-shadow: 0 -1px 0 #975b33, -1px 0 0 #975b33, 0 1px 0 #975b33, 1px 0 0 #975b33;
366
303
  -webkit-text-stroke: unset;
367
304
  background-clip: unset;
368
305
  }
369
306
  .ui.brown.rating .icon.partial.active {
370
- background: -webkit-gradient(linear, left top, right top, from(#D67C1C), to(rgba(0, 0, 0, 0.15)));
371
- background: -webkit-linear-gradient(left, #D67C1C 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
372
- background: linear-gradient(to right, #D67C1C 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
373
- text-shadow: none;
374
- -webkit-text-stroke: #A5673F 0.78px;
375
- background-clip: text;
376
- color: transparent;
307
+ background: linear-gradient(to right, #d67c1c 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
308
+ -webkit-text-stroke: #a5673f 0.78px;
377
309
  }
378
310
  .ui.grey.rating .active.icon {
379
- color: #DCDDDE;
380
- text-shadow: 0px -1px 0px #767676, -1px 0px 0px #767676, 0px 1px 0px #767676, 1px 0px 0px #767676;
311
+ color: #dcddde;
312
+ text-shadow: 0 -1px 0 #767676, -1px 0 0 #767676, 0 1px 0 #767676, 1px 0 0 #767676;
381
313
  }
382
314
  .ui.grey.rating .icon.selected,
383
315
  .ui.grey.rating .icon.selected.active,
384
316
  .ui.grey.rating .icon.selected.partial.active {
385
317
  background: inherit;
386
318
  color: #c2c4c5;
387
- text-shadow: 0px -1px 0px #838383, -1px 0px 0px #838383, 0px 1px 0px #838383, 1px 0px 0px #838383;
319
+ text-shadow: 0 -1px 0 #838383, -1px 0 0 #838383, 0 1px 0 #838383, 1px 0 0 #838383;
388
320
  -webkit-text-stroke: unset;
389
321
  background-clip: unset;
390
322
  }
391
323
  .ui.grey.rating .icon.partial.active {
392
- background: -webkit-gradient(linear, left top, right top, from(#DCDDDE), to(rgba(0, 0, 0, 0.15)));
393
- background: -webkit-linear-gradient(left, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
394
- background: linear-gradient(to right, #DCDDDE 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
395
- text-shadow: none;
324
+ background: linear-gradient(to right, #dcddde 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
396
325
  -webkit-text-stroke: #767676 0.78px;
397
- background-clip: text;
398
- color: transparent;
399
326
  }
400
327
  .ui.black.rating .active.icon {
401
328
  color: #545454;
402
- text-shadow: 0px -1px 0px #1B1C1D, -1px 0px 0px #1B1C1D, 0px 1px 0px #1B1C1D, 1px 0px 0px #1B1C1D;
329
+ text-shadow: 0 -1px 0 #1b1c1d, -1px 0 0 #1b1c1d, 0 1px 0 #1b1c1d, 1px 0 0 #1b1c1d;
403
330
  }
404
331
  .ui.black.rating .icon.selected,
405
332
  .ui.black.rating .icon.selected.active,
406
333
  .ui.black.rating .icon.selected.partial.active {
407
334
  background: inherit;
408
335
  color: #000000;
409
- text-shadow: 0px -1px 0px #27292a, -1px 0px 0px #27292a, 0px 1px 0px #27292a, 1px 0px 0px #27292a;
336
+ text-shadow: 0 -1px 0 #27292a, -1px 0 0 #27292a, 0 1px 0 #27292a, 1px 0 0 #27292a;
410
337
  -webkit-text-stroke: unset;
411
338
  background-clip: unset;
412
339
  }
413
340
  .ui.black.rating .icon.partial.active {
414
- background: -webkit-gradient(linear, left top, right top, from(#545454), to(rgba(0, 0, 0, 0.15)));
415
- background: -webkit-linear-gradient(left, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
416
341
  background: linear-gradient(to right, #545454 0% var(--full), rgba(0, 0, 0, 0.15) var(--full) 100%);
417
- text-shadow: none;
418
- -webkit-text-stroke: #1B1C1D 0.78px;
419
- background-clip: text;
420
- color: transparent;
342
+ -webkit-text-stroke: #1b1c1d 0.78px;
421
343
  }
422
344
 
423
345
 
@@ -426,10 +348,9 @@
426
348
  *******************************/
427
349
 
428
350
 
429
- /*-------------------
430
- Disabled
431
- --------------------*/
432
-
351
+ /* -------------------
352
+ Disabled
353
+ -------------------- */
433
354
 
434
355
  /* disabled rating */
435
356
  .ui.disabled.rating .icon {
@@ -437,10 +358,9 @@
437
358
  pointer-events: none;
438
359
  }
439
360
 
440
- /*-------------------
361
+ /* -------------------
441
362
  User Interactive
442
- --------------------*/
443
-
363
+ -------------------- */
444
364
 
445
365
  /* Selected Rating */
446
366
  .ui.rating.selected .active.icon {