Skip to content

Commit

Permalink
fix: remove product switch bullets (#2165)
Browse files Browse the repository at this point in the history
* fix the dots

* remove from docs

* remove refactoring

* remove refactoring

* removed prettier officially
  • Loading branch information
stefanoScalzo committed Mar 19, 2020
1 parent 278ac7a commit fb9aab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/docs/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ pre {
display: block;

ul {
list-style: none;
margin-left: 0;

a:hover {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,7 @@ $product-switch-dnd-line-color: #0854A0;
}
}
}

.fd-product-switch__list > li {
list-style-type: none;
}

0 comments on commit fb9aab1

Please sign in to comment.