diff --git a/README.md b/README.md index c30936d..be84380 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,6 @@ You don't need to include any other library to work with vue-material. The focus * vue * autosize * element.scrollintoviewifneeded-polyfill -* scopedQuerySelectorShim ## License MIT diff --git a/docs/src/pages/About.vue b/docs/src/pages/About.vue index 63f6e23..235ff43 100644 --- a/docs/src/pages/About.vue +++ b/docs/src/pages/About.vue @@ -55,10 +55,6 @@
  • element.scrollintoviewifneeded-polyfill
  • - -
  • - scopedQuerySelectorShim -
  • diff --git a/package.json b/package.json index 55fca92..aba3a6a 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,6 @@ "ora": "^0.4.0", "raw-loader": "^0.5.1", "sass-loader": "^4.1.1", - "scopedQuerySelectorShim": "lazd/scopedQuerySelectorShim", "url-loader": "^0.5.7", "vue-hot-reload-api": "^2.0.7", "vue-html-loader": "^1.2.3", diff --git a/src/components/mdList/mdList.scss b/src/components/mdList/mdList.scss index 2d94187..2dd7fc1 100644 --- a/src/components/mdList/mdList.scss +++ b/src/components/mdList/mdList.scss @@ -206,6 +206,10 @@ .md-icon { color: rgba(#000, .54); } + + .md-ink-ripple { + border-radius: 0; + } } .md-list-item-expand {