Skip to content

Commit

Permalink
Merge pull request #61 from typora:master
Browse files Browse the repository at this point in the history
Fix click on first paragraph
  • Loading branch information
noatpad authored Aug 9, 2020
2 parents d68a216 + 1e8e50a commit 0277336
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ursine-umbra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1321,8 +1321,7 @@ footer.ty-footer {
position: static;
}

&:first-child:not(:only-child)::before,
&:only-child::before {
&:only-child:empty::before {
content: '';
display: block;
position: absolute;
Expand All @@ -1335,11 +1334,6 @@ footer.ty-footer {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
opacity: 0;
}

&:only-child:empty::before {
opacity: 1;
}
}

Expand Down

0 comments on commit 0277336

Please sign in to comment.