Skip to content

Commit f9fa6dd

Browse files
committed
docs: remove wrong text-shadow
1 parent 90c46e4 commit f9fa6dd

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

docs/app/pages/Components/BottomBar/examples/BarRouter.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,4 @@
4141
border: 1px solid rgba(#000, .26);
4242
background: rgba(#000, .06);
4343
}
44-
45-
.md-bottom-bar .md-bottom-bar-item.router-link-active {
46-
text-shadow: 0 0 5px;
47-
}
4844
</style>

docs/app/pages/Components/List/examples/ListTypes.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@ export default {
3333
vertical-align: top;
3434
border: 1px solid rgba(#000, .12);
3535
}
36-
37-
.md-list .router-link-active {
38-
text-shadow: 0 0 5px;
39-
}
4036
</style>

docs/app/pages/Components/Tabs/examples/TabRouter.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,3 @@
2525
name: 'TabRouter'
2626
}
2727
</script>
28-
29-
<style lang="scss" scoped>
30-
.md-tabs /deep/ .md-tabs-navigation .md-button.router-link-active {
31-
text-shadow: 0 0 5px;
32-
}
33-
</style>

0 commit comments

Comments
 (0)