1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

nix inline code bits in details/summary example

This commit is contained in:
Shawn Allen 2017-09-22 16:45:31 -07:00
parent e1a6457c01
commit 30630929ac

View File

@ -246,7 +246,7 @@ Use `.hidden-text-expander` to indicate and toggle hidden text.
You can also make the expander appear inline by adding `.inline`.
#### `<details>`/`<summary>` button styles
#### Details element summary buttons
You can apply `.btn` classes to `<summary>` elements, and they the
selected/active styles will be applied when the parent `<details>` is open.