mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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:
parent
d27638e37e
commit
9719b13cf8
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue