fix(menu): click menu show background on mobile (#800)

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
This commit is contained in:
Yugang Cao 2021-08-06 23:52:54 +08:00 committed by GitHub
parent fbc12e0011
commit 8d04c9b37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,8 @@
### Fixes
- Fix `n-menu` show a blue background when click the menu on mobile phone, closes [#799](https://github.com/TuSimple/naive-ui/issues/799).
## 2.16.1 (2020-08-06)
### Feats

View File

@ -8,6 +8,8 @@
### Fixes
- 修复 `n-menu` 在手机端点击菜单的时候出现蓝色背景问题,关闭 [#799](https://github.com/TuSimple/naive-ui/issues/799)
## 2.16.1 (2020-08-06)
### Feats

View File

@ -33,6 +33,7 @@ export default c([
box-sizing: border-box;
font-size: var(--font-size);
padding-bottom: 6px;
-webkit-tap-highlight-color: transparent;
`, [
cM('horizontal', {
display: 'inline-flex',