Skip to content

Commit 6e72c05

Browse files
committed
Update Latest-Posts-Hover.php
1 parent 0da1dba commit 6e72c05

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

widgets/Latest-Posts-Hover.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,13 +1166,22 @@ protected function render()
11661166
else{
11671167
echo'margin-bottom: 5px;';
11681168
echo'margin-right: 19px;';
1169+
11691170
}
1171+
11701172
echo'
1173+
pointer-events: none;
11711174
}
11721175
.container2 .search {
11731176
position: relative;
11741177
height: 100%;
1175-
pointer-events: stroke;
1178+
}
1179+
1180+
.container2:hover {
1181+
pointer-events: initial;
1182+
}
1183+
button{
1184+
pointer-events: fill;
11761185
}
11771186
.container2 input[type="text"]:focus {
11781187
caret-color: white;

0 commit comments

Comments
 (0)