semantic-ui-sass 2.2.7.1 → 2.2.9.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -1
- data/README.md +14 -0
- data/app/assets/javascripts/semantic-ui/dropdown.js +43 -17
- data/app/assets/javascripts/semantic-ui/form.js +64 -19
- data/app/assets/javascripts/semantic-ui/search.js +88 -53
- data/app/assets/javascripts/semantic-ui/tab.js +12 -6
- data/app/assets/javascripts/semantic-ui/visibility.js +7 -2
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +15 -15
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +155 -5
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +8 -1
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +37 -12
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -5
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +17 -6
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/lib/semantic/ui/sass/breadcrumbs.rb +1 -1
- data/lib/semantic/ui/sass/version.rb +2 -2
- data/spec/dummy/config/environments/test.rb +1 -1
- metadata +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.2.
|
2
|
+
* # Semantic UI 2.2.9 - Input
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -36,9 +36,9 @@
|
|
36
36
|
outline: none;
|
37
37
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
38
38
|
text-align: left;
|
39
|
-
line-height: 1.
|
39
|
+
line-height: 1.21428571em;
|
40
40
|
font-family: $font-family;
|
41
|
-
padding: 0.
|
41
|
+
padding: 0.67857143em 1em;
|
42
42
|
background: #FFFFFF;
|
43
43
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
44
44
|
color: rgba(0, 0, 0, 0.87);
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.2.
|
2
|
+
* # Semantic UI 2.2.9 - Segment
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -215,6 +215,13 @@
|
|
215
215
|
padding: 3em;
|
216
216
|
}
|
217
217
|
|
218
|
+
/* Padded vertical */
|
219
|
+
.ui.padded.segment.vertical.segment,
|
220
|
+
.ui[class*="very padded"].vertical.segment {
|
221
|
+
padding-left: 0px;
|
222
|
+
padding-right: 0px;
|
223
|
+
}
|
224
|
+
|
218
225
|
/*-------------------
|
219
226
|
Compact
|
220
227
|
--------------------*/
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.2.
|
2
|
+
* # Semantic UI 2.2.9 - Site
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -47,8 +47,8 @@ h3,
|
|
47
47
|
h4,
|
48
48
|
h5 {
|
49
49
|
font-family: $font-family;
|
50
|
-
line-height: 1.
|
51
|
-
margin: calc(2rem - 0.
|
50
|
+
line-height: 1.28571429em;
|
51
|
+
margin: calc(2rem - 0.14285714em ) 0em 1rem;
|
52
52
|
font-weight: bold;
|
53
53
|
padding: 0em;
|
54
54
|
}
|
@@ -57,13 +57,13 @@ h1 {
|
|
57
57
|
font-size: 2rem;
|
58
58
|
}
|
59
59
|
h2 {
|
60
|
-
font-size: 1.
|
60
|
+
font-size: 1.71428571rem;
|
61
61
|
}
|
62
62
|
h3 {
|
63
|
-
font-size: 1.
|
63
|
+
font-size: 1.28571429rem;
|
64
64
|
}
|
65
65
|
h4 {
|
66
|
-
font-size: 1.
|
66
|
+
font-size: 1.07142857rem;
|
67
67
|
}
|
68
68
|
h5 {
|
69
69
|
font-size: 1rem;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.2.
|
2
|
+
* # Semantic UI 2.2.9 - Dropdown
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -349,7 +349,7 @@
|
|
349
349
|
-webkit-transform: rotateZ(0deg);
|
350
350
|
transform: rotateZ(0deg);
|
351
351
|
min-width: 14em;
|
352
|
-
min-height: 2.
|
352
|
+
min-height: 2.71428571em;
|
353
353
|
background: #FFFFFF;
|
354
354
|
display: inline-block;
|
355
355
|
padding: 0.78571429em 2.1em 0.78571429em 1em;
|
@@ -377,7 +377,7 @@ select.ui.dropdown {
|
|
377
377
|
position: absolute;
|
378
378
|
width: auto;
|
379
379
|
height: auto;
|
380
|
-
line-height: 1.
|
380
|
+
line-height: 1.21428571em;
|
381
381
|
top: 0.78571429em;
|
382
382
|
right: 1em;
|
383
383
|
z-index: 3;
|
@@ -560,14 +560,14 @@ select.ui.dropdown {
|
|
560
560
|
|
561
561
|
/* Search Selection */
|
562
562
|
.ui.search.selection.dropdown > input.search {
|
563
|
-
line-height: 1.
|
564
|
-
padding: 0.
|
563
|
+
line-height: 1.21428571em;
|
564
|
+
padding: 0.67857143em 2.1em 0.67857143em 1em;
|
565
565
|
}
|
566
566
|
|
567
567
|
/* Used to size multi select input to character width */
|
568
568
|
.ui.search.selection.dropdown > span.sizer {
|
569
|
-
line-height: 1.
|
570
|
-
padding: 0.
|
569
|
+
line-height: 1.21428571em;
|
570
|
+
padding: 0.67857143em 2.1em 0.67857143em 1em;
|
571
571
|
display: none;
|
572
572
|
white-space: pre;
|
573
573
|
}
|
@@ -627,7 +627,7 @@ select.ui.dropdown {
|
|
627
627
|
|
628
628
|
/* Multiple Selection */
|
629
629
|
.ui.multiple.dropdown {
|
630
|
-
padding: 0.
|
630
|
+
padding: 0.22619048em 2.1em 0.22619048em 0.35714286em;
|
631
631
|
}
|
632
632
|
.ui.multiple.dropdown .menu {
|
633
633
|
cursor: auto;
|
@@ -665,7 +665,7 @@ select.ui.dropdown {
|
|
665
665
|
position: static;
|
666
666
|
padding: 0;
|
667
667
|
max-width: 100%;
|
668
|
-
margin: 0.
|
668
|
+
margin: 0.45238095em 0em 0.45238095em 0.64285714em;
|
669
669
|
line-height: 1.21428571em;
|
670
670
|
}
|
671
671
|
.ui.multiple.dropdown > .label ~ input.search {
|
@@ -687,7 +687,7 @@ select.ui.dropdown {
|
|
687
687
|
top: 0;
|
688
688
|
left: 0;
|
689
689
|
padding: inherit;
|
690
|
-
margin: 0.
|
690
|
+
margin: 0.45238095em 0em 0.45238095em 0.64285714em;
|
691
691
|
line-height: 1.21428571em;
|
692
692
|
}
|
693
693
|
.ui.multiple.search.dropdown > .label ~ .text {
|
@@ -699,7 +699,7 @@ select.ui.dropdown {
|
|
699
699
|
position: static;
|
700
700
|
padding: 0;
|
701
701
|
max-width: 100%;
|
702
|
-
margin: 0.
|
702
|
+
margin: 0.45238095em 0em 0.45238095em 0.64285714em;
|
703
703
|
width: 2.2em;
|
704
704
|
line-height: 1.21428571em;
|
705
705
|
}
|
@@ -1065,7 +1065,6 @@ select.ui.dropdown {
|
|
1065
1065
|
.ui.scrolling.dropdown .menu .item.item.item,
|
1066
1066
|
.ui.dropdown .scrolling.menu > .item.item.item {
|
1067
1067
|
border-top: none;
|
1068
|
-
padding-right: calc( 1.14285714rem + 17px ) !important;
|
1069
1068
|
}
|
1070
1069
|
.ui.scrolling.dropdown .menu .item:first-child,
|
1071
1070
|
.ui.dropdown .scrolling.menu .item:first-child {
|
@@ -1351,6 +1350,32 @@ select.ui.dropdown {
|
|
1351
1350
|
margin: -0.25em 0em 0em;
|
1352
1351
|
}
|
1353
1352
|
|
1353
|
+
/* Right Pointing Upward */
|
1354
|
+
.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu {
|
1355
|
+
top: auto;
|
1356
|
+
bottom: 0;
|
1357
|
+
margin: 0em 1em 0em 0em;
|
1358
|
+
}
|
1359
|
+
.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
|
1360
|
+
top: auto;
|
1361
|
+
bottom: 0;
|
1362
|
+
margin: 0em 0em 1em 0em;
|
1363
|
+
box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
|
1364
|
+
}
|
1365
|
+
|
1366
|
+
/* Left Pointing Upward */
|
1367
|
+
.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu {
|
1368
|
+
top: auto;
|
1369
|
+
bottom: 0;
|
1370
|
+
margin: 0em 0em 0em 1em;
|
1371
|
+
}
|
1372
|
+
.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
|
1373
|
+
top: auto;
|
1374
|
+
bottom: 0;
|
1375
|
+
margin: 0em 0em 1em 0em;
|
1376
|
+
box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
|
1377
|
+
}
|
1378
|
+
|
1354
1379
|
|
1355
1380
|
/*******************************
|
1356
1381
|
Theme Overrides
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.2.
|
2
|
+
* # Semantic UI 2.2.9 - Modal
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -85,7 +85,7 @@
|
|
85
85
|
}
|
86
86
|
.ui.modal > .header:not(.ui) {
|
87
87
|
font-size: 1.42857143rem;
|
88
|
-
line-height: 1.
|
88
|
+
line-height: 1.28571429em;
|
89
89
|
font-weight: bold;
|
90
90
|
}
|
91
91
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.2.
|
2
|
+
* # Semantic UI 2.2.9 - Search
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -24,8 +24,8 @@
|
|
24
24
|
text-shadow: none;
|
25
25
|
font-style: normal;
|
26
26
|
font-weight: normal;
|
27
|
-
line-height: 1.
|
28
|
-
padding: 0.
|
27
|
+
line-height: 1.21428571em;
|
28
|
+
padding: 0.67857143em 1em;
|
29
29
|
font-size: 1em;
|
30
30
|
background: #FFFFFF;
|
31
31
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
@@ -114,7 +114,7 @@
|
|
114
114
|
margin: 0em 6em 0em 0em;
|
115
115
|
}
|
116
116
|
.ui.search > .results .result .title {
|
117
|
-
margin: -0.
|
117
|
+
margin: -0.14285714em 0em 0em;
|
118
118
|
font-family: $font-family;
|
119
119
|
font-weight: bold;
|
120
120
|
font-size: 1em;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.2.
|
2
|
+
* # Semantic UI 2.2.9 - Sidebar
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -256,10 +256,6 @@ html.ios {
|
|
256
256
|
overflow-x: hidden;
|
257
257
|
-webkit-overflow-scrolling: touch;
|
258
258
|
}
|
259
|
-
html.ios,
|
260
|
-
html.ios body {
|
261
|
-
height: initial !important;
|
262
|
-
}
|
263
259
|
|
264
260
|
|
265
261
|
/*******************************
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.2.
|
2
|
+
* # Semantic UI 2.2.9 - Item
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -177,7 +177,7 @@
|
|
177
177
|
font-weight: bold;
|
178
178
|
font-size: 1.28571429em;
|
179
179
|
margin-top: -0.21425em;
|
180
|
-
line-height: 1.
|
180
|
+
line-height: 1.28571429em;
|
181
181
|
}
|
182
182
|
.ui.cards > .card > .content > .meta + .description,
|
183
183
|
.ui.cards > .card > .content > .header + .description,
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.2.
|
2
|
+
* # Semantic UI 2.2.9 - Comment
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -239,19 +239,19 @@
|
|
239
239
|
font-size: 0.85714286rem;
|
240
240
|
}
|
241
241
|
.ui.small.comments {
|
242
|
-
font-size: 0.
|
242
|
+
font-size: 0.92857143rem;
|
243
243
|
}
|
244
244
|
.ui.comments {
|
245
|
-
font-size:
|
245
|
+
font-size: 1rem;
|
246
246
|
}
|
247
247
|
.ui.large.comments {
|
248
|
-
font-size: 1.
|
248
|
+
font-size: 1.14285714rem;
|
249
249
|
}
|
250
250
|
.ui.big.comments {
|
251
251
|
font-size: 1.28571429rem;
|
252
252
|
}
|
253
253
|
.ui.huge.comments {
|
254
|
-
font-size: 1.
|
254
|
+
font-size: 1.42857143rem;
|
255
255
|
}
|
256
256
|
.ui.massive.comments {
|
257
257
|
font-size: 1.71428571rem;
|