From 546277aaff4541cc29f5bc9017d29af4611446b4 Mon Sep 17 00:00:00 2001 From: hackademix Date: Mon, 3 Aug 2020 19:57:41 +0200 Subject: [PATCH] [UI] Removed accidental cyan background for site labels. --- src/ui/ui.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ui/ui.css b/src/ui/ui.css index f002136..fa85258 100644 --- a/src/ui/ui.css +++ b/src/ui/ui.css @@ -196,12 +196,6 @@ html:not(.mobile) .sites > tr.site:focus-within { .site .url .domain { cursor: help } -[data-key="domain"] .full-address .host, -[data-key="domain"] .full-address .sub, -[data-key="domain"] .full-address .protocol, -[data-key="host"] .full-address span .protocol { - background-color: #afe; -} [data-key="host"] .full-address span .protocol, [data-key="domain"] .full-address span .host, [data-key="domain"] .full-address span .protocol {