1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Fix own-rule text color

Related fedback:
- https://github.com/gorhill/uBlock/commit/db9c32185538#commitcomment-38818960
This commit is contained in:
Raymond Hill 2020-04-29 06:16:59 -04:00
parent d364eb9668
commit 3efee017cf
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -433,7 +433,7 @@ body.advancedUser #firewallContainer > div > span.noopRule,
}
body.advancedUser #firewallContainer > div > span.ownRule,
#firewallContainer > div > span.ownRule {
color: var(--bg-popup-cell-block-own);
color: var(--default-surface);
}
body.advancedUser #firewallContainer > div > span.allowRule.ownRule,
#actionSelector > #dynaAllow:hover {