mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
messageList: Remove secondary actor API from Message
The secondary actor isn't used for anything anymore. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3103>
This commit is contained in:
parent
15056527aa
commit
89c602cb62
3 changed files with 12 additions and 30 deletions
|
|
@ -99,18 +99,14 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
// secondary container in title box
|
||||
.message-secondary-bin {
|
||||
// notification time stamp
|
||||
> .event-time {
|
||||
@extend %caption;
|
||||
color: $insensitive_fg_color;
|
||||
padding-bottom: to_em(1px);
|
||||
|
||||
// notification time stamp
|
||||
> .event-time {
|
||||
@extend %caption;
|
||||
color: $insensitive_fg_color;
|
||||
padding-bottom: to_em(1px);
|
||||
|
||||
&:ltr { text-align: right };
|
||||
&:rtl { text-align: left };
|
||||
}
|
||||
&:ltr { text-align: right };
|
||||
&:rtl { text-align: left };
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue