From 3ee31b88c05391918b40642ad0db150050caaa46 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 22 Oct 2016 23:53:36 +0200 Subject: fix gtk+ warnings about deprecated style property we could have switched to 'outline' & 'outline-width' CSS properties but those rules were not actually used since: commit 3f121fb587ac7bd24146b73a3b1a6205945112d0 for widgets named 'focus' commit affb4f01253426fb7c8159c947e08b803d226eb9 for GtkTextView --- control-center.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'control-center.css') diff --git a/control-center.css b/control-center.css index 6ea3c0ad..6579678b 100644 --- a/control-center.css +++ b/control-center.css @@ -27,11 +27,6 @@ # scrolled windows per mcc category */ -GtkTextView, focus * { - -GtkTreeView-interior-focus: 0; - -GtkTreeView-focus-line-width: 0; -} - #StepsLabel { color: #FFFFFF } -- cgit v1.2.1