1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Hide built-in expressions panel in logger when cursor leaves panel

This commit is contained in:
Raymond Hill 2019-01-01 11:18:14 -05:00
parent 01b27c80a5
commit 38b73f7100
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -151,7 +151,7 @@ textarea {
top: 100%;
z-index: 100;
}
#netInspector #filterExprButton.expanded ~ #filterExprPicker {
#netInspector #filterExprGroup:hover #filterExprButton.expanded ~ #filterExprPicker {
display: flex;
}
#netInspector #filterExprPicker > div {