mobi-css / mobi.css

A lightweight, scalable, mobile-first CSS framework
http://getmobicss.com/
MIT License
2.34k stars 145 forks source link

Fixed PR failed #40

Closed pixcai closed 7 years ago

pixcai commented 7 years ago

解决以下几个问题:

1、Pull Request失败。原因是fork和pull request时Travis CI不会定义openssl参数中使用的那两个变量,所以我把openssl那行移到deploy.sh中,只有不是pull request时,才执行openssl和deploy。

2、ESLint警告。由于在gulpfile.js中使用了console,所以我添加了no-console: off以避免警告。

3、[readonly]焦点问题。我认为拥有readonly属性的控件不应该拥有焦点,并且我试了Chrome浏览器的默认readonly行为,控件也是没有焦点的。所以重载了[readonly]的焦点样式。

xcatliu commented 7 years ago

Maybe we can merge the fix of PR failed section first. Can you update your pr?

pixcai commented 7 years ago

OK