Prepared skins to be compatible with sidebar mini

pull/325/merge
Abdullah Almsaeed 2015-03-22 21:01:46 -04:00
parent 7c7cc5768a
commit cb5ab444d5
6 changed files with 6 additions and 6 deletions

View File

@ -87,7 +87,7 @@
border-left: 3px solid transparent;
}
//Hover and active states
> a:hover,
&:hover > a,
&.active > a {
color: #fff;
background: #444;

View File

@ -69,7 +69,7 @@
margin-right: 1px;
}
//Hover and active states
> a:hover, &.active > a {
&:hover > a, &.active > a {
color: @sidebar-dark-hover-color;
background: @sidebar-dark-hover-bg;
border-left-color: @light-blue;

View File

@ -70,7 +70,7 @@
margin-right: 1px;
}
//Hover and active states
> a:hover, &.active > a {
&:hover > a, &.active > a {
color: @sidebar-dark-hover-color;
background: @sidebar-dark-hover-bg;
border-left-color: @green;

View File

@ -70,7 +70,7 @@
margin-right: 1px;
}
//Hover and active states
> a:hover, &.active > a {
&:hover > a, &.active > a {
color: @sidebar-dark-hover-color;
background: @sidebar-dark-hover-bg;
border-left-color: @purple;

View File

@ -70,7 +70,7 @@
margin-right: 1px;
}
//Hover and active states
> a:hover, &.active > a {
&:hover > a, &.active > a {
color: @sidebar-dark-hover-color;
background: @sidebar-dark-hover-bg;
border-left-color: @red;

View File

@ -70,7 +70,7 @@
margin-right: 1px;
}
//Hover and active states
> a:hover, &.active > a {
&:hover > a, &.active > a {
color: @sidebar-dark-hover-color;
background: @sidebar-dark-hover-bg;
border-left-color: @yellow;