Commit 7f6f3ff4 authored by Mark Otto's avatar Mark Otto

fix #3202: add cursor to .accordion-toggle

parent f805a608
...@@ -4777,6 +4777,10 @@ a.badge:hover { ...@@ -4777,6 +4777,10 @@ a.badge:hover {
padding: 8px 15px; padding: 8px 15px;
} }
.accordion-toggle {
cursor: pointer;
}
.accordion-inner { .accordion-inner {
padding: 9px 15px; padding: 9px 15px;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
......
...@@ -21,6 +21,11 @@ ...@@ -21,6 +21,11 @@
padding: 8px 15px; padding: 8px 15px;
} }
// General toggle styles
.accordion-toggle {
cursor: pointer;
}
// Inner needs the styles because you can't animate properly with any styles on the element // Inner needs the styles because you can't animate properly with any styles on the element
.accordion-inner { .accordion-inner {
padding: 9px 15px; padding: 9px 15px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment