gnome-shell/data/theme/gnome-shell-sass/widgets/_buttons.scss
Florian Müllner d87950da55 style: Add generic .icon-button class
The class is meant for buttons that only contain an icon, as
found in many GTK apps.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2397>
2022-08-02 18:00:08 +00:00

11 lines
134 B
SCSS

/* Buttons */
.button {
@extend %button; // that's it
min-height: 22px;
}
.icon-button {
@extend %icon_button; // that's it
}