1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 00:59:38 +02:00

Fix rendering issue of row-filter icon in popup panel

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2640
This commit is contained in:
Raymond Hill 2023-05-07 10:42:30 -04:00
parent 82d8232d09
commit 56092189d1
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -309,7 +309,7 @@ body.needSave #revertRules {
display: flex;
left: 0;
position: absolute;
z-index: 100;
z-index: 50;
}
#firewall > section .fa-icon {
color: var(--ink-4);