Skip to content

Commit

Permalink
Commits dfa2e02 to 1.x, backports fix for column colors #2272
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed May 20, 2015
1 parent a8bd29d commit eee2c96
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/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

0 comments on commit eee2c96

Please sign in to comment.