mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix issues with overusing CSS :hover in the wallet page (thanks @schildbach @harding) (fixes #544)
Click to see wallets when javascript is enabled Click to select (lock) any platform in the menu
This commit is contained in:
parent
6f23f79dfd
commit
1b71345ef9
2 changed files with 12 additions and 17 deletions
|
@ -1319,7 +1319,7 @@ table td,table th{
|
|||
.wallets>div:hover>a>span{
|
||||
display:block;
|
||||
}
|
||||
.wallets>div.disabled:hover>a>span{
|
||||
.wallets>div.nohover:hover>a>span{
|
||||
display:none;
|
||||
}
|
||||
.wallets>div>a>img{
|
||||
|
@ -1365,8 +1365,8 @@ table td,table th{
|
|||
visibility:visible;
|
||||
overflow:visible;
|
||||
}
|
||||
.wallets>div.disabled:hover>div,
|
||||
.wallets>div.disabled:hover>span{
|
||||
.wallets>div.nohover:hover>div,
|
||||
.wallets>div.nohover:hover>span{
|
||||
opacity:0;
|
||||
width:0;
|
||||
height:0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue