Skip to content

Commit aee5cc8

Browse files
bekospkozlowski-opensource
authored andcommitted
demo(accordion): pointer cursor for accordion
1 parent 0d0375d commit aee5cc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/demo/assets/demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ section {
4646

4747
}
4848

49-
.nav, .pagination, .carousel a {
49+
.nav, .pagination, .carousel, .panel-title a {
5050
cursor: pointer;
5151
}
5252

misc/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h3>Installation</h3>
164164
<p>You can fork one of the plunkers from this page to see a working example of what is described here.</p>
165165
<h3>CSS</h3>
166166
<p>Original Bootstrap's CSS depends on empty <code>href</code> attributes to style cursors for several components (pagination, tabs etc.).
167-
But in AngularJS adding empty <code>href</code> attributes to link tags will cause unwanted route changes. This is why we need to remove empty <code>href</code> attributes from directive templates and as a result styling is not applied correctly. The remedy is simple, just add the following styling to your application: <pre><code>.nav, .pagination, .carousel a { cursor: pointer; }</code></pre>
167+
But in AngularJS adding empty <code>href</code> attributes to link tags will cause unwanted route changes. This is why we need to remove empty <code>href</code> attributes from directive templates and as a result styling is not applied correctly. The remedy is simple, just add the following styling to your application: <pre><code>.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }</code></pre>
168168
</p>
169169
</section>
170170
<% demoModules.forEach(function(module) { %>

0 commit comments

Comments
 (0)