commit 4fab21e534ed0d9e004fe39047043fe63882c9c3 Author: Richard Pospesel richard@torproject.org Date: Tue Dec 7 14:05:36 2021 +0100
Bug 40684: Misc UI bugs in 11.0a10
- updated 'Learn More' link color in circuit display panel - fixes tor-browser#40684 --- chrome/skin/tor-circuit-display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/skin/tor-circuit-display.css b/chrome/skin/tor-circuit-display.css index ce58c12b..c1dfcf79 100644 --- a/chrome/skin/tor-circuit-display.css +++ b/chrome/skin/tor-circuit-display.css @@ -154,7 +154,7 @@ ul#circuit-display-nodes li:last-child {
.circuit-link { cursor: pointer; - color: var(--lwt-popup-brighttext-url-color); + color: var(--urlbar-popup-url-color); }
.circuit-link:hover {