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

Commit 517623e

Browse files
Marcy SuttonThomasBurleson
authored andcommitted
fix(mdTabs): use md-icon for pagination arrows
Update SVG icon registry for pagination arrows Closes #1464 Closes #1466
1 parent 1307b94 commit 517623e

12 files changed

Lines changed: 442 additions & 400 deletions

File tree

docs/app/img/icons/tabs-arrow.svg

Lines changed: 16 additions & 0 deletions
Loading

docs/app/partials/docs-demo.tmpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
style="min-width: 72px;"
1717
layout="row" layout-align="center center"
1818
ng-click="demoCtrl.$showSource = !demoCtrl.$showSource">
19-
<md-icon svg-src="img/icons/ic_visibility_24px.svg"
19+
<md-icon md-svg-src="img/icons/ic_visibility_24px.svg"
2020
style="margin: 0 4px 0 0;">
2121
</md-icon>
2222
Source

docs/config/template/index.template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2 class="menu-heading" ng-if="section.type === 'heading'" id="heading_{{ secti
6161

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

6767
<div layout="row" flex class="fill-height">
@@ -88,7 +88,7 @@ <h2 class="menu-heading" ng-if="section.type === 'heading'" id="heading_{{ secti
8888
<md-button ng-class="{hide: !currentDoc || !currentDoc.hasDemo}"
8989
ng-href="#/demo/{{currentComponent.name}}"
9090
style="position: relative; padding-left: 30px; margin-right: 15px;">
91-
<md-icon svg-src="img/icons/ic_play_arrow_24px.svg" style="
91+
<md-icon md-svg-src="img/icons/ic_play_arrow_24px.svg" style="
9292
height: 36px;
9393
position: absolute;
9494
left: 0px;
@@ -101,7 +101,7 @@ <h2 class="menu-heading" ng-if="section.type === 'heading'" id="heading_{{ secti
101101
ng-href="{{currentDoc.githubUrl}}"
102102
hide-sm hide-md
103103
style="position: relative; padding-left: 30px; margin-right: 15px;">
104-
<md-icon svg-src="img/icons/ic_launch_24px.svg" style="
104+
<md-icon md-svg-src="img/icons/ic_launch_24px.svg" style="
105105
height: 36px;
106106
position: absolute;
107107
left: 0px;

0 commit comments

Comments
 (0)