Prepared skins to be compatible with sidebar mini
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
border-left: 3px solid transparent;
|
||||
}
|
||||
//Hover and active states
|
||||
> a:hover,
|
||||
&:hover > a,
|
||||
&.active > a {
|
||||
color: #fff;
|
||||
background: #444;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user