Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(docs): stretched icon button will interfere with ripple
Browse files Browse the repository at this point in the history
As there is the icon button in the toolbar currently stretched, the ripple isn't working anymore.
This can be fixed by removing that stretching.
- Everything will work still the same, except the button won't be moved `8px` right (but that still looks fine)

Line introduced in bd9bbdb#diff-272b77251b74dd4fbf020ac40c529c11R396

  Closes #7227
  • Loading branch information
devversion authored and ThomasBurleson committed Feb 26, 2016
1 parent 5d596a4 commit c59f33e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/app/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,6 @@ a.docs-logo {
margin: 0 24px;
width: auto;
}
.docs-tools .md-button {
padding: 0;
margin: 0 0 0 8px;
}
.docs-tools .md-button,
.docs-tools .md-button md-icon {
color: #666 !important;
Expand Down

0 comments on commit c59f33e

Please sign in to comment.