applications: Remove CSS file

It is now unused
This commit is contained in:
Georges Basile Stavracas Neto 2022-01-20 12:33:20 -03:00
parent 20bb6d8046
commit 1b42b854c2
3 changed files with 0 additions and 17 deletions

View file

@ -7,6 +7,5 @@
<file preprocess="xml-stripblanks">cc-info-row.ui</file>
<file preprocess="xml-stripblanks">cc-snap-row.ui</file>
<file preprocess="xml-stripblanks">cc-toggle-row.ui</file>
<file>cc-applications-panel.css</file>
</gresource>
</gresources>

View file

@ -2038,7 +2038,6 @@ cc_applications_panel_class_init (CcApplicationsPanelClass *klass)
static void
cc_applications_panel_init (CcApplicationsPanel *self)
{
g_autoptr(GtkStyleProvider) provider = NULL;
#ifdef HAVE_MALCONTENT
g_autoptr(GDBusConnection) system_bus = NULL;
g_autoptr(GError) error = NULL;
@ -2053,14 +2052,6 @@ cc_applications_panel_init (CcApplicationsPanel *self)
gtk_widget_set_visible (GTK_WIDGET (self->install_button), gnome_software_is_installed ());
provider = GTK_STYLE_PROVIDER (gtk_css_provider_new ());
gtk_css_provider_load_from_resource (GTK_CSS_PROVIDER (provider),
"/org/gnome/control-center/applications/cc-applications-panel.css");
gtk_style_context_add_provider_for_display (gdk_display_get_default (),
provider,
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
g_signal_connect_object (self->sidebar_listbox, "row-activated",
G_CALLBACK (row_activated_cb), self, G_CONNECT_SWAPPED);

View file

@ -1,7 +0,0 @@
.section-title {
font-weight: bold;
}
.section-subtitle {
opacity: 0.55;
}