当前位置:网站首页>Buttons with good user experience should not have hover state on mobile phones
Buttons with good user experience should not have hover state on mobile phones
2022-08-01 20:04:00 【InfoQ】
1. The 3 states of Button on the PC side
- Normal
- Hover
- Active state
normal

Hover state (the cursor hovers over the button)

Active state (the left button of the cursor is pressed and held down)

2. Button does not need hover state on the mobile side
Why?
Notes on the mobile terminal
button:active {
-webkit-tap-highlight-color: rgba(0 0 0 / 0);
}
How to add Hover to PC, but not to mobile phone?
@media (any-hover: hover) {
button:hover {
background: yellow;
}
}
3. Pay attention to the style order
4. Write it at the end
边栏推荐
- Debug一个ECC的ODP数据源
- Arthas 常用命令
- 18. Distributed configuration center nacos
- LTE时域、频域资源
- The Internet giant development process
- XSS靶场中级绕过
- ARTS_202207W2
- [Energy Conservation Institute] Ankerui Food and Beverage Fume Monitoring Cloud Platform Helps Fight Air Pollution
- Compose实战-实现一个带下拉加载更多功能的LazyColumn
- 作为程序员你应该会的软件
猜你喜欢
图文详述Eureka的缓存机制/三级缓存
MongoDB快速上手
【Untitled】
Pytorch模型训练实用教程学习笔记:一、数据加载和transforms方法总结
Intranet penetration lanproxy deployment
58:第五章:开发admin管理服务:11:开发【管理员人脸登录,接口】;(未实测)(使用了阿里AI人脸识别)(演示了,使用RestTemplate实现接口调用接口;)
我的驾照考试笔记(4)
【kali-信息收集】(1.6)服务的指纹识别:Nmap、Amap
泰德制药董事长郑翔玲荣膺“2022卓越影响力企业家奖” 泰德制药荣获“企业社会责任典范奖”
WhatsApp群发实战分享——WhatsApp Business API账号
随机推荐
二维、三维、四维矩阵每个维度含义解释
互联网大厂研发流程
网络不通?服务丢包?这篇 TCP 连接状态详解及故障排查,收好了~
Debug一个ECC的ODP数据源
Use WeChat official account to send information to designated WeChat users
安全作业7.25
Failed to re-init queues : Illegal queue capacity setting (abs-capacity=0.6) > (abs-maximum-capacity
[Personal Work] Remember - Serial Logging Tool
【节能学院】安科瑞餐饮油烟监测云平台助力大气污染攻坚战
第55章 业务逻辑之订单、支付实体定义
The graphic details Eureka's caching mechanism/level 3 cache
[Multi-task model] Progressive Layered Extraction: A Novel Multi-Task Learning Model for Personalized (RecSys'20)
【七夕特别篇】七夕已至,让爱闪耀
多线程之生产者与消费者
【多任务学习】Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts KDD18
17、负载均衡
实用新型专利和发明专利的区别?秒懂!
【kali-信息收集】(1.6)服务的指纹识别:Nmap、Amap
有用的网站
1个小时!从零制作一个! AI图片识别WEB应用!