|
@@ -2,6 +2,12 @@
|
|
|
|
|
|
|
|
@include bs.color-mode(light) {
|
|
@include bs.color-mode(light) {
|
|
|
.pagetree-item :global {
|
|
.pagetree-item :global {
|
|
|
|
|
+ li:hover {
|
|
|
|
|
+ background-color: var(--grw-primary-100);
|
|
|
|
|
+ }
|
|
|
|
|
+ li.active{;
|
|
|
|
|
+ background-color: var(--grw-primary-100)
|
|
|
|
|
+ }
|
|
|
.list-group-item-action {
|
|
.list-group-item-action {
|
|
|
.btn-page-item-control {
|
|
.btn-page-item-control {
|
|
|
--bs-btn-bg: transparent;
|
|
--bs-btn-bg: transparent;
|
|
@@ -11,8 +17,15 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
@include bs.color-mode(dark) {
|
|
@include bs.color-mode(dark) {
|
|
|
.pagetree-item :global {
|
|
.pagetree-item :global {
|
|
|
|
|
+ li:hover {
|
|
|
|
|
+ background-color: var(--grw-primary-800);
|
|
|
|
|
+ }
|
|
|
|
|
+ li.active{
|
|
|
|
|
+ background-color: var(--grw-primary-800)
|
|
|
|
|
+ }
|
|
|
.list-group-item-action {
|
|
.list-group-item-action {
|
|
|
.btn-page-item-control {
|
|
.btn-page-item-control {
|
|
|
--bs-btn-bg: transparent;
|
|
--bs-btn-bg: transparent;
|