Skip to content

Commit

Permalink
add suggested code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Dec 3, 2024
1 parent 1b697fd commit 3b36ef7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@
result in a ring that looks off-centered. So we have to pull the ring left
and stretch it right. That's what the pseudo-element allows us to do.
We do not have to do this with the other collapsible admonitions because
those implementations put the left border and the title together so that a
focus ring surrounds them both.
Note: we do not have to do this for collapsible admonitions made with
Sphinx Design (as opposed to sphinx-togglebutton).
*/
.admonition-title::before {
content: "";
Expand Down

0 comments on commit 3b36ef7

Please sign in to comment.