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

Commit

Permalink
fix(mdTabs): use md-icon for pagination arrows
Browse files Browse the repository at this point in the history
Update SVG icon registry for pagination arrows

Closes #1464
Closes #1466
  • Loading branch information
Marcy Sutton authored and ThomasBurleson committed Feb 11, 2015
1 parent 1307b94 commit 517623e
Show file tree
Hide file tree
Showing 12 changed files with 442 additions and 400 deletions.
16 changes: 16 additions & 0 deletions docs/app/img/icons/tabs-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/app/partials/docs-demo.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
style="min-width: 72px;"
layout="row" layout-align="center center"
ng-click="demoCtrl.$showSource = !demoCtrl.$showSource">
<md-icon svg-src="img/icons/ic_visibility_24px.svg"
<md-icon md-svg-src="img/icons/ic_visibility_24px.svg"
style="margin: 0 4px 0 0;">
</md-icon>
Source
Expand Down
6 changes: 3 additions & 3 deletions docs/config/template/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2 class="menu-heading" ng-if="section.type === 'heading'" id="heading_{{ secti

<div class="md-toolbar-tools" ng-click="openMenu()">
<button class="menu-icon" hide-gt-sm aria-label="Toggle Menu">
<md-icon svg-src="img/icons/ic_menu_24px.svg"></md-icon>
<md-icon md-svg-src="img/icons/ic_menu_24px.svg"></md-icon>
</button>

<div layout="row" flex class="fill-height">
Expand All @@ -88,7 +88,7 @@ <h2 class="menu-heading" ng-if="section.type === 'heading'" id="heading_{{ secti
<md-button ng-class="{hide: !currentDoc || !currentDoc.hasDemo}"
ng-href="#/demo/{{currentComponent.name}}"
style="position: relative; padding-left: 30px; margin-right: 15px;">
<md-icon svg-src="img/icons/ic_play_arrow_24px.svg" style="
<md-icon md-svg-src="img/icons/ic_play_arrow_24px.svg" style="
height: 36px;
position: absolute;
left: 0px;
Expand All @@ -101,7 +101,7 @@ <h2 class="menu-heading" ng-if="section.type === 'heading'" id="heading_{{ secti
ng-href="{{currentDoc.githubUrl}}"
hide-sm hide-md
style="position: relative; padding-left: 30px; margin-right: 15px;">
<md-icon svg-src="img/icons/ic_launch_24px.svg" style="
<md-icon md-svg-src="img/icons/ic_launch_24px.svg" style="
height: 36px;
position: absolute;
left: 0px;
Expand Down
Loading

0 comments on commit 517623e

Please sign in to comment.