Icons: Fix inverted arrow in protection popup submenus

This commit is contained in:
Rafael Mardojai CM 2021-07-28 11:23:55 -05:00
parent 5fd8ad78b8
commit 078ea71fc9
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ arrowscrollbox[orient="horizontal"] {
fill-opacity: 1 !important; fill-opacity: 1 !important;
} }
.protections-popup-category::after { .protections-popup-category::after {
content: url("../icons/pan-start-symbolic.svg") !important; content: url("../icons/pan-end-symbolic.svg") !important;
} }
.identity-popup-content-blocking-category::after { .identity-popup-content-blocking-category::after {
content: url("../icons/pan-start-symbolic.svg") !important; content: url("../icons/pan-start-symbolic.svg") !important;