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-09-03 01:48:44 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-09-03 01:49:24 +0400
commit6fe694cbd0627c45db4ed5ac3935d783ea0f02c8 (patch)
tree81a1a455fdf680018947b49c459eb6886b7dc4fc /assets/stylesheets/bootstrap/_list-group.scss
parent2e441b24699cbd60a5cee4bcae84428293af7ff7 (diff)
Port over fixes from branch next
Diffstat (limited to 'assets/stylesheets/bootstrap/_list-group.scss')
-rw-r--r--assets/stylesheets/bootstrap/_list-group.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/_list-group.scss b/assets/stylesheets/bootstrap/_list-group.scss
index 49c64eb..36c297c 100644
--- a/assets/stylesheets/bootstrap/_list-group.scss
+++ b/assets/stylesheets/bootstrap/_list-group.scss
@@ -74,8 +74,7 @@ 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;