We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7288958 commit 0b4a466Copy full SHA for 0b4a466
src/demo-app/tabs/tabs-demo.scss
@@ -3,9 +3,6 @@
3
[md-tab-nav-bar] {
4
background: #f9f9f9;
5
}
6
- [md-tab-link] {
7
- position: relative;
8
- }
9
sunny-routed-content,
10
rainy-routed-content,
11
foggy-routed-content {
src/lib/tabs/tab-nav-bar/tab-nav-bar.scss
@@ -10,6 +10,7 @@
[md-tab-link] {
@include tab-label;
12
text-decoration: none; // Removes anchor underline styling
13
+ position: relative;
14
overflow: hidden; // Keeps the ripple from extending outside the element bounds
15
16
0 commit comments