diff options
| author | Andres Galante <[email protected]> | 2017-12-27 23:08:10 -0300 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2017-12-28 02:08:10 +0000 |
| commit | a5232abefc257fcbe71f69d22b4027fe6b2ce299 (patch) | |
| tree | 43d57542882bd379e65c57a673834b2bbe083204 /scss | |
| parent | 1a4a94bfd90626bdd48cea0c0d4bf0293f052edb (diff) | |
| download | bootstrap-a5232abefc257fcbe71f69d22b4027fe6b2ce299.tar.xz bootstrap-a5232abefc257fcbe71f69d22b4027fe6b2ce299.zip | |
Set `cursor:pointer` for `<summary>`
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_reboot.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 62b3a6665..539341311 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -491,6 +491,7 @@ output { summary { display: list-item; // Add the correct display in all browsers + cursor: pointer; } template { |
