Skip to content

Commit dc957d9

Browse files
author
zhangyonghong
committed
update
1 parent 976d00b commit dc957d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ textarea{resize:none}
174174
```css
175175
a{-webkit-tap-highlight-color:rgba(0,0,0,0);}
176176
```
177+
- 取消input,button焦点或点击时蓝色边框
178+
```css
179+
input{outline:none;}
180+
```
177181
- webkit 水平居中
178182
```css
179183
display:-webkit-box;-webkit-box-pack:center; -webkit-box-align: center;

0 commit comments

Comments
 (0)