mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Prevent mobile highlighting in cases where it is unhelpful
This commit is contained in:
parent
34550965b2
commit
37f68c2afe
1 changed files with 8 additions and 0 deletions
|
@ -2255,6 +2255,8 @@ h2 .rssicon{
|
|||
margin:0;
|
||||
height:auto;
|
||||
overflow:auto;
|
||||
-webkit-tap-highlight-color:rgba(0,0,0,0);
|
||||
-webkit-tap-highlight-color:transparent;
|
||||
}
|
||||
.menusimple>li a,
|
||||
.menusimple>li>ul>li a{
|
||||
|
@ -2505,6 +2507,10 @@ h2 .rssicon{
|
|||
padding:0;
|
||||
border:0;
|
||||
}
|
||||
.walletmenu{
|
||||
-webkit-tap-highlight-color:rgba(0,0,0,0);
|
||||
-webkit-tap-highlight-color:transparent;
|
||||
}
|
||||
.walletmenu>ul{
|
||||
display:block;
|
||||
}
|
||||
|
@ -2555,6 +2561,8 @@ h2 .rssicon{
|
|||
.wallets{
|
||||
width:auto;
|
||||
height:auto;
|
||||
-webkit-tap-highlight-color:rgba(0,0,0,0);
|
||||
-webkit-tap-highlight-color:transparent;
|
||||
}
|
||||
.wallets>div:hover>span{
|
||||
display:none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue