summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornana-4 <hnmaigo@gmail.com>2020-01-12 16:22:59 +0900
committernana-4 <hnmaigo@gmail.com>2020-01-17 12:21:44 +0000
commit9719b13cf855657909377f7257dae02dbbe04cfc (patch)
tree04ff04da5c0251ebb091f7f62251aa4c4336c975
parentd27638e37e17435709840e0927616d335b0bdb59 (diff)
downloadgnome-shell-9719b13cf855657909377f7257dae02dbbe04cfc.tar.gz
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
-rw-r--r--data/theme/gnome-shell-sass/widgets/_message-list.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/data/theme/gnome-shell-sass/widgets/_message-list.scss b/data/theme/gnome-shell-sass/widgets/_message-list.scss
index b0e2b491d..0a68c90b9 100644
--- a/data/theme/gnome-shell-sass/widgets/_message-list.scss
+++ b/data/theme/gnome-shell-sass/widgets/_message-list.scss
@@ -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