mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
dark-mode: Refactor top-of-messages logo to have CSS styles.
This changes the fill and stroke styles to be in CSS rather than inlined in the SVG, making it easier to change and override elsewhere.
This commit is contained in:
committed by
Tim Abbott
parent
a2729c52d0
commit
d883f3308c
@@ -99,6 +99,16 @@ p.n-margin {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.top-messages-logo svg circle {
|
||||
fill: #444;
|
||||
stroke: #444;
|
||||
}
|
||||
|
||||
.top-messages-logo svg path {
|
||||
fill: #fff;
|
||||
stroke: #fff;
|
||||
}
|
||||
|
||||
#unmute_muted_topic_notification {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<div class="top-messages-logo">
|
||||
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 40 40" version="1.1">
|
||||
<g transform="translate(-297.14285,-466.64792)">
|
||||
<circle cx="317.14285" cy="486.64792" r="19.030317" style="fill:#444;stroke-width:1.93936479;stroke:#444"/>
|
||||
<path d="m309.24286 477.14791 14.2 0 1.6 3.9-11.2 11.9 9.6 0 1.6 3.2-14.2 0-1.6-3.9 11.2-11.9-9.6 0z" style="fill:#fff;stroke:#fff"/>
|
||||
<circle cx="317.14285" cy="486.64792" r="19.030317" style="stroke-width:1.93936479;"/>
|
||||
<path d="m309.24286 477.14791 14.2 0 1.6 3.9-11.2 11.9 9.6 0 1.6 3.2-14.2 0-1.6-3.9 11.2-11.9-9.6 0z"/>
|
||||
</g>
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user