style: Remove outdated padding entry

The .overview-controls class doesn't exist, so this is not valid anymore,
remove it!

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3278>
This commit is contained in:
Jonas Dreßler 2024-04-26 10:30:19 +02:00 committed by Marge Bot
parent 64e5721dd8
commit 816b4e4bf1

View File

@ -7,7 +7,3 @@
#overviewGroup { #overviewGroup {
background-color: $system_base_color; background-color: $system_base_color;
} }
.overview-controls {
padding-bottom: $base_margin * 8;
}