1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

Set cursor:pointer for <summary>

This commit is contained in:
Andres Galante
2017-12-27 23:08:10 -03:00
committed by Patrick H. Lauke
parent 1a4a94bfd9
commit a5232abefc
2 changed files with 17 additions and 0 deletions

View File

@@ -491,6 +491,7 @@ output {
summary {
display: list-item; // Add the correct display in all browsers
cursor: pointer;
}
template {