Feb 3, 2013 - 前端    No Comments

2个应该加入base.sass的属性

/* 解决chrome 12像素字体大小限制 */
body
  -webkit-text-size-adjust: none

/* 解决link点击后周围一圈虚线的问题 */
a
  blr: expression(this.onFocus=this.close())
  blr: expression(this.onFocus=this.blur())  
a:focus
  -moz-outline-style: none
  outline: none

Got anything to say? Go ahead and leave a comment!