fix: hide bullet on links and grid lists

This commit is contained in:
NGPixel
2019-12-20 17:19:53 -05:00
parent a257831c6c
commit cb5264e42b
3 changed files with 9 additions and 3 deletions

View File

@@ -325,6 +325,9 @@
}
&.links-list {
padding-left: 0;
list-style-type: none;
li {
background-color: mc('grey', '50');
background-image: linear-gradient(to bottom, #FFF, mc('grey', '50'));
@@ -399,6 +402,7 @@
border: 1px solid mc('grey', '200');
padding: 1px;
display: inline-block;
list-style-type: none;
@at-root .theme--dark & {
background-color: #000;