Skip to content

Commit 4e2334a

Browse files
committed
rebuilds release
Former-commit-id: 0b0dd5c Former-commit-id: ea14220df2c91b8943b5775bf48fd1ee7dba0fff
1 parent 8643763 commit 4e2334a

39 files changed

+100
-52
lines changed

build/less/collections/form.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@
203203
---------------------*/
204204

205205
.ui.form input[type="text"]:focus,
206-
.ui.form input[type="date"]:focus,
207206
.ui.form input[type="email"]:focus,
207+
.ui.form input[type="date"]:focus,
208208
.ui.form input[type="password"]:focus,
209209
.ui.form textarea:focus {
210210
color: rgba(0, 0, 0, 0.85);
@@ -404,8 +404,8 @@
404404
}
405405
.ui.inverted.form .field.error textarea,
406406
.ui.inverted.form .field.error input[type="text"],
407-
.ui.inverted.form .field.error input[type="date"],
408407
.ui.inverted.form .field.error input[type="email"],
408+
.ui.inverted.form .field.error input[type="date"],
409409
.ui.inverted.form .field.error input[type="password"]{
410410
background-color: #FFCCCC;
411411
}

build/less/modules/checkbox.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $.fn.checkbox = function(parameters) {
104104
},
105105

106106
enable: function() {
107-
module.debug('Enabling checkbox');
107+
module.debug('Enabling checkbox', $input);
108108
$input
109109
.prop('checked', true)
110110
;
@@ -218,9 +218,6 @@ $.fn.checkbox = function(parameters) {
218218
if(moduleSelector) {
219219
title += ' \'' + moduleSelector + '\'';
220220
}
221-
if($allModules.size() > 1) {
222-
title += ' ' + '(' + $allModules.size() + ')';
223-
}
224221
if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) {
225222
console.groupCollapsed(title);
226223
if(console.table) {

build/less/modules/dropdown.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172

173173
/* Opposite on last menu on right */
174174
.ui.menu .right.menu .dropdown:last-child .menu,
175-
.ui.button > .ui.dropdown:last-child .menu {
175+
.ui.buttons > .ui.dropdown:last-child .menu {
176176
left: auto;
177177
right: 0px;
178178
}

build/minified/collections/form.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)