mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed border color for active item on dark-mode
Fixed border color for active item on dark-modepull/4004/head
parent
4fc0f9e59f
commit
3517de7586
|
@ -58,6 +58,7 @@
|
|||
&.active {
|
||||
.page-link {
|
||||
background-color: $primary-alt;
|
||||
border-color: $primary-alt;
|
||||
color: $white;
|
||||
|
||||
&:hover,
|
||||
|
|
Loading…
Reference in New Issue