mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
style: highlight only 1 item on the sidebar
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Subpage Group
|
||||
sidebar_position: 5
|
||||
---
|
||||
|
||||
## Hello World
|
||||
|
||||
```python
|
||||
print("hello world!")
|
||||
```
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Subpage2
|
||||
sidebar_position: 5
|
||||
---
|
||||
|
||||
## Hello World
|
||||
|
||||
```python
|
||||
print("hello world!")
|
||||
```
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Subpage3
|
||||
sidebar_position: 6
|
||||
---
|
||||
|
||||
## Hello World
|
||||
|
||||
```python
|
||||
print("hello world!")
|
||||
```
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Subtitle
|
||||
title: Subpage1
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Subpage4
|
||||
sidebar_position: 7
|
||||
---
|
||||
|
||||
## Hello World
|
||||
|
||||
```python
|
||||
print("hello world!")
|
||||
```
|
||||
@@ -731,6 +731,14 @@ table {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.menu__list-item-collapsible--active > :not(a[href='#']) {
|
||||
box-shadow: inset 1px 0px 0px rgb(var(--lsd-border-primary));
|
||||
}
|
||||
|
||||
.menu__list-item-collapsible > a {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
main[itemtype*='Blog'] {
|
||||
margin-left: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user