theme: Remove invalid button styling

There is no ".message-list-clear-button .button" selector, but
".message-list-clear-button.button". To make it clear, this commit adds
.button to .message-list-clear-button.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/931
This commit is contained in:
nana-4 2020-01-12 16:22:59 +09:00
parent d27638e37e
commit 9719b13cf8

View File

@ -23,11 +23,8 @@
}
// clear button
.message-list-clear-button {
.message-list-clear-button.button {
margin:$base_margin $base_margin*2;
.button {
@extend %button;
}
}
// message bubbles