Remove GTK 4.0.2+ theme workarounds

This commit is contained in:
Rafał Dzięgiel
2021-08-02 12:24:04 +02:00
parent ce46905319
commit 56ca13b370
2 changed files with 0 additions and 9 deletions

View File

@@ -12,12 +12,6 @@ radio {
.osd list row image { .osd list row image {
-gtk-icon-shadow: none; -gtk-icon-shadow: none;
} }
.gtk402 trough highlight {
border-color: transparent;
}
.gtk402 .osd trough highlight {
border-color: inherit;
}
.osdheaderbar { .osdheaderbar {
background: transparent; background: transparent;
} }

View File

@@ -29,9 +29,6 @@ class ClapperAppBase extends Gtk.Application
title: Misc.appName, title: Misc.appName,
}); });
if(Gtk.MINOR_VERSION > 0 || Gtk.MICRO_VERSION > 1)
window.add_css_class('gtk402');
if(!settings.get_boolean('render-shadows')) if(!settings.get_boolean('render-shadows'))
window.add_css_class('gpufriendly'); window.add_css_class('gpufriendly');