Skip to content

Commit 0b4a466

Browse files
committed
nav bar link should have position relative
1 parent 7288958 commit 0b4a466

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/demo-app/tabs/tabs-demo.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
[md-tab-nav-bar] {
44
background: #f9f9f9;
55
}
6-
[md-tab-link] {
7-
position: relative;
8-
}
96
sunny-routed-content,
107
rainy-routed-content,
118
foggy-routed-content {

src/lib/tabs/tab-nav-bar/tab-nav-bar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[md-tab-link] {
1111
@include tab-label;
1212
text-decoration: none; // Removes anchor underline styling
13+
position: relative;
1314
overflow: hidden; // Keeps the ripple from extending outside the element bounds
1415
}
1516

0 commit comments

Comments
 (0)