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-06-29 22:59:10 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-06-29 22:59:10 +0400
commita46d95016dd727a198ed2120c9ce4e8b2cf5e0f3 (patch)
tree096073ee701723a468ab7b8c8158c9427cab72a6 /assets/stylesheets/bootstrap/_list-group.scss
parent07923942e5a2d0e961650e21701973e9cf9af91d (diff)
rake convert
Diffstat (limited to 'assets/stylesheets/bootstrap/_list-group.scss')
-rw-r--r--assets/stylesheets/bootstrap/_list-group.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/_list-group.scss b/assets/stylesheets/bootstrap/_list-group.scss
index 36c297c..49c64eb 100644
--- a/assets/stylesheets/bootstrap/_list-group.scss
+++ b/assets/stylesheets/bootstrap/_list-group.scss
@@ -74,7 +74,8 @@ a.list-group-item {
&.disabled:focus {
background-color: $list-group-disabled-bg;
color: $list-group-disabled-color;
-
+ cursor: not-allowed;
+
// Force color to inherit for custom content
.list-group-item-heading {
color: inherit;