Skip to content

Commit

Permalink
add compatibility style to Slider d3 theme, resolves #839
Browse files Browse the repository at this point in the history
  • Loading branch information
Minwe committed Mar 3, 2016
1 parent c2abf5a commit 2a3a146
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

感谢对 Amaze UI 的关注和支持,如遇到 Bug 或者使用问题,可以通过以下途径反馈给我们:

- 在组件文档底部[评论中留言](#ds-thread)
- ~~在组件文档底部评论中留言~~为方便查看和追踪,请使用 GitHub issue 系统
- 在 GitHub 项目主页<a class="new-issue" href="https://github.com/allmobilize/amazeui/issues/new?title=Bug%3A%20&body=**%E9%97%AE%E9%A2%98%E6%8F%8F%E8%BF%B0**%0A%0A%EF%BC%88%E6%8F%8F%E8%BF%B0%E4%B8%80%E4%B8%8B%E9%97%AE%E9%A2%98%EF%BC%89%0A%0A**%E4%BA%A7%E7%94%9F%E7%8E%AF%E5%A2%83**%0A%0A-%20%E8%AE%BE%E5%A4%87%EF%BC%9A%EF%BC%88%E6%89%8B%E6%9C%BA%E3%80%81%E5%B9%B3%E6%9D%BF%E7%AD%89%E7%A7%BB%E5%8A%A8%E8%AE%BE%E5%A4%87%E6%97%B6%E5%A1%AB%E5%86%99%E6%AD%A4%E9%A1%B9%EF%BC%89%0A-%20%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%E5%8F%8A%E7%89%88%E6%9C%AC%EF%BC%9A%0A-%20%E6%B5%8F%E8%A7%88%E5%99%A8%E5%8F%8A%E7%89%88%E6%9C%AC%EF%BC%9A%0A-%20%E6%BC%94%E7%A4%BA%E5%9C%B0%E5%9D%80%EF%BC%9A%0A%0A**%E5%A4%8D%E7%8E%B0%E6%AD%A5%E5%A5%8F**%0A%0A1.%20%0A2.%20%0A...%20%0A%20%0A**UA:**%20%0A">提交 Issue</a>。

<div class="am-alert am-alert-danger">
Expand Down
12 changes: 11 additions & 1 deletion widget/slider/src/slider.d3.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,14 @@
.hook-am-slider-d3;
}

.hook-am-slider-d3(){}
.hook-am-slider-d3() {
// for mother fucker browsers
/*.am-control-thumbs {
display: table;
li {
display: table-cell;
width: 1%;
}
}*/
}

0 comments on commit 2a3a146

Please sign in to comment.