提交 b9ca5bec 编写于 作者: M Minwe

pagination disable style update

上级 175f53b6
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
### 2014.10 W3 ### 2014.10 W3
__CSS__
- `IMPROVED` 分页组件添加 `.am-disabled` 后移除所有事件(`pointer-events: none;`);
__Web 组件__ __Web 组件__
- `FIXED` #155 修复 Accordion 一个页面中多个共存问题。 - `FIXED` #155 修复 Accordion 一个页面中多个共存问题。
......
...@@ -383,7 +383,7 @@ ...@@ -383,7 +383,7 @@
html = template(data); html = template(data);
$tpl.before(html); $tpl.before(html);
// var reflow = $('body')[0].offsetHeight; // var reflow = $('body')[0].offsetHeight;
seajs.use(['slider', 'menu', 'gallery', 'footer', 'navbar'], function(s, m, g, f, n) { seajs.use(['slider', 'menu', 'gallery', 'footer', 'navbar'], function(s, m, g, f, n) {
...@@ -395,4 +395,4 @@ ...@@ -395,4 +395,4 @@
}); });
</script> </script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
border-color: @pagination-border; border-color: @pagination-border;
cursor: not-allowed; cursor: not-allowed;
.hook-pagination-item-disabled(); .hook-pagination-item-disabled();
pointer-events: none;
} }
} }
...@@ -127,4 +128,4 @@ ...@@ -127,4 +128,4 @@
.hook-pagination() {} .hook-pagination() {}
.hook-pagination-item() {} .hook-pagination-item() {}
.hook-pagination-item-active() {} .hook-pagination-item-active() {}
.hook-pagination-item-disabled() {} .hook-pagination-item-disabled() {}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册