[gnome-documents] resources: remove unused custom dropdown style



commit c596b1f06e062859364ca191d10c933cfbbd3718
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Jul 30 15:25:12 2014 +0200

    resources: remove unused custom dropdown style

 src/gnome-documents.gresource.xml                 |    4 -
 src/resources/Adwaita.css                         |   39 ------------
 src/resources/sidebar-radio-checked.svg           |   66 ---------------------
 src/resources/sidebar-radio-prelight.svg          |   66 ---------------------
 src/resources/sidebar-radio-selected-prelight.svg |   66 ---------------------
 src/resources/sidebar-radio-selected.svg          |   66 ---------------------
 6 files changed, 0 insertions(+), 307 deletions(-)
---
diff --git a/src/gnome-documents.gresource.xml b/src/gnome-documents.gresource.xml
index ebde9ce..982d1e1 100644
--- a/src/gnome-documents.gresource.xml
+++ b/src/gnome-documents.gresource.xml
@@ -6,10 +6,6 @@
     <file alias="dnd-counter.svg" preprocess="to-pixdata">resources/dnd-counter.svg</file>
     <file alias="preview-menu.ui" preprocess="xml-stripblanks">resources/preview-menu.ui</file>
     <file alias="selection-menu.ui" preprocess="xml-stripblanks">resources/selection-menu.ui</file>
-    <file alias="sidebar-radio-checked.svg" 
preprocess="to-pixdata">resources/sidebar-radio-checked.svg</file>
-    <file alias="sidebar-radio-prelight.svg" 
preprocess="to-pixdata">resources/sidebar-radio-prelight.svg</file>
-    <file alias="sidebar-radio-selected.svg" 
preprocess="to-pixdata">resources/sidebar-radio-selected.svg</file>
-    <file alias="sidebar-radio-selected-prelight.svg" 
preprocess="to-pixdata">resources/sidebar-radio-selected-prelight.svg</file>
     <file alias="preview-context-menu.ui" 
preprocess="xml-stripblanks">resources/preview-context-menu.ui</file>
     <file alias="collections-placeholder.png" 
preprocess="to-pixdata">resources/collections-placeholder.png</file>
     <file alias="thumbnail-frame.png" preprocess="to-pixdata">resources/thumbnail-frame.png</file>
diff --git a/src/resources/Adwaita.css b/src/resources/Adwaita.css
index 4d19614..ad785a9 100644
--- a/src/resources/Adwaita.css
+++ b/src/resources/Adwaita.css
@@ -18,45 +18,6 @@ GdMainIconView.content-view.cell:active {
     color: gray;
 }
 
-.documents-dropdown,
-.documents-dropdown .view {
-    background-color: shade (@theme_bg_color, 1.02);
-}
-
-.documents-dropdown.frame {
-    padding: 6px;
-    border-width: 0 1px 1px 1px;
-    border-style: solid;
-    border-radius: 0 0 5px 5px;
-}
-
-.documents-dropdown .view.radio,
-.documents-dropdown .view.radio:focused,
-.documents-dropdown .view.radio:selected {
-    background-image: none;
-    background-color: alpha(@theme_base_color, 0.0);
-}
-
-.documents-dropdown .view.radio:active,
-.documents-dropdown .view.radio:active:focused,
-.documents-dropdown .view.radio:active:prelight {
-    background-image: url("sidebar-radio-checked.svg");
-}
-
-.documents-dropdown .view.radio:prelight {
-    background-image: url("sidebar-radio-prelight.svg");
-}
-
-.documents-dropdown .view.radio:active:selected,
-.documents-dropdown .view.radio:active:selected:focused {
-    background-image: url("sidebar-radio-selected.svg");
-}
-
-.documents-dropdown .view.radio:selected:prelight,
-.documents-dropdown .view.radio:selected:focused {
-    background-image: url("sidebar-radio-selected-prelight.svg");
-}
-
 .documents-load-more.button {
     border-image: none;
     border-color: @borders;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]