Skip to content

Commit

Permalink
Drop the def on functions and methods
Browse files Browse the repository at this point in the history
This doesn't interact very well with classmethod and static methods. :(
  • Loading branch information
pradyunsg committed Nov 17, 2021
1 parent 8f4d946 commit 940ac49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/furo/assets/styles/content/_api.sass
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ em.property
font-style: normal
&:first-child
color: var(--color-api-keyword)
.py.function,
.py.method
> .sig::before
content: "def "
color: var(--color-api-keyword)
.sig-name
color: var(--color-api-name)
.sig-prename
Expand Down

0 comments on commit 940ac49

Please sign in to comment.