mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-25 16:19:44 +02:00
fix(ui): broken sidebar, table of content and header on linux (#315)
* move squircle to only to active and hover states * fix hover * fix squircle in header * fix toc * rm redundant line
This commit is contained in:
parent
f78b9ecff5
commit
7f51a72bcb
3 changed files with 13 additions and 4 deletions
|
@ -40,7 +40,10 @@ html {
|
|||
|
||||
@media (--not-mobile) {
|
||||
padding: 4px 10px;
|
||||
@apply --squircle;
|
||||
|
||||
&:hover {
|
||||
@apply --squircle;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue