mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
css: hide border of <code> links when active too
This commit is contained in:
parent
3732704d74
commit
1bb9d9c541
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@
|
||||||
code:not(pre > code) {
|
code:not(pre > code) {
|
||||||
@apply border-1 border-dotted px-2 py-0.5 border-black dark:border-white;
|
@apply border-1 border-dotted px-2 py-0.5 border-black dark:border-white;
|
||||||
|
|
||||||
a:hover & {
|
a:hover &, a:active & {
|
||||||
@apply border-transparent;
|
@apply border-transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue