Browse Source

Removing active state on table views.

pull/214/head
connors 11 years ago
parent
commit
fae122fc3c
  1. 3
      dist/ratchet.css
  2. 2
      dist/ratchet.js

3
dist/ratchet.css vendored

@ -399,9 +399,6 @@ a {
margin: -11px -60px -11px 0;
color: inherit;
}
.table-view li > a:not([class*="button"]):active {
background-color: #eee;
}
.table-view li p {
margin: 0;
}

2
dist/ratchet.js vendored

@ -770,4 +770,4 @@
toggle = false;
});
}();
}();
Loading…
Cancel
Save