From 3b8d2241215eb89ae94eee881c2b1944fcf08b47 Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Sun, 10 Jan 2021 18:59:16 -0500 Subject: [PATCH] fix gradient colors in open tabs list --- src/css/popup.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/css/popup.css b/src/css/popup.css index c76b3ad..ec00a8c 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -1009,6 +1009,16 @@ tr:hover > td > .trash-button { filter: invert(1); } + #edit-sites-assigned .menu-icon, + #container-info-table .menu-icon { + filter: invert(0); + } + + .truncate-text::after { + background: #4a4a4a; + mask-image: linear-gradient(to right, transparent, #4a4a4a 70%); + } + [data-identity-color="grey"] { --identity-icon-color: #ededf0; }