bulma/docs/documentation/components
Muhannad Abdelrazek c112e15c9a A11y: Enhance card example (#953)
The card needs more enhancements but I need more help to determine the perfect solution for it.

the issue we face is:
- the markup needs to change and when to change the markup the style needs to change to be suitable for it.
example:
`
  <a href="#" class="card-header-icon" aria-label="more options">
      <span class="icon">
        <i class="fa fa-angle-down" aria-hidden="true"></i>
      </span>
  </a>
 <a href="#" class="card-footer-item">Save</a>
 <a href="#" class="card-footer-item">Edit</a>
 <a href="#" class="card-footer-item">Delete</a>
`
should be:
`
  <button class="card-header-icon" aria-label="more options">
      <span class="icon">
        <i class="fa fa-angle-down" aria-hidden="true"></i>
      </span>
  </button>
<button class="card-footer-item">Save</button>
<button  class="card-footer-item">Edit</button>
<button class="card-footer-item">Delete</button>
`
when I do that the style change and when I use the `button` class name the style change also, so you need to try it and edit the style as you need to card show to people.

- I replaced the <small> with <time> but the time does not have the same `font-size` so you maybe need to set `font-size` to time
2017-09-09 12:33:25 +02:00
..
breadcrumb.html More snippets 2017-09-01 10:16:16 +02:00
card.html A11y: Enhance card example (#953) 2017-09-09 12:33:25 +02:00
dropdown.html Add lots of snippets 2017-09-01 10:16:16 +02:00
level.html More snippets 2017-09-01 10:16:16 +02:00
media-object.html More snippets 2017-09-01 10:16:16 +02:00
menu.html Add lots of snippets 2017-09-01 10:16:16 +02:00
message.html Add lots of snippets 2017-09-01 10:16:16 +02:00
modal.html A11y: Enhance model docs (#1057) 2017-08-11 10:52:34 +01:00
nav.html Add bd classes 2017-08-14 13:01:07 +01:00
navbar.html A11y: Enhance navbar docs (#1065) 2017-09-09 12:33:05 +02:00
pagination.html Fix #1106 2017-09-05 14:11:39 +02:00
panel.html Add lots of snippets 2017-09-01 10:16:16 +02:00
tabs.html Add lots of snippets 2017-09-01 10:16:16 +02:00