| Index: static/scss/_utilities.scss |
| =================================================================== |
| --- a/static/scss/_utilities.scss |
| +++ b/static/scss/_utilities.scss |
| @@ -101,25 +101,29 @@ |
| border: 0; |
| } |
| /* Unstyled elements |
| ******************************************************************************/ |
| .unstyled, |
| .unstyled *, |
| -.content .unstyled |
| +.content .unstyled, |
| +.content .unstyled * |
| { |
| margin: 0; |
| padding: 0; |
| border: 0; |
| background: none; |
| } |
| -ul.unstyled |
| +.unstyled ul, |
| +ul.unstyled, |
| +.unstyled li, |
|
ire
2017/11/27 08:40:02
I don't think this selector is needed because if .
juliandoucette
2017/11/27 13:32:10
Good catch.
|
| +li.unstyled |
|
ire
2017/11/27 08:40:02
NIT: I can't think of a case where only one list i
juliandoucette
2017/11/27 13:32:09
Acknowledged.
|
| { |
| list-style: none; |
| } |
| /* Backgrounds |
| ******************************************************************************/ |
| .bg-primary |