Skip to content

Commit

Permalink
Merge pull request #84 from JohnOberhauser/quickMenuFix
Browse files Browse the repository at this point in the history
fixing quick menu issue
  • Loading branch information
vinceliuice committed Nov 3, 2022
2 parents 8fe4101 + a89a26b commit de56eda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
13 changes: 13 additions & 0 deletions src/sass/gnome-shell/common/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@
@extend %flat_button;
}
}

.icon-button {
@extend .button; // same style as buttons

border-radius: 99px;
padding: $base_padding*2;
min-height: 16px;

StIcon {
icon-size: $base_icon_size;
-st-icon-style: symbolic;
}
}
9 changes: 0 additions & 9 deletions src/sass/gnome-shell/common/_quick-settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,6 @@
.quick-settings-system-item {
& > StBoxLayout { spacing: 2 * $base_padding; }

.icon-button {
background-color: $button;
color: $text;
border-radius: $base_radius;
@extend %button;

> StIcon { -st-icon-style: symbolic; }
}

& .power-item {
min-height: 0;
min-width: 0;
Expand Down

0 comments on commit de56eda

Please sign in to comment.