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 --- NEWS | 2 ++ control-center.css | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c5fee878..269ee525 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- fix gtk+ warnings about deprecated style property + Version 13.7 - 28 May 2016, RĂ©mi Verschelde - pack a 128px icon for the GTK+3 window (mga#18226) 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