From a5232abefc257fcbe71f69d22b4027fe6b2ce299 Mon Sep 17 00:00:00 2001 From: Andres Galante Date: Wed, 27 Dec 2017 23:08:10 -0300 Subject: Set `cursor:pointer` for `` --- docs/4.0/content/reboot.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs') diff --git a/docs/4.0/content/reboot.md b/docs/4.0/content/reboot.md index d89e73da7..309391fd6 100644 --- a/docs/4.0/content/reboot.md +++ b/docs/4.0/content/reboot.md @@ -333,6 +333,22 @@ The `` element receives basic styling to make it stand out amongst paragra Nulla attr vitae elit libero, a pharetra augue. +### Summary + +The default `cursor` on summary is `text`, so we reset that to `pointer` to convey that the element can be interacted with by clicking on it. + +
+
+ Some details +

More info about the details.

+
+ +
+ Even more details +

Here are even more details about the details.

+
+
+ ## HTML5 `[hidden]` attribute HTML5 adds [a new global attribute named `[hidden]`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden), which is styled as `display: none` by default. Borrowing an idea from [PureCSS](https://purecss.io/), we improve upon this default by making `[hidden] { display: none !important; }` to help prevent its `display` from getting accidentally overridden. While `[hidden]` isn't natively supported by IE10, the explicit declaration in our CSS gets around that problem. -- cgit v1.2.3