Skip to content

Commit

Permalink
Correct Sass syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Blendify committed Oct 26, 2019
1 parent 9138108 commit 80ad848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/_theme_rst.sass
Expand Up @@ -97,8 +97,8 @@

// Do not allow selection of code block prompts
div.highlight .gp
user-select: none;
pointer-events: none;
user-select: none
pointer-events: none

.code-block-caption
font-style: italic
Expand Down

0 comments on commit 80ad848

Please sign in to comment.