mirror of https://github.com/ColorlibHQ/AdminLTE
Prepared skins to be compatible with sidebar mini
parent
7c7cc5768a
commit
cb5ab444d5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue