mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
total nav click satisfaction
This commit is contained in:
@@ -59,6 +59,11 @@
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.sidebar li a[aria-current="page"]:hover {
|
||||
padding-left: .7rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.sidebar li a[aria-current="page"] {
|
||||
animation: fade 0.6s;
|
||||
}
|
||||
@@ -68,6 +73,11 @@
|
||||
background-color: #ffffff13;
|
||||
}
|
||||
|
||||
.sidebar li a:active {
|
||||
padding-left: .9rem;
|
||||
background-color: #ffffff1a;
|
||||
}
|
||||
|
||||
.sidebar li {
|
||||
margin-left: 1rem;
|
||||
border-bottom: 1px solid #ffffff0e;
|
||||
|
||||
Reference in New Issue
Block a user