Skip to content

Commit

Permalink
Always display :target element
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hilbert <[email protected]>
  • Loading branch information
RyanHilbert authored Oct 26, 2024
1 parent 0e30d26 commit 0308072
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ val html = StringBuilder("""<!DOCTYPE html>
font-size:xx-large;
width:2em;
height:2em;
&:hover,&:target,&:focus{
&:hover,&:active,&:target,&:focus{
position:relative;
z-index:2
z-index:2;
display:revert!important
}
&:before,&:after{
content:attr($SEQ_ID);
Expand Down

0 comments on commit 0308072

Please sign in to comment.