mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Clickthrough only on mobile
This commit is contained in:
@@ -1309,10 +1309,6 @@ nav ul li:hover, nav ul li.active {
|
|||||||
border-top:none !important;
|
border-top:none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.click-through{
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#del, #del_suggested, #del_user_suggested{
|
#del, #del_suggested, #del_user_suggested{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@@ -1585,6 +1581,10 @@ nav ul li:hover, nav ul li.active {
|
|||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.click-through{
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#zicon{
|
#zicon{
|
||||||
height:100%;
|
height:100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user