rails-active-ui 0.2.2 → 0.3.1

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.
Files changed (226) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/datatables.css +15 -0
  3. data/app/assets/stylesheets.css +5 -1
  4. data/app/blocks/resource_list_block.rb +153 -0
  5. data/app/components/back_button_component.rb +34 -0
  6. data/app/components/button_component.rb +4 -2
  7. data/app/components/button_to_component.rb +3 -4
  8. data/app/components/column_component.rb +1 -1
  9. data/app/components/container_component.rb +1 -1
  10. data/app/components/dropdown_component.rb +8 -2
  11. data/app/components/grid_component.rb +5 -1
  12. data/app/components/link_to_component.rb +23 -0
  13. data/app/components/menu_item_component.rb +5 -1
  14. data/app/components/message_component.rb +3 -1
  15. data/app/components/modal_component.rb +23 -3
  16. data/app/components/paragraph_component.rb +13 -0
  17. data/app/components/row_component.rb +1 -1
  18. data/app/components/table_row_component.rb +3 -5
  19. data/app/components/template_component.rb +13 -0
  20. data/app/helpers/component_helper.rb +122 -76
  21. data/app/helpers/fui_helper.rb +37 -0
  22. data/app/javascript/datatables.js +10 -0
  23. data/app/javascript/ui/controllers/fui_datatable_controller.js +35 -0
  24. data/app/javascript/ui/controllers/fui_dropdown_controller.js +8 -1
  25. data/app/javascript/ui/controllers/fui_item_list_controller.js +40 -0
  26. data/app/javascript/ui/controllers/navigation_controller.js +23 -0
  27. data/app/javascript/ui/index.js +11 -0
  28. data/app/lib/component.rb +1 -1
  29. data/config/importmap.rb +3 -0
  30. data/config/initializers/ruby_template_handler.rb +4 -1
  31. data/formantic-ui/components/accordion.css +369 -0
  32. data/formantic-ui/components/accordion.js +595 -0
  33. data/formantic-ui/components/accordion.min.css +9 -0
  34. data/formantic-ui/components/accordion.min.js +11 -0
  35. data/formantic-ui/components/ad.css +264 -0
  36. data/formantic-ui/components/ad.min.css +10 -0
  37. data/formantic-ui/components/api.js +1225 -0
  38. data/formantic-ui/components/api.min.js +11 -0
  39. data/formantic-ui/components/breadcrumb.css +135 -0
  40. data/formantic-ui/components/breadcrumb.min.css +9 -0
  41. data/formantic-ui/components/button.css +4058 -0
  42. data/formantic-ui/components/button.min.css +9 -0
  43. data/formantic-ui/components/calendar.css +327 -0
  44. data/formantic-ui/components/calendar.js +2045 -0
  45. data/formantic-ui/components/calendar.min.css +9 -0
  46. data/formantic-ui/components/calendar.min.js +11 -0
  47. data/formantic-ui/components/card.css +1881 -0
  48. data/formantic-ui/components/card.min.css +9 -0
  49. data/formantic-ui/components/checkbox.css +785 -0
  50. data/formantic-ui/components/checkbox.js +888 -0
  51. data/formantic-ui/components/checkbox.min.css +9 -0
  52. data/formantic-ui/components/checkbox.min.js +11 -0
  53. data/formantic-ui/components/comment.css +283 -0
  54. data/formantic-ui/components/comment.min.css +9 -0
  55. data/formantic-ui/components/container.css +300 -0
  56. data/formantic-ui/components/container.min.css +9 -0
  57. data/formantic-ui/components/dimmer.css +367 -0
  58. data/formantic-ui/components/dimmer.js +732 -0
  59. data/formantic-ui/components/dimmer.min.css +9 -0
  60. data/formantic-ui/components/dimmer.min.js +11 -0
  61. data/formantic-ui/components/divider.css +287 -0
  62. data/formantic-ui/components/divider.min.css +9 -0
  63. data/formantic-ui/components/dropdown.css +2087 -0
  64. data/formantic-ui/components/dropdown.js +4432 -0
  65. data/formantic-ui/components/dropdown.min.css +9 -0
  66. data/formantic-ui/components/dropdown.min.js +11 -0
  67. data/formantic-ui/components/embed.css +155 -0
  68. data/formantic-ui/components/embed.js +688 -0
  69. data/formantic-ui/components/embed.min.css +9 -0
  70. data/formantic-ui/components/embed.min.js +11 -0
  71. data/formantic-ui/components/emoji.css +15311 -0
  72. data/formantic-ui/components/emoji.min.css +9 -0
  73. data/formantic-ui/components/feed.css +799 -0
  74. data/formantic-ui/components/feed.min.css +9 -0
  75. data/formantic-ui/components/flag.css +1149 -0
  76. data/formantic-ui/components/flag.min.css +9 -0
  77. data/formantic-ui/components/flyout.css +546 -0
  78. data/formantic-ui/components/flyout.js +1551 -0
  79. data/formantic-ui/components/flyout.min.css +9 -0
  80. data/formantic-ui/components/flyout.min.js +11 -0
  81. data/formantic-ui/components/form.css +1885 -0
  82. data/formantic-ui/components/form.js +2199 -0
  83. data/formantic-ui/components/form.min.css +9 -0
  84. data/formantic-ui/components/form.min.js +11 -0
  85. data/formantic-ui/components/grid.css +1952 -0
  86. data/formantic-ui/components/grid.min.css +9 -0
  87. data/formantic-ui/components/header.css +778 -0
  88. data/formantic-ui/components/header.min.css +9 -0
  89. data/formantic-ui/components/icon.css +7066 -0
  90. data/formantic-ui/components/icon.min.css +9 -0
  91. data/formantic-ui/components/image.css +315 -0
  92. data/formantic-ui/components/image.min.css +9 -0
  93. data/formantic-ui/components/input.css +1566 -0
  94. data/formantic-ui/components/input.min.css +9 -0
  95. data/formantic-ui/components/item.css +534 -0
  96. data/formantic-ui/components/item.min.css +9 -0
  97. data/formantic-ui/components/label.css +2114 -0
  98. data/formantic-ui/components/label.min.css +9 -0
  99. data/formantic-ui/components/list.css +955 -0
  100. data/formantic-ui/components/list.min.css +9 -0
  101. data/formantic-ui/components/loader.css +787 -0
  102. data/formantic-ui/components/loader.min.css +9 -0
  103. data/formantic-ui/components/menu.css +2131 -0
  104. data/formantic-ui/components/menu.min.css +9 -0
  105. data/formantic-ui/components/message.css +619 -0
  106. data/formantic-ui/components/message.min.css +9 -0
  107. data/formantic-ui/components/modal.css +779 -0
  108. data/formantic-ui/components/modal.js +1637 -0
  109. data/formantic-ui/components/modal.min.css +9 -0
  110. data/formantic-ui/components/modal.min.js +11 -0
  111. data/formantic-ui/components/nag.css +290 -0
  112. data/formantic-ui/components/nag.js +566 -0
  113. data/formantic-ui/components/nag.min.css +9 -0
  114. data/formantic-ui/components/nag.min.js +11 -0
  115. data/formantic-ui/components/placeholder.css +228 -0
  116. data/formantic-ui/components/placeholder.min.css +9 -0
  117. data/formantic-ui/components/popup.css +1184 -0
  118. data/formantic-ui/components/popup.js +1561 -0
  119. data/formantic-ui/components/popup.min.css +9 -0
  120. data/formantic-ui/components/popup.min.js +11 -0
  121. data/formantic-ui/components/progress.css +761 -0
  122. data/formantic-ui/components/progress.js +979 -0
  123. data/formantic-ui/components/progress.min.css +9 -0
  124. data/formantic-ui/components/progress.min.js +11 -0
  125. data/formantic-ui/components/rail.css +147 -0
  126. data/formantic-ui/components/rail.min.css +9 -0
  127. data/formantic-ui/components/rating.css +414 -0
  128. data/formantic-ui/components/rating.js +540 -0
  129. data/formantic-ui/components/rating.min.css +9 -0
  130. data/formantic-ui/components/rating.min.js +11 -0
  131. data/formantic-ui/components/reset.css +386 -0
  132. data/formantic-ui/components/reset.min.css +9 -0
  133. data/formantic-ui/components/reveal.css +277 -0
  134. data/formantic-ui/components/reveal.min.css +9 -0
  135. data/formantic-ui/components/search.css +541 -0
  136. data/formantic-ui/components/search.js +1641 -0
  137. data/formantic-ui/components/search.min.css +9 -0
  138. data/formantic-ui/components/search.min.js +11 -0
  139. data/formantic-ui/components/segment.css +1053 -0
  140. data/formantic-ui/components/segment.min.css +9 -0
  141. data/formantic-ui/components/shape.css +144 -0
  142. data/formantic-ui/components/shape.js +797 -0
  143. data/formantic-ui/components/shape.min.css +9 -0
  144. data/formantic-ui/components/shape.min.js +11 -0
  145. data/formantic-ui/components/sidebar.css +539 -0
  146. data/formantic-ui/components/sidebar.js +1054 -0
  147. data/formantic-ui/components/sidebar.min.css +9 -0
  148. data/formantic-ui/components/sidebar.min.js +11 -0
  149. data/formantic-ui/components/site.css +286 -0
  150. data/formantic-ui/components/site.js +455 -0
  151. data/formantic-ui/components/site.min.css +9 -0
  152. data/formantic-ui/components/site.min.js +11 -0
  153. data/formantic-ui/components/slider.css +926 -0
  154. data/formantic-ui/components/slider.js +1546 -0
  155. data/formantic-ui/components/slider.min.css +9 -0
  156. data/formantic-ui/components/slider.min.js +11 -0
  157. data/formantic-ui/components/state.js +697 -0
  158. data/formantic-ui/components/state.min.js +11 -0
  159. data/formantic-ui/components/statistic.css +586 -0
  160. data/formantic-ui/components/statistic.min.css +9 -0
  161. data/formantic-ui/components/step.css +1538 -0
  162. data/formantic-ui/components/step.min.css +9 -0
  163. data/formantic-ui/components/sticky.css +73 -0
  164. data/formantic-ui/components/sticky.js +917 -0
  165. data/formantic-ui/components/sticky.min.css +9 -0
  166. data/formantic-ui/components/sticky.min.js +11 -0
  167. data/formantic-ui/components/tab.css +84 -0
  168. data/formantic-ui/components/tab.js +967 -0
  169. data/formantic-ui/components/tab.min.css +9 -0
  170. data/formantic-ui/components/tab.min.js +11 -0
  171. data/formantic-ui/components/table.css +3473 -0
  172. data/formantic-ui/components/table.min.css +9 -0
  173. data/formantic-ui/components/text.css +155 -0
  174. data/formantic-ui/components/text.min.css +9 -0
  175. data/formantic-ui/components/toast.css +751 -0
  176. data/formantic-ui/components/toast.js +964 -0
  177. data/formantic-ui/components/toast.min.css +9 -0
  178. data/formantic-ui/components/toast.min.js +11 -0
  179. data/formantic-ui/components/transition.css +1148 -0
  180. data/formantic-ui/components/transition.js +1034 -0
  181. data/formantic-ui/components/transition.min.css +9 -0
  182. data/formantic-ui/components/transition.min.js +11 -0
  183. data/formantic-ui/components/visibility.js +1292 -0
  184. data/formantic-ui/components/visibility.min.js +11 -0
  185. data/formantic-ui/semantic.css +78485 -0
  186. data/formantic-ui/semantic.js +31036 -0
  187. data/formantic-ui/semantic.min.css +11 -0
  188. data/formantic-ui/semantic.min.js +11 -0
  189. data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
  190. data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
  191. data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
  192. data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
  193. data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  194. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  195. data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  196. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  197. data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  198. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  199. data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  200. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  201. data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  202. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  203. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  204. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  205. data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  206. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  207. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  208. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  209. data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  210. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
  211. data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  212. data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
  213. data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
  214. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
  215. data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  216. data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
  217. data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
  218. data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
  219. data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
  220. data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
  221. data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
  222. data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
  223. data/lib/ui/engine.rb +7 -2
  224. data/lib/ui/version.rb +1 -1
  225. metadata +205 -7
  226. data/app/components/link_component.rb +0 -23
