Skip to content

Commit eed652e

Browse files
committed
remove unused dependency
1 parent ee6b3d4 commit eed652e

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ You don't need to include any other library to work with vue-material. The focus
102102
* <a href="http://vuejs.org" target="_blank">vue</a>
103103
* <a href="http://www.jacklmoore.com/autosize/" target="_blank">autosize</a>
104104
* <a href="https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill" target="_blank">element.scrollintoviewifneeded-polyfill</a>
105-
* <a href="https://github.com/lazd/scopedQuerySelectorShim" target="_blank">scopedQuerySelectorShim</a>
106105

107106
## License
108107
MIT

docs/src/pages/About.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@
5555
<li>
5656
<a href="https://www.npmjs.com/package/element.scrollintoviewifneeded-polyfill" rel="noopener" target="_blank">element.scrollintoviewifneeded-polyfill</a>
5757
</li>
58-
59-
<li>
60-
<a href="https://github.com/lazd/scopedQuerySelectorShim" rel="noopener" target="_blank">scopedQuerySelectorShim</a>
61-
</li>
6258
</ul>
6359
</section>
6460

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"ora": "^0.4.0",
7878
"raw-loader": "^0.5.1",
7979
"sass-loader": "^4.1.1",
80-
"scopedQuerySelectorShim": "lazd/scopedQuerySelectorShim",
8180
"url-loader": "^0.5.7",
8281
"vue-hot-reload-api": "^2.0.7",
8382
"vue-html-loader": "^1.2.3",

src/components/mdList/mdList.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@
206206
.md-icon {
207207
color: rgba(#000, .54);
208208
}
209+
210+
.md-ink-ripple {
211+
border-radius: 0;
212+
}
209213
}
210214

211215
.md-list-item-expand {

0 commit comments

Comments
 (0)