diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index 7b4c3599..c54cce03 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -3764,11 +3764,6 @@ window.dialog.message { // Message Dialog styling } filechooser { - .csd & { - background-color: $base; - border-radius: 0 0 $window-radius $window-radius; - } - .dialog-action-box { border-top: 1px solid $divider; } #pathbarbox { @@ -3782,39 +3777,8 @@ filechooser { } stack.view { - background-color: transparent; - - scrolledwindow { - background-color: transparent; - border-radius: 0 0 $window-radius 0; - - list { background-color: transparent; } - } - - > placesview { - background-color: transparent; - // border-bottom-right-radius: $window-radius; - - > actionbar { - &, > revealer > box { - background-color: transparent; - } - } - } - frame > border { border: none; } } - - .csd & placessidebar { - background: none; - border-bottom-left-radius: $window-radius; - } - - actionbar { - &, > revealer > box { - background-color: transparent; - } - } } filechooserbutton > button > box {