Skip to content

Commit 980e4be

Browse files
Updated distribution to version 2.3.2
1 parent b235c6c commit 980e4be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+673
-318
lines changed

components/accordion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Accordion
2+
* # Semantic UI 2.3.2 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/accordion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Accordion
2+
* # Semantic UI 2.3.2 - Accordion
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/accordion.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/ad.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Ad
2+
* # Semantic UI 2.3.2 - Ad
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/ad.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - API
2+
* # Semantic UI 2.3.2 - API
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/breadcrumb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Breadcrumb
2+
* # Semantic UI 2.3.2 - Breadcrumb
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/breadcrumb.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/button.css

Lines changed: 151 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Button
2+
* # Semantic UI 2.3.2 - Button
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -3341,6 +3341,81 @@
33413341
margin-left: -1px;
33423342
}
33433343

3344+
/* Inverted */
3345+
.ui.inverted.primary.buttons .button,
3346+
.ui.inverted.primary.button {
3347+
background-color: transparent;
3348+
-webkit-box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
3349+
box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
3350+
color: #54C8FF;
3351+
}
3352+
.ui.inverted.primary.buttons .button:hover,
3353+
.ui.inverted.primary.button:hover,
3354+
.ui.inverted.primary.buttons .button:focus,
3355+
.ui.inverted.primary.button:focus,
3356+
.ui.inverted.primary.buttons .button.active,
3357+
.ui.inverted.primary.button.active,
3358+
.ui.inverted.primary.buttons .button:active,
3359+
.ui.inverted.primary.button:active {
3360+
-webkit-box-shadow: none !important;
3361+
box-shadow: none !important;
3362+
color: #FFFFFF;
3363+
}
3364+
.ui.inverted.primary.buttons .button:hover,
3365+
.ui.inverted.primary.button:hover {
3366+
background-color: #3ac0ff;
3367+
}
3368+
.ui.inverted.primary.buttons .button:focus,
3369+
.ui.inverted.primary.button:focus {
3370+
background-color: #2bbbff;
3371+
}
3372+
.ui.inverted.primary.buttons .active.button,
3373+
.ui.inverted.primary.active.button {
3374+
background-color: #3ac0ff;
3375+
}
3376+
.ui.inverted.primary.buttons .button:active,
3377+
.ui.inverted.primary.button:active {
3378+
background-color: #21b8ff;
3379+
}
3380+
3381+
/* Inverted Basic */
3382+
.ui.inverted.primary.basic.buttons .button,
3383+
.ui.inverted.primary.buttons .basic.button,
3384+
.ui.inverted.primary.basic.button {
3385+
background-color: transparent;
3386+
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
3387+
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
3388+
color: #FFFFFF !important;
3389+
}
3390+
.ui.inverted.primary.basic.buttons .button:hover,
3391+
.ui.inverted.primary.buttons .basic.button:hover,
3392+
.ui.inverted.primary.basic.button:hover {
3393+
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
3394+
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
3395+
color: #54C8FF !important;
3396+
}
3397+
.ui.inverted.primary.basic.buttons .button:focus,
3398+
.ui.inverted.primary.basic.buttons .button:focus,
3399+
.ui.inverted.primary.basic.button:focus {
3400+
-webkit-box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
3401+
box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
3402+
color: #54C8FF !important;
3403+
}
3404+
.ui.inverted.primary.basic.buttons .active.button,
3405+
.ui.inverted.primary.buttons .basic.active.button,
3406+
.ui.inverted.primary.basic.active.button {
3407+
-webkit-box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
3408+
box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
3409+
color: #54C8FF !important;
3410+
}
3411+
.ui.inverted.primary.basic.buttons .button:active,
3412+
.ui.inverted.primary.buttons .basic.button:active,
3413+
.ui.inverted.primary.basic.button:active {
3414+
-webkit-box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
3415+
box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
3416+
color: #54C8FF !important;
3417+
}
3418+
33443419
/*-------------------
33453420
Secondary
33463421
--------------------*/
@@ -3423,6 +3498,81 @@
34233498
margin-left: -1px;
34243499
}
34253500

