fix(pointer): Add pointer styling to .item[ng-click], closes #858

This commit is contained in:
Adam Bradley
2014-03-21 09:23:08 -05:00
parent f039fad941
commit aa280910df
3 changed files with 16 additions and 6 deletions

View File

@@ -94,6 +94,10 @@
@include item-style($item-dark-bg, $item-dark-border, $item-dark-text);
}
&[ng-click]:hover {
cursor: pointer;
}
}
// Link and Button Active States

View File

@@ -4,11 +4,11 @@
* --------------------------------------------------
* Adapted from normalize.css and some reset.css. We don't care even one
* bit about old IE, so we don't need any hacks for that in here.
*
*
* There are probably other things we could remove here, as well.
*
* normalize.css v2.1.2 | MIT License | git.io/normalize
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
@@ -23,7 +23,7 @@ dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, fieldset,
figure, figcaption, footer, header, hgroup,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
@@ -100,10 +100,10 @@ body {
/**
* Remove default outlines.
*/
a,
a,
button,
:focus,
a:focus,
:focus,
a:focus,
button:focus,
a:active,
a:hover {

View File

@@ -213,6 +213,12 @@
</div>
</a>
<div class="item item-complex" ng-click="asdf()">
<div class="item-content slide-right">
Auto Right side arrow cuz it has an ng-click
</div>
</div>
<a href="#" class="item item-complex item-icon-right">
<div class="item-content slide-right">
Processing Icon