Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
WIP Fix material-icons usage in FAB screenshot test pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed May 18, 2018
1 parent 105b0e5 commit e3922a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions test/screenshot/mdc-fab/classes/baseline.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
<main class="test-main">
<div class="test-grid">
<span class="test-cell">
<button class="mdc-fab material-icons" aria-label="Favorite">
<span class="mdc-fab__icon">
<button class="mdc-fab" aria-label="Favorite">
<span class="mdc-fab__icon material-icons">
favorite_border
</span>
</button>
</span>
<span class="test-cell">
<button class="mdc-fab material-icons" aria-label="Favorite">
<button class="mdc-fab" aria-label="Favorite">
<svg xmlns="http://www.w3.org/2000/svg" class="mdc-fab__icon" viewBox="0 0 24 24" fill="#000000">
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M23 12c0-6.07-4.93-11-11-11S1 5.93 1 12s4.93 11 11 11 11-4.93 11-11zM5 17.64C3.75 16.1 3 14.14 3 12c0-2.13.76-4.08 2-5.63v11.27zM17.64 5H6.36C7.9 3.75 9.86 3 12 3s4.1.75 5.64 2zM12 14.53L8.24 7h7.53L12 14.53zM17 9v8h-4l4-8zm-6 8H7V9l4 8zm6.64 2c-1.55 1.25-3.51 2-5.64 2s-4.1-.75-5.64-2h11.28zM21 12c0 2.14-.75 4.1-2 5.64V6.37c1.24 1.55 2 3.5 2 5.63z"/>
Expand Down
6 changes: 3 additions & 3 deletions test/screenshot/mdc-fab/classes/mini.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
<main class="test-main">
<div class="test-grid">
<span class="test-cell">
<button class="mdc-fab mdc-fab--mini material-icons" aria-label="Favorite">
<span class="mdc-fab__icon">
<button class="mdc-fab mdc-fab--mini" aria-label="Favorite">
<span class="mdc-fab__icon material-icons">
favorite_border
</span>
</button>
</span>
<span class="test-cell">
<button class="mdc-fab mdc-fab--mini material-icons" aria-label="Favorite">
<button class="mdc-fab mdc-fab--mini" aria-label="Favorite">
<svg xmlns="http://www.w3.org/2000/svg" class="mdc-fab__icon" viewBox="0 0 24 24" fill="#000000">
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M23 12c0-6.07-4.93-11-11-11S1 5.93 1 12s4.93 11 11 11 11-4.93 11-11zM5 17.64C3.75 16.1 3 14.14 3 12c0-2.13.76-4.08 2-5.63v11.27zM17.64 5H6.36C7.9 3.75 9.86 3 12 3s4.1.75 5.64 2zM12 14.53L8.24 7h7.53L12 14.53zM17 9v8h-4l4-8zm-6 8H7V9l4 8zm6.64 2c-1.55 1.25-3.51 2-5.64 2s-4.1-.75-5.64-2h11.28zM21 12c0 2.14-.75 4.1-2 5.64V6.37c1.24 1.55 2 3.5 2 5.63z"/>
Expand Down

0 comments on commit e3922a2

Please sign in to comment.