fomantic-ui 2.9.1-beta.19 → 2.9.1-beta.20
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.
- package/.eslintrc.js +1 -0
- package/.stylelintrc.js +46 -0
- package/dist/components/accordion.css +19 -26
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +31 -41
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -1
- package/dist/components/api.min.js +1 -1
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +71 -96
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +6 -8
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +1 -1
- package/dist/components/card.css +83 -115
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +47 -64
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +37 -51
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +4 -5
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +31 -41
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +32 -44
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +109 -152
- package/dist/components/dropdown.js +1 -1
- package/dist/components/dropdown.min.css +1 -1
- package/dist/components/dropdown.min.js +1 -1
- package/dist/components/embed.css +13 -19
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +7 -6
- package/dist/components/feed.css +24 -32
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +5 -3
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +39 -56
- package/dist/components/flyout.js +1 -1
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +1 -1
- package/dist/components/form.css +85 -111
- package/dist/components/form.js +1 -1
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +1 -1
- package/dist/components/grid.css +70 -96
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +47 -65
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +42 -53
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +32 -42
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +45 -58
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +55 -77
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +61 -90
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +44 -59
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +16 -22
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +126 -186
- package/dist/components/message.css +25 -35
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +33 -40
- package/dist/components/modal.js +1 -1
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +1 -1
- package/dist/components/nag.css +19 -25
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +10 -12
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +49 -59
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +29 -39
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +1 -1
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +9 -13
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +19 -26
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +41 -58
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +62 -83
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +10 -14
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +41 -58
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +5 -5
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +27 -37
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +29 -41
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +26 -35
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +6 -8
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +87 -117
- package/dist/components/table.min.css +1 -1
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +4 -6
- package/dist/components/toast.js +1 -1
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- package/dist/components/transition.css +4 -3
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1719 -1719
- package/dist/semantic.js +26 -26
- package/dist/semantic.min.css +1 -1
- package/dist/semantic.min.js +1 -1
- package/package.json +8 -4
- package/src/definitions/collections/breadcrumb.less +41 -44
- package/src/definitions/collections/form.less +869 -879
- package/src/definitions/collections/grid.less +1690 -1695
- package/src/definitions/collections/menu.less +1493 -1503
- package/src/definitions/collections/message.less +292 -295
- package/src/definitions/collections/table.less +1616 -1622
- package/src/definitions/elements/button.less +1723 -1737
- package/src/definitions/elements/container.less +209 -210
- package/src/definitions/elements/divider.less +205 -206
- package/src/definitions/elements/emoji.less +38 -44
- package/src/definitions/elements/flag.less +44 -46
- package/src/definitions/elements/header.less +337 -345
- package/src/definitions/elements/icon.less +511 -512
- package/src/definitions/elements/image.less +221 -225
- package/src/definitions/elements/input.less +661 -667
- package/src/definitions/elements/label.less +800 -799
- package/src/definitions/elements/list.less +809 -809
- package/src/definitions/elements/loader.less +272 -266
- package/src/definitions/elements/placeholder.less +171 -168
- package/src/definitions/elements/rail.less +91 -91
- package/src/definitions/elements/reveal.less +192 -196
- package/src/definitions/elements/segment.less +743 -747
- package/src/definitions/elements/step.less +425 -433
- package/src/definitions/elements/text.less +32 -34
- package/src/definitions/globals/reset.less +9 -6
- package/src/definitions/globals/site.less +106 -108
- package/src/definitions/modules/accordion.less +242 -246
- package/src/definitions/modules/calendar.less +91 -92
- package/src/definitions/modules/checkbox.less +536 -542
- package/src/definitions/modules/dimmer.less +300 -297
- package/src/definitions/modules/dropdown.less +1577 -1591
- package/src/definitions/modules/embed.less +81 -82
- package/src/definitions/modules/flyout.less +443 -452
- package/src/definitions/modules/modal.less +459 -462
- package/src/definitions/modules/nag.less +134 -137
- package/src/definitions/modules/popup.less +738 -739
- package/src/definitions/modules/progress.less +521 -494
- package/src/definitions/modules/rating.less +94 -101
- package/src/definitions/modules/search.less +375 -383
- package/src/definitions/modules/shape.less +71 -76
- package/src/definitions/modules/sidebar.less +464 -474
- package/src/definitions/modules/slider.less +307 -308
- package/src/definitions/modules/sticky.less +21 -23
- package/src/definitions/modules/tab.less +51 -52
- package/src/definitions/modules/toast.less +584 -586
- package/src/definitions/modules/transition.less +55 -56
- package/src/definitions/views/ad.less +206 -206
- package/src/definitions/views/card.less +968 -970
- package/src/definitions/views/comment.less +190 -198
- package/src/definitions/views/feed.less +220 -224
- package/src/definitions/views/item.less +436 -446
- package/src/definitions/views/statistic.less +269 -280
- package/src/theme.less +29 -32
- package/src/themes/default/globals/colors.less +589 -589
package/dist/semantic.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.1-beta.
|
2
|
+
* # Fomantic UI - 2.9.1-beta.20+d4987bf
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
4
4
|
* https://fomantic-ui.com/
|
5
5
|
*
|
@@ -9,7 +9,7 @@
|
|
9
9
|
*
|
10
10
|
*/
|
11
11
|
/*!
|
12
|
-
* # Fomantic-UI 2.9.1-beta.
|
12
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Site
|
13
13
|
* https://github.com/fomantic/Fomantic-UI/
|
14
14
|
*
|
15
15
|
*
|
@@ -489,7 +489,7 @@
|
|
489
489
|
})(jQuery, window, document);
|
490
490
|
|
491
491
|
/*!
|
492
|
-
* # Fomantic-UI 2.9.1-beta.
|
492
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Form Validation
|
493
493
|
* https://github.com/fomantic/Fomantic-UI/
|
494
494
|
*
|
495
495
|
*
|
@@ -2542,7 +2542,7 @@
|
|
2542
2542
|
})(jQuery, window, document);
|
2543
2543
|
|
2544
2544
|
/*!
|
2545
|
-
* # Fomantic-UI 2.9.1-beta.
|
2545
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Accordion
|
2546
2546
|
* https://github.com/fomantic/Fomantic-UI/
|
2547
2547
|
*
|
2548
2548
|
*
|
@@ -3140,7 +3140,7 @@
|
|
3140
3140
|
})(jQuery, window, document);
|
3141
3141
|
|
3142
3142
|
/*!
|
3143
|
-
* # Fomantic-UI 2.9.1-beta.
|
3143
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Calendar
|
3144
3144
|
* https://github.com/fomantic/Fomantic-UI/
|
3145
3145
|
*
|
3146
3146
|
*
|
@@ -5117,7 +5117,7 @@
|
|
5117
5117
|
})(jQuery, window, document);
|
5118
5118
|
|
5119
5119
|
/*!
|
5120
|
-
* # Fomantic-UI 2.9.1-beta.
|
5120
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Checkbox
|
5121
5121
|
* https://github.com/fomantic/Fomantic-UI/
|
5122
5122
|
*
|
5123
5123
|
*
|
@@ -6002,7 +6002,7 @@
|
|
6002
6002
|
})(jQuery, window, document);
|
6003
6003
|
|
6004
6004
|
/*!
|
6005
|
-
* # Fomantic-UI 2.9.1-beta.
|
6005
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Dimmer
|
6006
6006
|
* https://github.com/fomantic/Fomantic-UI/
|
6007
6007
|
*
|
6008
6008
|
*
|
@@ -6739,7 +6739,7 @@
|
|
6739
6739
|
})(jQuery, window, document);
|
6740
6740
|
|
6741
6741
|
/*!
|
6742
|
-
* # Fomantic-UI 2.9.1-beta.
|
6742
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Dropdown
|
6743
6743
|
* https://github.com/fomantic/Fomantic-UI/
|
6744
6744
|
*
|
6745
6745
|
*
|
@@ -11042,7 +11042,7 @@
|
|
11042
11042
|
})(jQuery, window, document);
|
11043
11043
|
|
11044
11044
|
/*!
|
11045
|
-
* # Fomantic-UI 2.9.1-beta.
|
11045
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Embed
|
11046
11046
|
* https://github.com/fomantic/Fomantic-UI/
|
11047
11047
|
*
|
11048
11048
|
*
|
@@ -11732,7 +11732,7 @@
|
|
11732
11732
|
})(jQuery, window, document);
|
11733
11733
|
|
11734
11734
|
/*!
|
11735
|
-
* # Fomantic-UI 2.9.1-beta.
|
11735
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Flyout
|
11736
11736
|
* https://github.com/fomantic/Fomantic-UI/
|
11737
11737
|
*
|
11738
11738
|
*
|
@@ -13262,7 +13262,7 @@
|
|
13262
13262
|
})(jQuery, window, document);
|
13263
13263
|
|
13264
13264
|
/*!
|
13265
|
-
* # Fomantic-UI 2.9.1-beta.
|
13265
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Modal
|
13266
13266
|
* https://github.com/fomantic/Fomantic-UI/
|
13267
13267
|
*
|
13268
13268
|
*
|
@@ -14825,7 +14825,7 @@
|
|
14825
14825
|
})(jQuery, window, document);
|
14826
14826
|
|
14827
14827
|
/*!
|
14828
|
-
* # Fomantic-UI 2.9.1-beta.
|
14828
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Nag
|
14829
14829
|
* https://github.com/fomantic/Fomantic-UI/
|
14830
14830
|
*
|
14831
14831
|
*
|
@@ -15376,7 +15376,7 @@
|
|
15376
15376
|
})(jQuery, window, document);
|
15377
15377
|
|
15378
15378
|
/*!
|
15379
|
-
* # Fomantic-UI 2.9.1-beta.
|
15379
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Popup
|
15380
15380
|
* https://github.com/fomantic/Fomantic-UI/
|
15381
15381
|
*
|
15382
15382
|
*
|
@@ -16893,7 +16893,7 @@
|
|
16893
16893
|
})(jQuery, window, document);
|
16894
16894
|
|
16895
16895
|
/*!
|
16896
|
-
* # Fomantic-UI 2.9.1-beta.
|
16896
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Progress
|
16897
16897
|
* https://github.com/fomantic/Fomantic-UI/
|
16898
16898
|
*
|
16899
16899
|
*
|
@@ -17902,7 +17902,7 @@
|
|
17902
17902
|
})(jQuery, window, document);
|
17903
17903
|
|
17904
17904
|
/*!
|
17905
|
-
* # Fomantic-UI 2.9.1-beta.
|
17905
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Slider
|
17906
17906
|
* https://github.com/fomantic/Fomantic-UI/
|
17907
17907
|
*
|
17908
17908
|
*
|
@@ -19237,7 +19237,7 @@
|
|
19237
19237
|
})(jQuery, window, document);
|
19238
19238
|
|
19239
19239
|
/*!
|
19240
|
-
* # Fomantic-UI 2.9.1-beta.
|
19240
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Rating
|
19241
19241
|
* https://github.com/fomantic/Fomantic-UI/
|
19242
19242
|
*
|
19243
19243
|
*
|
@@ -19778,7 +19778,7 @@
|
|
19778
19778
|
})(jQuery, window, document);
|
19779
19779
|
|
19780
19780
|
/*!
|
19781
|
-
* # Fomantic-UI 2.9.1-beta.
|
19781
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Search
|
19782
19782
|
* https://github.com/fomantic/Fomantic-UI/
|
19783
19783
|
*
|
19784
19784
|
*
|
@@ -21337,7 +21337,7 @@
|
|
21337
21337
|
})(jQuery, window, document);
|
21338
21338
|
|
21339
21339
|
/*!
|
21340
|
-
* # Fomantic-UI 2.9.1-beta.
|
21340
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Shape
|
21341
21341
|
* https://github.com/fomantic/Fomantic-UI/
|
21342
21342
|
*
|
21343
21343
|
*
|
@@ -22169,7 +22169,7 @@
|
|
22169
22169
|
})(jQuery, window, document);
|
22170
22170
|
|
22171
22171
|
/*!
|
22172
|
-
* # Fomantic-UI 2.9.1-beta.
|
22172
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Sidebar
|
22173
22173
|
* https://github.com/fomantic/Fomantic-UI/
|
22174
22174
|
*
|
22175
22175
|
*
|
@@ -23276,7 +23276,7 @@
|
|
23276
23276
|
})(jQuery, window, document);
|
23277
23277
|
|
23278
23278
|
/*!
|
23279
|
-
* # Fomantic-UI 2.9.1-beta.
|
23279
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Sticky
|
23280
23280
|
* https://github.com/fomantic/Fomantic-UI/
|
23281
23281
|
*
|
23282
23282
|
*
|
@@ -24200,7 +24200,7 @@
|
|
24200
24200
|
})(jQuery, window, document);
|
24201
24201
|
|
24202
24202
|
/*!
|
24203
|
-
* # Fomantic-UI 2.9.1-beta.
|
24203
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Tab
|
24204
24204
|
* https://github.com/fomantic/Fomantic-UI/
|
24205
24205
|
*
|
24206
24206
|
*
|
@@ -25179,7 +25179,7 @@
|
|
25179
25179
|
})(jQuery, window, document);
|
25180
25180
|
|
25181
25181
|
/*!
|
25182
|
-
* # Fomantic-UI 2.9.1-beta.
|
25182
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Toast
|
25183
25183
|
* https://github.com/fomantic/Fomantic-UI/
|
25184
25184
|
*
|
25185
25185
|
*
|
@@ -26105,7 +26105,7 @@
|
|
26105
26105
|
})(jQuery, window, document);
|
26106
26106
|
|
26107
26107
|
/*!
|
26108
|
-
* # Fomantic-UI 2.9.1-beta.
|
26108
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Transition
|
26109
26109
|
* https://github.com/fomantic/Fomantic-UI/
|
26110
26110
|
*
|
26111
26111
|
*
|
@@ -27184,7 +27184,7 @@
|
|
27184
27184
|
})(jQuery, window, document);
|
27185
27185
|
|
27186
27186
|
/*!
|
27187
|
-
* # Fomantic-UI 2.9.1-beta.
|
27187
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - API
|
27188
27188
|
* https://github.com/fomantic/Fomantic-UI/
|
27189
27189
|
*
|
27190
27190
|
*
|
@@ -28403,7 +28403,7 @@
|
|
28403
28403
|
})(jQuery, window, document);
|
28404
28404
|
|
28405
28405
|
/*!
|
28406
|
-
* # Fomantic-UI 2.9.1-beta.
|
28406
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - State
|
28407
28407
|
* https://github.com/fomantic/Fomantic-UI/
|
28408
28408
|
*
|
28409
28409
|
*
|
@@ -29097,7 +29097,7 @@
|
|
29097
29097
|
})(jQuery, window, document);
|
29098
29098
|
|
29099
29099
|
/*!
|
29100
|
-
* # Fomantic-UI 2.9.1-beta.
|
29100
|
+
* # Fomantic-UI 2.9.1-beta.20+d4987bf - Visibility
|
29101
29101
|
* https://github.com/fomantic/Fomantic-UI/
|
29102
29102
|
*
|
29103
29103
|
*
|
package/dist/semantic.min.css
CHANGED
package/dist/semantic.min.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "fomantic-ui",
|
3
|
-
"version": "2.9.1-beta.
|
3
|
+
"version": "2.9.1-beta.20+d4987bf",
|
4
4
|
"description": "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
|
5
5
|
"keywords": [
|
6
6
|
"fomantic-ui",
|
@@ -26,8 +26,8 @@
|
|
26
26
|
"scripts": {
|
27
27
|
"build": "gulp build",
|
28
28
|
"changelog": "auto-changelog -p",
|
29
|
-
"lint": "eslint
|
30
|
-
"lint-fix": "eslint
|
29
|
+
"lint": "eslint --ext .js . && stylelint \"**/*.{css,less}\"",
|
30
|
+
"lint-fix": "eslint --ext .js . --fix && stylelint \"**/*.{css,less}\" --fix"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
33
|
"@actions/core": "^1.6.0",
|
@@ -77,7 +77,11 @@
|
|
77
77
|
"auto-changelog": "^2.4.0",
|
78
78
|
"eslint": "^8.28.0",
|
79
79
|
"node-fetch": "^2.6.0",
|
80
|
-
"
|
80
|
+
"postcss": "^8.4.19",
|
81
|
+
"postcss-less": "^6.0.0",
|
82
|
+
"semver": "^7.3.5",
|
83
|
+
"stylelint": "^14.16.0",
|
84
|
+
"stylelint-config-standard": "^29.0.0"
|
81
85
|
},
|
82
86
|
"engines": {
|
83
87
|
"node": ">=12",
|
@@ -12,27 +12,26 @@
|
|
12
12
|
Theme
|
13
13
|
*******************************/
|
14
14
|
|
15
|
-
@type
|
15
|
+
@type : 'collection';
|
16
16
|
@element : 'breadcrumb';
|
17
17
|
|
18
18
|
@import (multiple) '../../theme.config';
|
19
19
|
|
20
|
-
|
21
20
|
/*******************************
|
22
21
|
Breadcrumb
|
23
22
|
*******************************/
|
24
23
|
|
25
24
|
.ui.breadcrumb {
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
25
|
+
line-height: @lineHeight;
|
26
|
+
display: @display;
|
27
|
+
margin: @verticalMargin 0;
|
28
|
+
vertical-align: @verticalAlign;
|
30
29
|
}
|
31
30
|
.ui.breadcrumb:first-child {
|
32
|
-
|
31
|
+
margin-top: 0;
|
33
32
|
}
|
34
33
|
.ui.breadcrumb:last-child {
|
35
|
-
|
34
|
+
margin-bottom: 0;
|
36
35
|
}
|
37
36
|
|
38
37
|
/*******************************
|
@@ -41,57 +40,56 @@
|
|
41
40
|
|
42
41
|
/* Divider */
|
43
42
|
.ui.breadcrumb .divider {
|
44
|
-
|
45
|
-
|
46
|
-
|
43
|
+
display: inline-block;
|
44
|
+
opacity: @dividerOpacity;
|
45
|
+
margin: 0 @dividerSpacing 0;
|
47
46
|
|
48
|
-
|
49
|
-
|
50
|
-
|
47
|
+
font-size: @dividerSize;
|
48
|
+
color: @dividerColor;
|
49
|
+
vertical-align: @dividerVerticalAlign;
|
51
50
|
}
|
52
51
|
|
53
52
|
/* Link */
|
54
53
|
.ui.breadcrumb a {
|
55
|
-
|
54
|
+
color: @linkColor;
|
56
55
|
}
|
57
56
|
.ui.breadcrumb a:hover {
|
58
|
-
|
57
|
+
color: @linkHoverColor;
|
59
58
|
}
|
60
59
|
|
61
|
-
|
62
60
|
/* Icon Divider */
|
63
61
|
.ui.breadcrumb .icon.divider {
|
64
|
-
|
65
|
-
|
62
|
+
font-size: @iconDividerSize;
|
63
|
+
vertical-align: @iconDividerVerticalAlign;
|
66
64
|
}
|
67
65
|
|
68
66
|
/* Section */
|
69
67
|
.ui.breadcrumb a.section {
|
70
|
-
|
68
|
+
cursor: pointer;
|
71
69
|
}
|
72
70
|
.ui.breadcrumb .section {
|
73
|
-
|
74
|
-
|
75
|
-
|
71
|
+
display: inline-block;
|
72
|
+
margin: @sectionMargin;
|
73
|
+
padding: @sectionPadding;
|
76
74
|
}
|
77
75
|
|
78
76
|
/* Loose Coupling */
|
79
77
|
.ui.breadcrumb.segment {
|
80
|
-
|
81
|
-
|
78
|
+
display: inline-block;
|
79
|
+
padding: @segmentPadding;
|
82
80
|
}
|
83
81
|
|
84
82
|
& when (@variationBreadcrumbInverted) {
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
83
|
+
/* Inverted */
|
84
|
+
.ui.inverted.breadcrumb {
|
85
|
+
color: @invertedColor;
|
86
|
+
}
|
87
|
+
.ui.inverted.breadcrumb > .active.section {
|
88
|
+
color: @invertedActiveColor;
|
89
|
+
}
|
90
|
+
.ui.inverted.breadcrumb > .divider {
|
91
|
+
color: @invertedDividerColor;
|
92
|
+
}
|
95
93
|
}
|
96
94
|
|
97
95
|
/*******************************
|
@@ -99,24 +97,23 @@
|
|
99
97
|
*******************************/
|
100
98
|
|
101
99
|
.ui.breadcrumb .active.section {
|
102
|
-
|
100
|
+
font-weight: @activeFontWeight;
|
103
101
|
}
|
104
102
|
|
105
|
-
|
106
103
|
/*******************************
|
107
104
|
Variations
|
108
105
|
*******************************/
|
109
106
|
|
110
107
|
.ui.breadcrumb {
|
111
|
-
|
108
|
+
font-size: @medium;
|
112
109
|
}
|
113
110
|
& when not (@variationBreadcrumbSizes = false) {
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
111
|
+
each(@variationBreadcrumbSizes, {
|
112
|
+
@s: @@value;
|
113
|
+
.ui.@{value}.breadcrumb {
|
114
|
+
font-size: @s;
|
115
|
+
}
|
116
|
+
})
|
120
117
|
}
|
121
118
|
|
122
119
|
.loadUIOverrides();
|