Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-10-29 12:09:35 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-10-29 12:09:35 +0300
commit872b751ad7a598ce97a4882b1b93eb3b78bdef8a (patch)
tree8f8225d5f0bfbbd4d042a8573c32fabb7b8de97d /assets/stylesheets/bootstrap/_list-group.scss
parente018e193c7ce672abae245e2dab98834c35c9690 (diff)
rake convert
Diffstat (limited to 'assets/stylesheets/bootstrap/_list-group.scss')
-rw-r--r--assets/stylesheets/bootstrap/_list-group.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/_list-group.scss b/assets/stylesheets/bootstrap/_list-group.scss
index 53b4302..14912b1 100644
--- a/assets/stylesheets/bootstrap/_list-group.scss
+++ b/assets/stylesheets/bootstrap/_list-group.scss
@@ -74,7 +74,7 @@ a.list-group-item {
&.disabled:focus {
background-color: $list-group-disabled-bg;
color: $list-group-disabled-color;
- cursor: not-allowed;
+ cursor: $cursor-disabled;
// Force color to inherit for custom content
.list-group-item-heading {