theme: Move .url-highlighter into _message-list.scss

It's used only in messages.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/938
This commit is contained in:
nana-4 2020-01-20 01:24:47 +09:00 committed by Florian Müllner
parent c023eba22c
commit 6ed3d3d05d
2 changed files with 5 additions and 3 deletions

View File

@ -90,6 +90,11 @@
}
}
// URLs in messages
.url-highlighter {
link-color: $link_color;
}
/* Media Controls */
.message-media-control {
padding: $base_padding * 2 $base_padding * 4;

View File

@ -1,6 +1,3 @@
// URLs
.url-highlighter { link-color: $link_color; }
// Rubberband for select-area screenshots
.select-area-rubberband {
background-color: transparentize($selected_bg_color,0.7);