changed variable name to -hover

This commit is contained in:
Phil Hughes 2016-02-23 16:13:43 +00:00
parent 9fd220b30c
commit 647eccd1fa
7 changed files with 8 additions and 8 deletions

View File

@ -158,7 +158,7 @@
}
&:hover {
background: $hover;
background: $row-hover;
}
}
}

View File

@ -48,8 +48,8 @@
.ui-state-hover,
.ui-state-focus {
border: 1px solid $hover;
background: $hover;
border: 1px solid $row-hover;
background: $row-hover;
color: #333;
}
}

View File

@ -38,7 +38,7 @@
&.smoke { background-color: $background-color; }
&:hover {
background: $hover;
background: $row-hover;
}
&:last-child {

View File

@ -11,7 +11,7 @@
border-bottom: 1px solid $border-white-light;
&:target {
background: $hover;
background: $row-hover;
}
&:last-child {

View File

@ -70,7 +70,7 @@ $pagination-bg: #fff;
$pagination-border: $border-color;
$pagination-hover-color: $gl-gray;
$pagination-hover-bg: $hover;
$pagination-hover-bg: $row-hover;
$pagination-hover-border: $border-color;
$pagination-active-color: $blue-dark;

View File

@ -1,4 +1,4 @@
$hover: #f4f8fe;
$row-hover: #f4f8fe;
$gl-text-color: #54565B;
$gl-text-green: #4A2;
$gl-text-red: #D12F19;

View File

@ -21,7 +21,7 @@
&:hover {
td {
background: $hover;
background: $row-hover;
}
cursor: pointer;
}