Skip to content

Commit

Permalink
Updated distribution to version 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed May 20, 2015
1 parent dbb45b7 commit 611a1db
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions definitions/collections/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,7 @@
-----------------------*/

.ui.grid > .white.row,
.ui.grid > .white.column,
.ui.grid > .row > .white.column {
background-color: @white !important;
color: @textColor;
Expand All @@ -1301,6 +1302,7 @@
}

.ui.grid > .black.row,
.ui.grid > .black.column,
.ui.grid > .row > .black.column {
background-color: @black !important;
color: @white;
Expand All @@ -1313,6 +1315,7 @@
}

.ui.grid > .blue.row,
.ui.grid > .blue.column,
.ui.grid > .row > .blue.column {
background-color: @blue !important;
color: @white;
Expand All @@ -1325,6 +1328,7 @@
}

.ui.grid > .green.row,
.ui.grid > .green.column,
.ui.grid > .row > .green.column {
background-color: @green !important;
color: @white;
Expand All @@ -1337,6 +1341,7 @@
}

.ui.grid > .orange.row,
.ui.grid > .orange.column,
.ui.grid > .row > .orange.column {
background-color: @orange !important;
color: @white;
Expand All @@ -1361,6 +1366,7 @@
}

.ui.grid > .purple.row,
.ui.grid > .purple.column,
.ui.grid > .row > .purple.column {
background-color: @purple !important;
color: @white;
Expand All @@ -1373,6 +1379,7 @@
}

.ui.grid > .red.row,
.ui.grid > .red.column,
.ui.grid > .row > .red.column {
background-color: @red !important;
color: @white;
Expand All @@ -1385,6 +1392,7 @@
}

.ui.grid > .teal.row,
.ui.grid > .teal.column,
.ui.grid > .row > .teal.column {
background-color: @teal !important;
color: @white;
Expand All @@ -1397,6 +1405,7 @@
}

.ui.grid > .yellow.row,
.ui.grid > .yellow.column,
.ui.grid > .row > .yellow.column {
background-color: @yellow !important;
color: @white;
Expand Down
6 changes: 3 additions & 3 deletions definitions/modules/checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ $.fn.checkbox = function(parameters) {
},

refresh: function() {
$module = $(this);
$label = $(this).find(selector.label).first();
$input = $(this).find(selector.input);
$module = $(element);
$label = $(element).find(selector.label).first();
$input = $(element).find(selector.input);
},

observeChanges: function() {
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var
Package.describe({
name : 'semantic:ui',
summary : 'Semantic UI - LESS Release of Semantic UI',
version : '1.12.2',
version : '1.12.3',
git : 'git://github.com/Semantic-Org/Semantic-UI-LESS.git',
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-less",
"version": "1.12.2",
"version": "1.12.3",
"title": "Semantic UI",
"description": "LESS Only distribution of Semantic UI",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit 611a1db

Please sign in to comment.