@@ -0,0 +1,926 @@
1
+ /*!
2
+ * # Fomantic-UI 2.9.4 - Slider
3
+ * https://github.com/fomantic/Fomantic-UI/
4
+ *
5
+ *
6
+ * Released under the MIT license
7
+ * https://opensource.org/licenses/MIT
8
+ *
9
+ */
10
+ .ui.slider:not(.vertical):not(.checkbox) {
11
+ width: 100%;
12
+ padding: 1em 0.5em;
13
+ }
14
+ .ui.slider:not(.checkbox) {
15
+ position: relative;
16
+ }
17
+ .ui.slider:not(.checkbox):focus {
18
+ outline: 0;
19
+ }
20
+ .ui.slider .inner {
21
+ position: relative;
22
+ z-index: 2;
23
+ }
24
+ .ui.slider:not(.vertical) .inner {
25
+ height: 1.5em;
26
+ }
27
+ .ui.slider .inner:hover {
28
+ cursor: auto;
29
+ }
30
+ .ui.slider .inner .track {
31
+ position: absolute;
32
+ border-radius: 4px;
33
+ background-color: rgba(0, 0, 0, 0.05);
34
+ }
35
+ .ui.slider:not(.vertical) .inner .track {
36
+ width: 100%;
37
+ height: 0.4em;
38
+ top: 0.55em;
39
+ left: 0;
40
+ }
41
+ .ui.slider .inner .track-fill {
42
+ position: absolute;
43
+ border-radius: 4px;
44
+ background-color: #1b1c1d;
45
+ }
46
+ .ui.slider:not(.vertical) .inner .track-fill {
47
+ height: 0.4em;
48
+ top: 0.55em;
49
+ left: 0;
50
+ }
51
+ .ui.slider .inner .thumb {
52
+ position: absolute;
53
+ left: 0;
54
+ top: 0;
55
+ height: 1.5em;
56
+ width: 1.5em;
57
+ background: #fff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
58
+ border-radius: 100%;
59
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
60
+ transition: background 0.3s ease;
61
+ }
62
+ .ui.slider:not(.disabled) .inner .thumb:hover {
63
+ cursor: pointer;
64
+ background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
65
+ }
66
+ .ui.slider:not(.disabled):focus .inner .thumb {
67
+ background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
68
+ }
69
+
70
+
71
+ /*******************************
72
+ States
73
+ *******************************/
74
+
75
+
76
+ /* --------------
77
+ Disabled
78
+ --------------- */
79
+ .ui.disabled.slider:not(.checkbox) {
80
+ opacity: 0.5;
81
+ }
82
+ .ui.disabled.slider .inner:hover {
83
+ cursor: auto;
84
+ }
85
+ .ui.disabled.slider .inner .track-fill {
86
+ background: #ccc;
87
+ }
88
+
89
+ /* --------------
90
+ Reversed
91
+ --------------- */
92
+ .ui.reversed.slider .inner .track-fill {
93
+ left: auto;
94
+ right: 0;
95
+ }
96
+ .ui.reversed.slider:not(.vertical) .inner .thumb {
97
+ left: auto;
98
+ right: 0;
99
+ }
100
+ .ui.reversed.vertical.slider .inner .thumb {
101
+ left: 0.03em;
102
+ }
103
+ .ui.labeled.reversed.slider > .labels .label {
104
+ transform: translate(-100%, -100%);
105
+ }
106
+
107
+
108
+ /*******************************
109
+ Variations
110
+ *******************************/
111
+
112
+
113
+ /* --------------
114
+ Vertical
115
+ --------------- */
116
+ .ui.vertical.slider {
117
+ height: 100%;
118
+ width: 1.5em;
119
+ padding: 0.5em 1em;
120
+ }
121
+ .ui.vertical.slider .inner {
122
+ height: 100%;
123
+ }
124
+ .ui.vertical.slider .inner .track {
125
+ height: 100%;
126
+ width: 0.4em;
127
+ left: 0.55em;
128
+ top: 0;
129
+ }
130
+ .ui.vertical.slider .inner .track-fill {
131
+ width: 0.4em;
132
+ left: 0.55em;
133
+ top: 0;
134
+ }
135
+
136
+ /* Vertical Reversed */
137
+ .ui.vertical.reversed.slider .inner .thumb {
138
+ top: auto;
139
+ bottom: 0;
140
+ }
141
+ .ui.vertical.reversed.slider .inner .track-fill {
142
+ top: auto;
143
+ bottom: 0;
144
+ }
145
+
146
+ /* --------------
147
+ Labeled
148
+ --------------- */
149
+ .ui.labeled.slider > .labels {
150
+ height: 1.5em;
151
+ width: auto;
152
+ margin: 0;
153
+ padding: 0;
154
+ position: absolute;
155
+ top: 50%;
156
+ left: 0;
157
+ right: 0;
158
+ }
159
+ .ui.labeled.slider:not(.vertical) > .labels {
160
+ transform: translateY(-50%);
161
+ }
162
+ .ui.labeled.slider > .labels .label {
163
+ display: inline-flex;
164
+ position: absolute;
165
+ transform: translate(-50%, -100%);
166
+ white-space: nowrap;
167
+ }
168
+ .ui.labeled.slider > .labels .label:not(.ui) {
169
+ padding: 0.2em 0;
170
+ }
171
+ .ui.bottom.aligned.labeled.slider > .labels .label {
172
+ bottom: 0;
173
+ transform: translate(-50%, 100%);
174
+ }
175
+ .ui.labeled.ticked.slider > .labels .label::after {
176
+ content: " ";
177
+ height: 1.5em;
178
+ width: 1px;
179
+ background: #ccc;
180
+ position: absolute;
181
+ top: 100%;
182
+ left: 50%;
183
+ }
184
+ .ui.bottom.aligned.labeled.ticked.slider > .labels .label::after {
185
+ top: auto;
186
+ bottom: 100%;
187
+ }
188
+ .ui.labeled.slider.bottom.aligned .labels .ui.label {
189
+ margin-bottom: -0.5em;
190
+ }
191
+ .ui.labeled.ticked.slider.bottom.aligned .labels .ui.label::after {
192
+ margin-bottom: 0.5em;
193
+ }
194
+ .ui.labeled.ticked.slider > .labels .halftick.label::after {
195
+ height: 0.75em;
196
+ }
197
+ .ui.inverted.labeled.ticked.slider > .labels .label::after {
198
+ background: #333;
199
+ }
200
+ .ui.labeled.slider:not(.vertical):not(.bottom) .labels .ui.label {
201
+ margin-top: -0.5em;
202
+ }
203
+ .ui.labeled.ticked.slider:not(.vertical):not(.bottom) .labels .ui.label::after {
204
+ margin-top: 0.5em;
205
+ }
206
+ .ui.labeled.ticked.slider:not(.vertical) > .labels .ui.label::after {
207
+ height: 2em;
208
+ }
209
+
210
+ /* Vertical Labels */
211
+ .ui.labeled.vertical.slider > .labels {
212
+ width: 1.5em;
213
+ height: auto;
214
+ left: 50%;
215
+ top: 0;
216
+ bottom: 0;
217
+ transform: translateX(-50%);
218
+ }
219
+ .ui.labeled.vertical.slider > .labels .label {
220
+ transform: translate(-100%, -50%);
221
+ }
222
+ .ui.labeled.vertical.slider > .labels .label::after {
223
+ width: 1.5em;
224
+ height: 1px;
225
+ left: 100%;
226
+ top: 50%;
227
+ }
228
+ .ui.labeled.vertical.slider > .labels .halftick.label::after {
229
+ width: 0.75em;
230
+ height: 1px;
231
+ }
232
+ .ui.labeled.vertical.slider:not(.right) > .labels .halftick.label::after {
233
+ margin-left: 0.6em;
234
+ }
235
+
236
+ /* Vertical Reversed Labels */
237
+ .ui.labeled.vertical.reversed.slider > .labels .label {
238
+ transform: translate(-100%, 50%);
239
+ }
240
+ .ui.labeled.ticked.vertical.slider:not(.right) > .labels .ui.label::after {
241
+ margin-left: 0.3em;
242
+ }
243
+ .ui.labeled.vertical.right.aligned.slider > .labels {
244
+ transform: translateX(50%);
245
+ left: calc(100% + 0.6em);
246
+ }
247
+ .ui.labeled.vertical.right.aligned.slider > .labels .label {
248
+ transform: translate(100%, -50%);
249
+ right: 100%;
250
+ }
251
+ .ui.labeled.vertical.right.aligned.slider > .labels .label::after {
252
+ right: 100%;
253
+ left: auto;
254
+ }
255
+ .ui.labeled.vertical.right.aligned.slider > .labels .halftick.label::after {
256
+ margin-right: 0.6em;
257
+ }
258
+ .ui.labeled.vertical.reversed.right.aligned.slider > .labels .label {
259
+ transform: translate(100%, 50%);
260
+ }
261
+ .ui.labeled.ticked.vertical.right.aligned.slider > .labels .ui.label::after {
262
+ margin-right: 0.3em;
263
+ }
264
+
265
+ /* --------------
266
+ Hover
267
+ --------------- */
268
+ .ui.hover.slider .inner .thumb {
269
+ opacity: 0;
270
+ transition: opacity 0.2s linear;
271
+ }
272
+ .ui.hover.slider:not(.disabled):hover .inner .thumb,
273
+ .ui.hover.slider:not(.disabled):focus .inner .thumb {
274
+ opacity: 1;
275
+ }
276
+
277
+ /* --------------
278
+ Inverted
279
+ --------------- */
280
+ .ui.inverted.slider .inner .track-fill {
281
+ background-color: #545454;
282
+ }
283
+ .ui.inverted.slider .inner .track {
284
+ background-color: rgba(255, 255, 255, 0.08);
285
+ }
286
+ .ui.labeled.slider > .active.labels .label {
287
+ transition: all 0.2s ease;
288
+ }
289
+ .ui.labeled.ticked.slider > .active.labels .active.label::after {
290
+ background: #1b1c1d;
291
+ }
292
+ .ui.inverted.labeled.ticked.slider > .active.labels .active.label::after {
293
+ background: #545454;
294
+ }
295
+ .ui.labeled.ticked.slider > .active.labels .active.label::after,
296
+ .ui.labeled.slider > .active.labels .label:not(.active) {
297
+ opacity: 0.6;
298
+ }
299
+
300
+ /* --------------
301
+ Colors
302
+ --------------- */
303
+
304
+ /* Standard */
305
+ .ui.primary.slider .inner .track-fill {
306
+ background-color: #2185d0;
307
+ }
308
+ .ui.primary.inverted.slider .inner .track-fill {
309
+ background-color: #54c8ff;
310
+ }
311
+
312
+ /* Basic */
313
+ .ui.primary.slider.basic .inner .thumb {
314
+ background-color: #2185d0;
315
+ }
316
+ .ui.primary.slider.basic .inner .thumb:hover,
317
+ .ui.primary.slider.basic:focus .inner .thumb {
318
+ background-color: #1678c2;
319
+ }
320
+
321
+ /* Basic Inverted */
322
+ .ui.primary.inverted.slider.basic .inner .thumb {
323
+ background-color: #54c8ff;
324
+ }
325
+ .ui.primary.inverted.slider.basic .inner .thumb:hover,
326
+ .ui.primary.inverted.slider.basic:focus .inner .thumb {
327
+ background-color: #21b8ff;
328
+ }
329
+ .ui.primary.labeled.ticked.slider > .active.labels .active.label::after {
330
+ background-color: #2185d0;
331
+ }
332
+ .ui.primary.inverted.labeled.ticked.slider > .active.labels .active.label::after {
333
+ background-color: #54c8ff;
334
+ }
335
+
336
+ /* Standard */
337
+ .ui.secondary.slider .inner .track-fill {
338
+ background-color: #1b1c1d;
339
+ }
340
+ .ui.secondary.inverted.slider .inner .track-fill {
341
+ background-color: #545454;
342
+ }
343
+
344
+ /* Basic */
345
+ .ui.secondary.slider.basic .inner .thumb {
346
+ background-color: #1b1c1d;
347
+ }
348
+ .ui.secondary.slider.basic .inner .thumb:hover,
349
+ .ui.secondary.slider.basic:focus .inner .thumb {
350
+ background-color: #27292a;
351
+ }
352
+
353
+ /* Basic Inverted */
354
+ .ui.secondary.inverted.slider.basic .inner .thumb {
355
+ background-color: #545454;
356
+ }
357
+ .ui.secondary.inverted.slider.basic .inner .thumb:hover,
358
+ .ui.secondary.inverted.slider.basic:focus .inner .thumb {
359
+ background-color: #6e6e6e;
360
+ }
361
+ .ui.secondary.labeled.ticked.slider > .active.labels .active.label::after {
362
+ background-color: #1b1c1d;
363
+ }
364
+ .ui.secondary.inverted.labeled.ticked.slider > .active.labels .active.label::after {
365
+ background-color: #545454;
366
+ }
367
+
368
+ /* Standard */
369
+ .ui.red.slider .inner .track-fill {
370
+ background-color: #db2828;
371
+ }
372
+ .ui.red.inverted.slider .inner .track-fill {
373
+ background-color: #ff695e;
374
+ }
375
+
376
+ /* Basic */
377
+ .ui.red.slider.basic .inner .thumb {
378
+ background-color: #db2828;
379
+ }
380
+ .ui.red.slider.basic .inner .thumb:hover,
381
+ .ui.red.slider.basic:focus .inner .thumb {
382
+ background-color: #d01919;
383
+ }
384
+
385
+ /* Basic Inverted */
386
+ .ui.red.inverted.slider.basic .inner .thumb {
387
+ background-color: #ff695e;
388
+ }
389
+ .ui.red.inverted.slider.basic .inner .thumb:hover,
390
+ .ui.red.inverted.slider.basic:focus .inner .thumb {
391
+ background-color: #ff392b;
392
+ }
393
+ .ui.red.labeled.ticked.slider > .active.labels .active.label::after {
394
+ background-color: #db2828;
395
+ }
396
+ .ui.red.inverted.labeled.ticked.slider > .active.labels .active.label::after {
397
+ background-color: #ff695e;
398
+ }
399
+
400
+ /* Standard */
401
+ .ui.orange.slider .inner .track-fill {
402
+ background-color: #f2711c;
403
+ }
404
+ .ui.orange.inverted.slider .inner .track-fill {
405
+ background-color: #ff851b;
406
+ }
407
+
408
+ /* Basic */
409
+ .ui.orange.slider.basic .inner .thumb {
410
+ background-color: #f2711c;
411
+ }
412
+ .ui.orange.slider.basic .inner .thumb:hover,
413
+ .ui.orange.slider.basic:focus .inner .thumb {
414
+ background-color: #f26202;
415
+ }
416
+
417
+ /* Basic Inverted */
418
+ .ui.orange.inverted.slider.basic .inner .thumb {
419
+ background-color: #ff851b;
420
+ }
421
+ .ui.orange.inverted.slider.basic .inner .thumb:hover,
422
+ .ui.orange.inverted.slider.basic:focus .inner .thumb {
423
+ background-color: #e76b00;
424
+ }
425
+ .ui.orange.labeled.ticked.slider > .active.labels .active.label::after {
426
+ background-color: #f2711c;
427
+ }
428
+ .ui.orange.inverted.labeled.ticked.slider > .active.labels .active.label::after {
429
+ background-color: #ff851b;
430
+ }
431
+
432
+ /* Standard */
433
+ .ui.yellow.slider .inner .track-fill {
434
+ background-color: #fbbd08;
435
+ }
436
+ .ui.yellow.inverted.slider .inner .track-fill {
437
+ background-color: #ffe21f;
438
+ }
439
+
440
+ /* Basic */
441
+ .ui.yellow.slider.basic .inner .thumb {
442
+ background-color: #fbbd08;
443
+ }
444
+ .ui.yellow.slider.basic .inner .thumb:hover,
445
+ .ui.yellow.slider.basic:focus .inner .thumb {
446
+ background-color: #eaae00;
447
+ }
448
+
449
+ /* Basic Inverted */
450
+ .ui.yellow.inverted.slider.basic .inner .thumb {
451
+ background-color: #ffe21f;
452
+ }
453
+ .ui.yellow.inverted.slider.basic .inner .thumb:hover,
454
+ .ui.yellow.inverted.slider.basic:focus .inner .thumb {
455
+ background-color: #ebcd00;
456
+ }
457
+ .ui.yellow.labeled.ticked.slider > .active.labels .active.label::after {
458
+ background-color: #fbbd08;
459
+ }
460
+ .ui.yellow.inverted.labeled.ticked.slider > .active.labels .active.label::after {
461
+ background-color: #ffe21f;
462
+ }
463
+
464
+ /* Standard */
465
+ .ui.olive.slider .inner .track-fill {
466
+ background-color: #b5cc18;
467
+ }
468
+ .ui.olive.inverted.slider .inner .track-fill {
469
+ background-color: #d9e778;
470
+ }
471
+
472
+ /* Basic */
473
+ .ui.olive.slider.basic .inner .thumb {
474
+ background-color: #b5cc18;
475
+ }
476
+ .ui.olive.slider.basic .inner .thumb:hover,
477
+ .ui.olive.slider.basic:focus .inner .thumb {
478
+ background-color: #a7bd0d;
479
+ }
480
+
481
+ /* Basic Inverted */
482
+ .ui.olive.inverted.slider.basic .inner .thumb {
483
+ background-color: #d9e778;
484
+ }
485
+ .ui.olive.inverted.slider.basic .inner .thumb:hover,
486
+ .ui.olive.inverted.slider.basic:focus .inner .thumb {
487
+ background-color: #d2e745;
488
+ }
489
+ .ui.olive.labeled.ticked.slider > .active.labels .active.label::after {
490
+ background-color: #b5cc18;
491
+ }
492
+ .ui.olive.inverted.labeled.ticked.slider > .active.labels .active.label::after {
493
+ background-color: #d9e778;
494
+ }
495
+
496
+ /* Standard */
497
+ .ui.green.slider .inner .track-fill {
498
+ background-color: #21ba45;
499
+ }
500
+ .ui.green.inverted.slider .inner .track-fill {
501
+ background-color: #2ecc40;
502
+ }
503
+
504
+ /* Basic */
505
+ .ui.green.slider.basic .inner .thumb {
506
+ background-color: #21ba45;
507
+ }
508
+ .ui.green.slider.basic .inner .thumb:hover,
509
+ .ui.green.slider.basic:focus .inner .thumb {
510
+ background-color: #16ab39;
511
+ }
512
+
513
+ /* Basic Inverted */
514
+ .ui.green.inverted.slider.basic .inner .thumb {
515
+ background-color: #2ecc40;
516
+ }
517
+ .ui.green.inverted.slider.basic .inner .thumb:hover,
518
+ .ui.green.inverted.slider.basic:focus .inner .thumb {
519
+ background-color: #1ea92e;
520
+ }
521
+ .ui.green.labeled.ticked.slider > .active.labels .active.label::after {
522
+ background-color: #21ba45;
523
+ }
524
+ .ui.green.inverted.labeled.ticked.slider > .active.labels .active.label::after {
525
+ background-color: #2ecc40;
526
+ }
527
+
528
+ /* Standard */
529
+ .ui.teal.slider .inner .track-fill {
530
+ background-color: #00b5ad;
531
+ }
532
+ .ui.teal.inverted.slider .inner .track-fill {
533
+ background-color: #6dffff;
534
+ }
535
+
536
+ /* Basic */
537
+ .ui.teal.slider.basic .inner .thumb {
538
+ background-color: #00b5ad;
539
+ }
540
+ .ui.teal.slider.basic .inner .thumb:hover,
541
+ .ui.teal.slider.basic:focus .inner .thumb {
542
+ background-color: #009c95;
543
+ }
544
+
545
+ /* Basic Inverted */
546
+ .ui.teal.inverted.slider.basic .inner .thumb {
547
+ background-color: #6dffff;
548
+ }
549
+ .ui.teal.inverted.slider.basic .inner .thumb:hover,
550
+ .ui.teal.inverted.slider.basic:focus .inner .thumb {
551
+ background-color: #3affff;
552
+ }
553
+ .ui.teal.labeled.ticked.slider > .active.labels .active.label::after {
554
+ background-color: #00b5ad;
555
+ }
556
+ .ui.teal.inverted.labeled.ticked.slider > .active.labels .active.label::after {
557
+ background-color: #6dffff;
558
+ }
559
+
560
+ /* Standard */
561
+ .ui.blue.slider .inner .track-fill {
562
+ background-color: #2185d0;
563
+ }
564
+ .ui.blue.inverted.slider .inner .track-fill {
565
+ background-color: #54c8ff;
566
+ }
567
+
568
+ /* Basic */
569
+ .ui.blue.slider.basic .inner .thumb {
570
+ background-color: #2185d0;
571
+ }
572
+ .ui.blue.slider.basic .inner .thumb:hover,
573
+ .ui.blue.slider.basic:focus .inner .thumb {
574
+ background-color: #1678c2;
575
+ }
576
+
577
+ /* Basic Inverted */
578
+ .ui.blue.inverted.slider.basic .inner .thumb {
579
+ background-color: #54c8ff;
580
+ }
581
+ .ui.blue.inverted.slider.basic .inner .thumb:hover,
582
+ .ui.blue.inverted.slider.basic:focus .inner .thumb {
583
+ background-color: #21b8ff;
584
+ }
585
+ .ui.blue.labeled.ticked.slider > .active.labels .active.label::after {
586
+ background-color: #2185d0;
587
+ }
588
+ .ui.blue.inverted.labeled.ticked.slider > .active.labels .active.label::after {
589
+ background-color: #54c8ff;
590
+ }
591
+
592
+ /* Standard */
593
+ .ui.violet.slider .inner .track-fill {
594
+ background-color: #6435c9;
595
+ }
596
+ .ui.violet.inverted.slider .inner .track-fill {
597
+ background-color: #a291fb;
598
+ }
599
+
600
+ /* Basic */
601
+ .ui.violet.slider.basic .inner .thumb {
602
+ background-color: #6435c9;
603
+ }
604
+ .ui.violet.slider.basic .inner .thumb:hover,
605
+ .ui.violet.slider.basic:focus .inner .thumb {
606
+ background-color: #5829bb;
607
+ }
608
+
609
+ /* Basic Inverted */
610
+ .ui.violet.inverted.slider.basic .inner .thumb {
611
+ background-color: #a291fb;
612
+ }
613
+ .ui.violet.inverted.slider.basic .inner .thumb:hover,
614
+ .ui.violet.inverted.slider.basic:focus .inner .thumb {
615
+ background-color: #745aff;
616
+ }
617
+ .ui.violet.labeled.ticked.slider > .active.labels .active.label::after {
618
+ background-color: #6435c9;
619
+ }
620
+ .ui.violet.inverted.labeled.ticked.slider > .active.labels .active.label::after {
621
+ background-color: #a291fb;
622
+ }
623
+
624
+ /* Standard */
625
+ .ui.purple.slider .inner .track-fill {
626
+ background-color: #a333c8;
627
+ }
628
+ .ui.purple.inverted.slider .inner .track-fill {
629
+ background-color: #dc73ff;
630
+ }
631
+
632
+ /* Basic */
633
+ .ui.purple.slider.basic .inner .thumb {
634
+ background-color: #a333c8;
635
+ }
636
+ .ui.purple.slider.basic .inner .thumb:hover,
637
+ .ui.purple.slider.basic:focus .inner .thumb {
638
+ background-color: #9627ba;
639
+ }
640
+
641
+ /* Basic Inverted */
642
+ .ui.purple.inverted.slider.basic .inner .thumb {
643
+ background-color: #dc73ff;
644
+ }
645
+ .ui.purple.inverted.slider.basic .inner .thumb:hover,
646
+ .ui.purple.inverted.slider.basic:focus .inner .thumb {
647
+ background-color: #cf40ff;
648
+ }
649
+ .ui.purple.labeled.ticked.slider > .active.labels .active.label::after {
650
+ background-color: #a333c8;
651
+ }
652
+ .ui.purple.inverted.labeled.ticked.slider > .active.labels .active.label::after {
653
+ background-color: #dc73ff;
654
+ }
655
+
656
+ /* Standard */
657
+ .ui.pink.slider .inner .track-fill {
658
+ background-color: #e03997;
659
+ }
660
+ .ui.pink.inverted.slider .inner .track-fill {
661
+ background-color: #ff8edf;
662
+ }
663
+
664
+ /* Basic */
665
+ .ui.pink.slider.basic .inner .thumb {
666
+ background-color: #e03997;
667
+ }
668
+ .ui.pink.slider.basic .inner .thumb:hover,
669
+ .ui.pink.slider.basic:focus .inner .thumb {
670
+ background-color: #e61a8d;
671
+ }
672
+
673
+ /* Basic Inverted */
674
+ .ui.pink.inverted.slider.basic .inner .thumb {
675
+ background-color: #ff8edf;
676
+ }
677
+ .ui.pink.inverted.slider.basic .inner .thumb:hover,
678
+ .ui.pink.inverted.slider.basic:focus .inner .thumb {
679
+ background-color: #ff5bd1;
680
+ }
681
+ .ui.pink.labeled.ticked.slider > .active.labels .active.label::after {
682
+ background-color: #e03997;
683
+ }
684
+ .ui.pink.inverted.labeled.ticked.slider > .active.labels .active.label::after {
685
+ background-color: #ff8edf;
686
+ }
687
+
688
+ /* Standard */
689
+ .ui.brown.slider .inner .track-fill {
690
+ background-color: #a5673f;
691
+ }
692
+ .ui.brown.inverted.slider .inner .track-fill {
693
+ background-color: #d67c1c;
694
+ }
695
+
696
+ /* Basic */
697
+ .ui.brown.slider.basic .inner .thumb {
698
+ background-color: #a5673f;
699
+ }
700
+ .ui.brown.slider.basic .inner .thumb:hover,
701
+ .ui.brown.slider.basic:focus .inner .thumb {
702
+ background-color: #975b33;
703
+ }
704
+
705
+ /* Basic Inverted */
706
+ .ui.brown.inverted.slider.basic .inner .thumb {
707
+ background-color: #d67c1c;
708
+ }
709
+ .ui.brown.inverted.slider.basic .inner .thumb:hover,
710
+ .ui.brown.inverted.slider.basic:focus .inner .thumb {
711
+ background-color: #b0620f;
712
+ }
713
+ .ui.brown.labeled.ticked.slider > .active.labels .active.label::after {
714
+ background-color: #a5673f;
715
+ }
716
+ .ui.brown.inverted.labeled.ticked.slider > .active.labels .active.label::after {
717
+ background-color: #d67c1c;
718
+ }
719
+
720
+ /* Standard */
721
+ .ui.grey.slider .inner .track-fill {
722
+ background-color: #767676;
723
+ }
724
+ .ui.grey.inverted.slider .inner .track-fill {
725
+ background-color: #dcddde;
726
+ }
727
+
728
+ /* Basic */
729
+ .ui.grey.slider.basic .inner .thumb {
730
+ background-color: #767676;
731
+ }
732
+ .ui.grey.slider.basic .inner .thumb:hover,
733
+ .ui.grey.slider.basic:focus .inner .thumb {
734
+ background-color: #838383;
735
+ }
736
+
737
+ /* Basic Inverted */
738
+ .ui.grey.inverted.slider.basic .inner .thumb {
739
+ background-color: #dcddde;
740
+ }
741
+ .ui.grey.inverted.slider.basic .inner .thumb:hover,
742
+ .ui.grey.inverted.slider.basic:focus .inner .thumb {
743
+ background-color: #c2c4c5;
744
+ }
745
+ .ui.grey.labeled.ticked.slider > .active.labels .active.label::after {
746
+ background-color: #767676;
747
+ }
748
+ .ui.grey.inverted.labeled.ticked.slider > .active.labels .active.label::after {
749
+ background-color: #dcddde;
750
+ }
751
+
752
+ /* Standard */
753
+ .ui.black.slider .inner .track-fill {
754
+ background-color: #1b1c1d;
755
+ }
756
+ .ui.black.inverted.slider .inner .track-fill {
757
+ background-color: #545454;
758
+ }
759
+
760
+ /* Basic */
761
+ .ui.black.slider.basic .inner .thumb {
762
+ background-color: #1b1c1d;
763
+ }
764
+ .ui.black.slider.basic .inner .thumb:hover,
765
+ .ui.black.slider.basic:focus .inner .thumb {
766
+ background-color: #27292a;
767
+ }
768
+
769
+ /* Basic Inverted */
770
+ .ui.black.inverted.slider.basic .inner .thumb {
771
+ background-color: #545454;
772
+ }
773
+ .ui.black.inverted.slider.basic .inner .thumb:hover,
774
+ .ui.black.inverted.slider.basic:focus .inner .thumb {
775
+ background-color: #000000;
776
+ }
777
+ .ui.black.labeled.ticked.slider > .active.labels .active.label::after {
778
+ background-color: #1b1c1d;
779
+ }
780
+ .ui.black.inverted.labeled.ticked.slider > .active.labels .active.label::after {
781
+ background-color: #545454;
782
+ }
783
+
784
+ /* --------------
785
+ Basic
786
+ --------------- */
787
+
788
+ /* Standard */
789
+ .ui.slider.basic .inner .thumb {
790
+ background-color: #1b1c1d;
791
+ }
792
+ .ui.slider.basic .inner .thumb:hover,
793
+ .ui.slider.basic:focus .inner .thumb {
794
+ background-color: #27292a;
795
+ }
796
+
797
+ /* --------------
798
+ Basic Inverted
799
+ --------------- */
800
+
801
+ /* Standard */
802
+ .ui.inverted.slider.basic .inner .thumb {
803
+ background-color: #545454;
804
+ }
805
+ .ui.inverted.slider.basic .inner .thumb:hover,
806
+ .ui.inverted.slider.basic:focus .inner .thumb {
807
+ background-color: #000000;
808
+ }
809
+
810
+ /* --------------
811
+ Sizing
812
+ --------------- */
813
+ .ui.slider.small .inner .thumb {
814
+ height: 1em;
815
+ width: 1em;
816
+ }
817
+ .ui.slider.small:not(.vertical) .inner {
818
+ height: 1em;
819
+ }
820
+ .ui.slider.small:not(.vertical) .inner .track,
821
+ .ui.slider.small:not(.vertical) .inner .track-fill {
822
+ height: 0.3em;
823
+ top: 0.35em;
824
+ }
825
+ .ui.small.labeled.slider:not(.vertical) > .labels,
826
+ .ui.small.labeled.slider:not(.vertical) > .labels .label::after {
827
+ height: 1em;
828
+ }
829
+ .ui.small.labeled.slider:not(.vertical) > .labels .halftick.label::after {
830
+ height: 0.5em;
831
+ }
832
+
833
+ /* Small Vertical */
834
+ .ui.slider.small.vertical .inner {
835
+ width: 1em;
836
+ }
837
+ .ui.slider.small.vertical .inner .track,
838
+ .ui.slider.small.vertical .inner .track-fill {
839
+ width: 0.3em;
840
+ left: 0.35em;
841
+ }
842
+ .ui.small.labeled.vertical.slider > .labels,
843
+ .ui.small.labeled.vertical.slider > .labels .label::after {
844
+ width: 1em;
845
+ }
846
+ .ui.small.labeled.vertical.slider > .labels .halftick.label::after {
847
+ width: 0.5em;
848
+ }
849
+ .ui.slider.large .inner .thumb {
850
+ height: 2em;
851
+ width: 2em;
852
+ }
853
+ .ui.slider.large:not(.vertical) .inner {
854
+ height: 2em;
855
+ }
856
+ .ui.slider.large:not(.vertical) .inner .track,
857
+ .ui.slider.large:not(.vertical) .inner .track-fill {
858
+ height: 0.5em;
859
+ top: 0.75em;
860
+ }
861
+ .ui.large.labeled.slider:not(.vertical) > .labels,
862
+ .ui.large.labeled.slider:not(.vertical) > .labels .label::after {
863
+ height: 2em;
864
+ }
865
+ .ui.large.labeled.slider:not(.vertical) > .labels .halftick.label::after {
866
+ height: 1em;
867
+ }
868
+
869
+ /* Small Vertical */
870
+ .ui.slider.large.vertical .inner {
871
+ width: 2em;
872
+ }
873
+ .ui.slider.large.vertical .inner .track,
874
+ .ui.slider.large.vertical .inner .track-fill {
875
+ width: 0.5em;
876
+ left: 0.75em;
877
+ }
878
+ .ui.large.labeled.vertical.slider > .labels,
879
+ .ui.large.labeled.vertical.slider > .labels .label::after {
880
+ width: 2em;
881
+ }
882
+ .ui.large.labeled.vertical.slider > .labels .halftick.label::after {
883
+ width: 1em;
884
+ }
885
+ .ui.slider.big .inner .thumb {
886
+ height: 2.5em;
887
+ width: 2.5em;
888
+ }
889
+ .ui.slider.big:not(.vertical) .inner {
890
+ height: 2.5em;
891
+ }
892
+ .ui.slider.big:not(.vertical) .inner .track,
893
+ .ui.slider.big:not(.vertical) .inner .track-fill {
894
+ height: 0.6em;
895
+ top: 0.95em;
896
+ }
897
+ .ui.big.labeled.slider:not(.vertical) > .labels,
898
+ .ui.big.labeled.slider:not(.vertical) > .labels .label::after {
899
+ height: 2.5em;
900
+ }
901
+ .ui.big.labeled.slider:not(.vertical) > .labels .halftick.label::after {
902
+ height: 1.25em;
903
+ }
904
+
905
+ /* Small Vertical */
906
+ .ui.slider.big.vertical .inner {
907
+ width: 2.5em;
908
+ }
909
+ .ui.slider.big.vertical .inner .track,
910
+ .ui.slider.big.vertical .inner .track-fill {
911
+ width: 0.6em;
912
+ left: 0.95em;
913
+ }
914
+ .ui.big.labeled.vertical.slider > .labels,
915
+ .ui.big.labeled.vertical.slider > .labels .label::after {
916
+ width: 2.5em;
917
+ }
918
+ .ui.big.labeled.vertical.slider > .labels .halftick.label::after {
919
+ width: 1.25em;
920
+ }
921
+
922
+
923
+ /*******************************
924
+ Slider Overrides
925
+ *******************************/
926
+