We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da1dba commit 6e72c05Copy full SHA for 6e72c05
1 file changed
widgets/Latest-Posts-Hover.php
@@ -1166,13 +1166,22 @@ protected function render()
1166
else{
1167
echo'margin-bottom: 5px;';
1168
echo'margin-right: 19px;';
1169
+
1170
}
1171
1172
echo'
1173
+pointer-events: none;
1174
1175
.container2 .search {
1176
position: relative;
1177
height: 100%;
- pointer-events: stroke;
1178
+}
1179
1180
+.container2:hover {
1181
+ pointer-events: initial;
1182
1183
+button{
1184
+ pointer-events: fill;
1185
1186
.container2 input[type="text"]:focus {
1187
caret-color: white;
0 commit comments