b9ac3bb8 by bootflat

.list-group-item color change

1 parent 277aee69
...@@ -1254,7 +1254,7 @@ a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group- ...@@ -1254,7 +1254,7 @@ a.list-group-item-success.active, a.list-group-item-success:hover, a.list-group-
1254 border-color: transparent; 1254 border-color: transparent;
1255 } 1255 }
1256 a.list-group-item-warning { 1256 a.list-group-item-warning {
1257 color: #ba8500; 1257 color: #543c00;
1258 } 1258 }
1259 a.list-group-item-warning:hover, a.list-group-item-warning:focus { 1259 a.list-group-item-warning:hover, a.list-group-item-warning:focus {
1260 color: white; 1260 color: white;
......
...@@ -124,7 +124,7 @@ $list-shadow: 0 1px 2px rgba(0, 0, 0, .2) !defa ...@@ -124,7 +124,7 @@ $list-shadow: 0 1px 2px rgba(0, 0, 0, .2) !defa
124 border-color: transparent; 124 border-color: transparent;
125 } 125 }
126 @at-root a#{&} { 126 @at-root a#{&} {
127 color: darken($list-warning, 30%); 127 color: darken($list-warning, 50%);
128 &:hover, 128 &:hover,
129 &:focus { 129 &:focus {
130 color: $list-background-color; 130 color: $list-background-color;
......
This diff could not be displayed because it is too large.