3501+
/* Inverted */
3502+
.ui.inverted.secondary.buttons .button,
3503+
.ui.inverted.secondary.button {
3504+
background-color: transparent;
3505+
-webkit-box-shadow: 0px 0px 0px 2px #545454 inset !important;
3506+
box-shadow: 0px 0px 0px 2px #545454 inset !important;
3507+
color: #545454;
3508+
}
3509+
.ui.inverted.secondary.buttons .button:hover,
3510+
.ui.inverted.secondary.button:hover,
3511+
.ui.inverted.secondary.buttons .button:focus,
3512+
.ui.inverted.secondary.button:focus,
3513+
.ui.inverted.secondary.buttons .button.active,
3514+
.ui.inverted.secondary.button.active,
3515+
.ui.inverted.secondary.buttons .button:active,
3516+
.ui.inverted.secondary.button:active {
3517+
-webkit-box-shadow: none !important;
3518+
box-shadow: none !important;
3519+
color: #FFFFFF;
3520+
}
3521+
.ui.inverted.secondary.buttons .button:hover,
3522+
.ui.inverted.secondary.button:hover {
3523+
background-color: #616161;
3524+
}
3525+
.ui.inverted.secondary.buttons .button:focus,
3526+
.ui.inverted.secondary.button:focus {
3527+
background-color: #686868;
3528+
}
3529+
.ui.inverted.secondary.buttons .active.button,
3530+
.ui.inverted.secondary.active.button {
3531+
background-color: #616161;
3532+
}
3533+
.ui.inverted.secondary.buttons .button:active,
3534+
.ui.inverted.secondary.button:active {
3535+
background-color: #6e6e6e;
3536+
}
3537+
3538+
/* Inverted Basic */
3539+
.ui.inverted.secondary.basic.buttons .button,
3540+
.ui.inverted.secondary.buttons .basic.button,
3541+
.ui.inverted.secondary.basic.button {
3542+
background-color: transparent;
3543+
-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
3544+
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
3545+
color: #FFFFFF !important;
3546+
}
3547+
.ui.inverted.secondary.basic.buttons .button:hover,
3548+
.ui.inverted.secondary.buttons .basic.button:hover,
3549+
.ui.inverted.secondary.basic.button:hover {
3550+
-webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
3551+
box-shadow: 0px 0px 0px 2px #616161 inset !important;
3552+
color: #545454 !important;
3553+
}
3554+
.ui.inverted.secondary.basic.buttons .button:focus,
3555+
.ui.inverted.secondary.basic.buttons .button:focus,
3556+
.ui.inverted.secondary.basic.button:focus {
3557+
-webkit-box-shadow: 0px 0px 0px 2px #686868 inset !important;
3558+
box-shadow: 0px 0px 0px 2px #686868 inset !important;
3559+
color: #545454 !important;
3560+
}
3561+
.ui.inverted.secondary.basic.buttons .active.button,
3562+
.ui.inverted.secondary.buttons .basic.active.button,
3563+
.ui.inverted.secondary.basic.active.button {
3564+
-webkit-box-shadow: 0px 0px 0px 2px #616161 inset !important;
3565+
box-shadow: 0px 0px 0px 2px #616161 inset !important;
3566+
color: #545454 !important;
3567+
}
3568+
.ui.inverted.secondary.basic.buttons .button:active,
3569+
.ui.inverted.secondary.buttons .basic.button:active,
3570+
.ui.inverted.secondary.basic.button:active {
3571+
-webkit-box-shadow: 0px 0px 0px 2px #6e6e6e inset !important;
3572+
box-shadow: 0px 0px 0px 2px #6e6e6e inset !important;
3573+
color: #545454 !important;
3574+
}
3575+
34263576
/*---------------
34273577
Positive
34283578
----------------*/

components/button.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Item
2+
* # Semantic UI 2.3.2 - Item
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/card.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/checkbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Checkbox
2+
* # Semantic UI 2.3.2 - Checkbox
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/checkbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Checkbox
2+
* # Semantic UI 2.3.2 - Checkbox
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/checkbox.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/comment.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Comment
2+
* # Semantic UI 2.3.2 - Comment
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/comment.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/container.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Container
2+
* # Semantic UI 2.3.2 - Container
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/container.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dimmer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Dimmer
2+
* # Semantic UI 2.3.2 - Dimmer
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

components/dimmer.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Dimmer
2+
* # Semantic UI 2.3.2 - Dimmer
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -114,6 +114,10 @@ $.fn.dimmer = function(parameters) {
114114

115115
bind: {
116116
events: function() {
117+
if(module.is.page()) {
118+
// touch events default to passive, due to changes in chrome to optimize mobile perf
119+
$dimmable.get(0).addEventListener('touchmove', module.event.preventScroll, { passive: false });
120+
}
117121
if(settings.on == 'hover') {
118122
$dimmable
119123
.on('mouseenter' + eventNamespace, module.show)
@@ -141,6 +145,9 @@ $.fn.dimmer = function(parameters) {
141145

142146
unbind: {
143147
events: function() {
148+
if(module.is.page()) {
149+
$dimmable.get(0).removeEventListener('touchmove', module.event.preventScroll, { passive: false });
150+
}
144151
$module
145152
.removeData(moduleNamespace)
146153
;
@@ -157,6 +164,9 @@ $.fn.dimmer = function(parameters) {
157164
module.hide();
158165
event.stopImmediatePropagation();
159166
}
167+
},
168+
preventScroll: function(event) {
169+
event.preventDefault();
160170
}
161171
},
162172

components/dimmer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)