aboutsummaryrefslogtreecommitdiff
path: root/scss/_list-group.scss
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2017-04-10 22:07:44 +0100
committerPatrick H. Lauke <[email protected]>2017-04-10 22:10:20 +0100
commit7056f702408a97f01cb32bc6075d88ec27cdcf52 (patch)
tree83f41a70bea7320f407a8181a3eb121f9ed4327a /scss/_list-group.scss
parent18e8704221791e70d0bf4ac9ff45d4e897a02e63 (diff)
downloadbootstrap-7056f702408a97f01cb32bc6075d88ec27cdcf52.tar.xz
bootstrap-7056f702408a97f01cb32bc6075d88ec27cdcf52.zip
Remove `cursor: not-allowed` styles
Diffstat (limited to 'scss/_list-group.scss')
-rw-r--r--scss/_list-group.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss
index c4b5e2f92..c7172e4ff 100644
--- a/scss/_list-group.scss
+++ b/scss/_list-group.scss
@@ -65,7 +65,6 @@
&.disabled,
&:disabled {
color: $list-group-disabled-color;
- cursor: $cursor-disabled;
background-color: $list-group-disabled-bg;
}