From 00c298a0de88df696f6c4fe96e66cf6c7d28ff64 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 24 Oct 2015 13:25:40 +0200 Subject: gtkplacesview: rotate server list icon on toggled --- common/gtk-3.0/3.18/sass/_common.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'common/gtk-3.0/3.18/sass') diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index 0cd34b7..2ec50fa 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -2707,6 +2707,21 @@ GtkPlacesSidebar.sidebar { } } +// +// File chooser +// +GtkPlacesView { + .server-list-button > GtkImage { + transition: 200ms $ease-out-quad; + -gtk-icon-transform: rotate(0turn); + } + + .server-list-button:checked > GtkImage { + transition: 200ms $ease-out-quad; + -gtk-icon-transform: rotate(-0.5turn); + } +} + // // Paned // -- cgit v1.2.3