USDA-FSA / fsa-style

CSS Implementation of USDA's FPAC Design System
http://usda-fsa.github.io/fsa-style/
Other
11 stars 8 forks source link

Allow Level to be applied to <ul> #436

Closed francisrupert closed 3 years ago

francisrupert commented 4 years ago

Solution

Update CSS to reset ul and li when class="fsa-level" is applied.

Problem

It's reasonable that fsa-level should work on <ul> elements. However, doing so retains the default bullets

HTML

<ul class="fsa-level">
  <li>one</li>
  <li>two</li>
  <li>three</li>
</ul>

Screenshot

Bug Expected
image image