Skip to content

Commit

Permalink
nav bar link should have position relative
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Nov 3, 2016
1 parent 7288958 commit 0b4a466
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions src/demo-app/tabs/tabs-demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
[md-tab-nav-bar] {
background: #f9f9f9;
}
[md-tab-link] {
position: relative;
}
sunny-routed-content,
rainy-routed-content,
foggy-routed-content {
Expand Down
1 change: 1 addition & 0 deletions src/lib/tabs/tab-nav-bar/tab-nav-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[md-tab-link] {
@include tab-label;
text-decoration: none; // Removes anchor underline styling
position: relative;
overflow: hidden; // Keeps the ripple from extending outside the element bounds
}

Expand Down

0 comments on commit 0b4a466

Please sign in to comment.