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

Commit

Permalink
chore(): update all classes to md-visually-hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcy Sutton committed Apr 8, 2015
1 parent 30d0cc4 commit cd1e688
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/app/partials/menu-link.tmpl.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<md-button ng-class="{'active' : isSelected()}"
ng-href="#{{section.url}}" ng-click="focusSection()">
{{section | humanizeDoc}}
<span class="visually-hidden"
<span class="md-visually-hidden"
ng-if="isSelected()">
current page
</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/app/partials/menu-toggle.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<md-icon md-svg-src="toggle-arrow"></md-icon>
</span>
</div>
<span class="visually-hidden">
<span class="md-visually-hidden">
Toggle {{isOpen()? 'expanded' : 'collapsed'}}
</span>
</md-button>
Expand Down
2 changes: 1 addition & 1 deletion docs/config/template/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2 class="md-toolbar-item md-breadcrumb">
<span ng-if="menu.currentPage.name !== menu.currentSection.name">
<span hide-sm hide-md>{{menu.currentSection.name}}</span>
<span class="docs-menu-separator-icon" hide-sm hide-md style="transform: translate3d(0, 1px, 0)">
<span class="visually-hidden">-</span>
<span class="md-visually-hidden">-</span>
<img src="img/docArrow.png" alt="" aria-hidden="true">
</span>
</span>
Expand Down

0 comments on commit cd1e688

Please sign in to comment.